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 Aug 5, 2022
1 parent e83026f commit 218ed64
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>13.0.0</version>
<version>13.0.1</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/11119/'
$checksum32 = '7aca733f28ff8a55c98f4758863d7e76e29a4889e4c0a749e05ff9083a797cb8'
$url32 = 'https://www.bacula.org/download/11148/'
$checksum32 = '0ab4c00c02e01903320bcac6f7caf8abee58b01888c1ea67bcd05a751fa4ffe6'
$checksumType32 = 'sha256'
$url64 = 'https://www.bacula.org/download/11121/'
$checksum64 = 'f1fd1788be17d300b0d52eae2354ea32f35aff07c3305ef46d1a1d75315faa0e'
$url64 = 'https://www.bacula.org/download/11150/'
$checksum64 = 'b78d492d2d60fe206b9d9478099b33a7e928f65e36b7d686eedfad2e17900621'
$checksumType64 = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit 218ed64

Please sign in to comment.