Skip to content

Commit

Permalink
AU: 2 updated - veeam-agent veeam-backup-and-replication-extract
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed May 21, 2024
1 parent 419ffe5 commit a6c7718
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions automatic/veeam-agent/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
$ErrorActionPreference = 'Stop';
$PackageParameters = Get-PackageParameters
$Version = '6.1.0.349'
$Version = '6.1.2.134'

$toolsDir = "$(Split-Path -Parent $MyInvocation.MyCommand.Definition)"

$url = 'https://download5.veeam.com/VAW/v6/VeeamAgentWindows_6.1.0.349.zip'
$checksum = '33e797bbc11dde845f6dcc63e6743e3547b658071b0f76870e439d4125bc90ae'
$url = 'https://download5.veeam.com/VAW/v6/VeeamAgentWindows_6.1.2.134.zip'
$checksum = 'f74c09f9a634dd1abf20db64704a1c57c49331aec34d0b0b917a9fbf5d61a147'
$checksumType = 'sha256'

Import-Module -Name "$($toolsDir)\helpers.ps1"
Expand Down
2 changes: 1 addition & 1 deletion automatic/veeam-agent/veeam-agent.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>6.1.0.350</version>
<version>6.1.2.134</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$url = 'https://download2.veeam.com/VBR/v12/VeeamExtract_12.1.1.56.zip'
$checksum = '91945400f1184f3abc45f7efa020ae35a9cde252110fce63d5a48255f1e1b567'
$url = 'https://download2.veeam.com/VBR/v12/VeeamExtract_12.1.2.172.zip'
$checksum = '0fa67e32aa86e855594da30b6c9cb73bf324e55bc97828c63d9e2edc6b5f0ddb'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>12.1.1.56</version>
<version>12.1.2.172</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand Down

0 comments on commit a6c7718

Please sign in to comment.