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 Nov 16, 2023
1 parent 521428d commit 188ca04
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 @@
"ac0000-606512ea5cf40"|6.18.1.44
"ac0000-609cd1f47aa80"|6.18.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.18.1.44</version>
<version>6.18.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 = 'C14E22170A900386A32C2DA03203569E0E16D60BB821FADA07DD95849429D92B'
$checksum32 = '8D447D633EFD2F6783115BE39F000165B1E9A3F2F70B324BB2540A114552DB41'
$checksumType32 = 'sha256'
$url64 = 'http://repo.r1soft.com/trials/ServerBackup-Windows-Agent-x64.msi'
$checksum64 = '5fd135c69f484100a835d11decce3b91fb8777265c92df63b3c2835ddaef4316'
$checksum64 = 'e3e905ba4a4c96a5592af3f34dd39135ed6675504350574e66d4a9f110de16a3'
$checksumType64 = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit 188ca04

Please sign in to comment.