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 Oct 28, 2022
1 parent 050f4c1 commit d676e45
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 @@
"9c58df5-ac0000-5de3d66b40b40"|6.16.3.81
"d15000e-ac1000-5eb6fb0766680"|6.16.4.117
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.3.81</version>
<version>6.16.4.117</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 = 'F670705D7C50BC26D5E43530EEA28CE41635A166E190C6AB0F36611D7C65C749'
$checksum32 = 'B8507CA75574E62C149C84FBEA77E797FE7548ED052CF91B7077D80A89703D98'
$checksumType32 = 'sha256'
$url64 = 'http://repo.r1soft.com/trials/ServerBackup-Windows-Agent-x64.msi'
$checksum64 = '1eaf297e7adc601c3f045815e3ba29537ebcf7333970562c5ef18a4dd52ff641'
$checksum64 = '34747403a37f33279d10f8df577d362c3a0cafe35bca71f0d534ddb550d85173'
$checksumType64 = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit d676e45

Please sign in to comment.