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 Mar 23, 2022
1 parent 0d7c420 commit 08d556b
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 @@
"cf2e024-ac0000-5d4be18975940"|6.16.1.51
"cf2e0ba-ac0000-5d7305b9d70c0"|6.16.2.71
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.1.51</version>
<version>6.16.2.71</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 = 'B0D7CF675EB993C80A139B8D2F88B652E503F8DEEEABE6F0B5DBEA82216439BE'
$checksum32 = '5E7ED6822AEBD91857B2B220F68B219FC720773337609BDC34E826DFA1FF8026'
$checksumType32 = 'sha256'
$url64 = 'http://repo.r1soft.com/trials/ServerBackup-Windows-Agent-x64.msi'
$checksum64 = '2fe93591a56610030a449d72ae65bc8b5680986118ab0e22feff099abf178e7c'
$checksum64 = '6af08138fa99d77726297aaa55781e8088795edebdd0bffa72c19158396120e1'
$checksumType64 = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit 08d556b

Please sign in to comment.