Skip to content

Commit

Permalink
AU: 1 updated - veeam-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Nov 17, 2021
1 parent 97a1f60 commit af05440
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions automatic/veeam-agent/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ $PackageParameters = Get-PackageParameters

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

$url = 'https://download2.veeam.com/VAW/v5/VeeamAgentWindows_5.0.0.4301.zip'
$checksum = 'd811435e1c5d779b99bcb8fc4fd7355ceafff687c7497ac6e771c7ee4caa0d49450ab8c83150e045df897aceb386976d5fb7b980500e8b60342d3c0288622561'
$checksumType = 'SHA512'
$url = 'https://download5.veeam.com/VAW/v5/VeeamAgentWindows_5.0.1.4584.zip'
$checksum = '444e90a85f9a08f8ed35fdb1182a161bef7ca062e4fe6cc6d51ed8131ca3fc1b'
$checksumType = 'sha256'

Import-Module -Name "$($toolsDir)\helpers.ps1"

Expand Down
4 changes: 2 additions & 2 deletions 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>5.0.0.4301</version>
<version>5.0.1.4584</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 All @@ -41,7 +41,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- copyright is usually years and software vendor, but not required for internal feeds -->
<copyright>Veeam Software AG</copyright>
<tags>veeam veeam-agent agent admin</tags>
<releaseNotes>https://www.veeam.com/veeam_agent_windows_5_0_release_notes_en_rn.pdf</releaseNotes>
<releaseNotes>https://www.veeam.com/veeam_agent_windows_5_0_1_release_notes_rn.pdf</releaseNotes>
<licenseUrl>https://www.veeam.com/eula.html</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<packageSourceUrl>https://github.com/mkevenaar/chocolatey-packages/tree/master/automatic/veeam-agent</packageSourceUrl>
Expand Down

0 comments on commit af05440

Please sign in to comment.