Skip to content

Commit

Permalink
AU: 1 updated - personalbackup
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey committed Aug 22, 2021
1 parent 48cbfb5 commit 840e527
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion personalbackup/personalbackup.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.2.0300</version>
<version>6.2.0400</version>
<packageSourceUrl>https://github.com/Grobi2010/au-chocolatey/tree/master/personalbackup/tools</packageSourceUrl>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Grobi</owners>
Expand Down
8 changes: 4 additions & 4 deletions personalbackup/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ $packageArgs = @{
packageName = 'personalbackup'
fileType = 'exe'
unzipLocation = $toolsDir
url = 'http://personal-backup.rathlev-home.de/download/pb-setup-6.2.0300.exe'
url64bit = 'http://personal-backup.rathlev-home.de/download/pb-setup-6.2.0300.exe'
checksum = '915e6721c3b014b246b5bb8d236c6fbeb9259f6bbb409e9341e9baafd62ad316'
checksum64 = '915e6721c3b014b246b5bb8d236c6fbeb9259f6bbb409e9341e9baafd62ad316'
url = 'http://personal-backup.rathlev-home.de/download/pb-setup-6.2.0400.exe'
url64bit = 'http://personal-backup.rathlev-home.de/download/pb-setup-6.2.0400.exe'
checksum = '8e0b0f89c0158d2559f2b75cae384cb151033088639e166a02fa3eb197679883'
checksum64 = '8e0b0f89c0158d2559f2b75cae384cb151033088639e166a02fa3eb197679883'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /NORUN'
Expand Down

0 comments on commit 840e527

Please sign in to comment.