Skip to content

Commit

Permalink
AU: 1 updated - veeam-one-iso
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Mar 22, 2023
1 parent 86c341a commit eb25b0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions automatic/veeam-one-iso/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$url = 'https://download2.veeam.com/VONE/v12/VeeamONE_12.0.0.2498_20230125.iso'
$checksum = '36fee65762135ce6e78232d36fc5be450d81f6973fae5c54559cb351fab731c8'
$url = 'https://download2.veeam.com/VONE/v12/VeeamONE_12.0.1.2591_20230314.iso'
$checksum = '95ba710a14ae792e16fe0f336aa4830b82974f697ad3140081106533f216e0ad'
$checksumType = 'sha256'

$filename = 'VeeamONE_12.0.0.2498_20230125.iso'
$filename = 'VeeamONE_12.0.1.2591_20230314.iso'
$packagePath = $(Split-Path -parent $toolsDir)
$installPath = Join-Path $packagePath $filename

Expand Down
2 changes: 1 addition & 1 deletion automatic/veeam-one-iso/veeam-one-iso.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>12.0.0.20230125</version>
<version>12.0.1.20230314</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 eb25b0a

Please sign in to comment.