Skip to content

Commit

Permalink
AU: 1 updated - server-backup-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Jan 24, 2022
1 parent e1b648c commit ac0760b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion automatic/server-backup-agent/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"d03ab2e-ac0000-5c2bf4264d600"|6.16.0.39
"cf2e024-ac0000-5d4be18975940"|6.16.1.51
2 changes: 1 addition & 1 deletion automatic/server-backup-agent/server-backup-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.16.0.39</version>
<version>6.16.1.51</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
4 changes: 2 additions & 2 deletions automatic/server-backup-agent/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$url32 = 'http://repo.r1soft.com/trials/ServerBackup-Windows-Agent-x86.msi'
$checksum32 = '9252B0D94A1FEF22D68B5C201AE77C41A2AA4755B6609E40978E05EBAB8CC0D9'
$checksum32 = 'B0D7CF675EB993C80A139B8D2F88B652E503F8DEEEABE6F0B5DBEA82216439BE'
$checksumType32 = 'sha256'
$url64 = 'http://repo.r1soft.com/trials/ServerBackup-Windows-Agent-x64.msi'
$checksum64 = '0f91fe1ba81b2f93b4df9cca0672934dbee5044153be4d80ff017a31633a36b9'
$checksum64 = '2fe93591a56610030a449d72ae65bc8b5680986118ab0e22feff099abf178e7c'
$checksumType64 = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit ac0760b

Please sign in to comment.