Skip to content

Commit

Permalink
AU: 1 updated - bacula
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Mar 10, 2022
1 parent 56fedca commit 76678ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion automatic/bacula/bacula.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>11.0.5</version>
<version>11.0.6</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
8 changes: 4 additions & 4 deletions automatic/bacula/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
$ErrorActionPreference = 'Stop';

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url32 = 'https://www.bacula.org/download/10871/'
$checksum32 = 'afd5f4ecdfb099b9902e0e171983e74595bf3cf8626a0356524005014ee9a832'
$url32 = 'https://www.bacula.org/download/11047/'
$checksum32 = '743035a3eed7a019253c52666cd9ec6c9a5e5844ea25b954053bdfdfbfea85b6'
$checksumType32 = 'sha256'
$url64 = 'https://www.bacula.org/download/10873/'
$checksum64 = 'a45f4f09de862b02ca1e45c69d266c2b4e1e4c4620214addae53216ec574df85'
$url64 = 'https://www.bacula.org/download/10517/'
$checksum64 = '60fff959fa9dca8d28d59b6bc17035d66e39e30d15191f2d36ba026831c5f87b'
$checksumType64 = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit 76678ab

Please sign in to comment.