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 Jul 4, 2022
1 parent 8c8d35d commit 4986287
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.6</version>
<version>13.0.0</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/11047/'
$checksum32 = '743035a3eed7a019253c52666cd9ec6c9a5e5844ea25b954053bdfdfbfea85b6'
$url32 = 'https://www.bacula.org/download/11119/'
$checksum32 = '7aca733f28ff8a55c98f4758863d7e76e29a4889e4c0a749e05ff9083a797cb8'
$checksumType32 = 'sha256'
$url64 = 'https://www.bacula.org/download/10517/'
$checksum64 = '60fff959fa9dca8d28d59b6bc17035d66e39e30d15191f2d36ba026831c5f87b'
$url64 = 'https://www.bacula.org/download/11121/'
$checksum64 = 'f1fd1788be17d300b0d52eae2354ea32f35aff07c3305ef46d1a1d75315faa0e'
$checksumType64 = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit 4986287

Please sign in to comment.