Skip to content

Commit

Permalink
AU: 1 updated - veeam-backup-and-replication-extract
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Jan 19, 2024
1 parent d83c1f7 commit e8de463
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.0.2131.zip'
$checksum = '2f972a15599ced4c30d4c4740843f6124689497731f59e9282c60a2e2c1ce5a2'
$url = 'https://download2.veeam.com/VBR/v12/VeeamExtract_12.1.1.56.zip'
$checksum = '91945400f1184f3abc45f7efa020ae35a9cde252110fce63d5a48255f1e1b567'
$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.0.2131</version>
<version>12.1.1.56</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 e8de463

Please sign in to comment.