Skip to content

Commit

Permalink
AU: 3 updated - rundeck signal usql
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 29, 2024
1 parent fc3eb73 commit e1607e1
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions rundeck/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Package can be verified like this:

1. Go to

x32: https://packagecloud.io/pagerduty/rundeck/packages/java/org.rundeck/rundeck-5.1.1-20240305.war/artifacts/rundeck-5.1.1-20240305.war/download
x32: https://packagecloud.io/pagerduty/rundeck/packages/java/org.rundeck/rundeck-5.1.2-20240328.war/artifacts/rundeck-5.1.2-20240328.war/download

to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: e90103fefbda38c94075a22521e1aaaf1f76270e24473f45113ae2c1f09d09cf
checksum32: bdcf19e711ab74506b2f50581f223e8a7194d33158ef5b93346f19a3214c6ace

File 'license.txt' is obtained from:
https://raw.githubusercontent.com/rundeck/rundeck/master/LICENSE
2 changes: 1 addition & 1 deletion rundeck/rundeck.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
<id>rundeck</id>
<title>Rundeck</title>
<version>5.1.1</version>
<version>5.1.2</version>
<authors>Rundeck, Inc.</authors>
<owners>Miodrag Milic</owners>
<summary>Job scheduler and runbook automation. Enable self-service access to existing scripts and tools.</summary>
Expand Down
4 changes: 2 additions & 2 deletions rundeck/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ if (!$pp.InstallDir) { $pp.InstallDir = 'C:\rundeck' }
Write-Host "Installing to" $pp.InstallDir
mkdir $pp.InstallDir -ea 0 | Out-Null

$checksum32 = 'e90103fefbda38c94075a22521e1aaaf1f76270e24473f45113ae2c1f09d09cf'
$url = 'https://packagecloud.io/pagerduty/rundeck/packages/java/org.rundeck/rundeck-5.1.1-20240305.war/artifacts/rundeck-5.1.1-20240305.war/download'
$checksum32 = 'bdcf19e711ab74506b2f50581f223e8a7194d33158ef5b93346f19a3214c6ace'
$url = 'https://packagecloud.io/pagerduty/rundeck/packages/java/org.rundeck/rundeck-5.1.2-20240328.war/artifacts/rundeck-5.1.2-20240328.war/download'
Get-ChocolateyWebFile rundeck "$($pp.InstallDir)\rundeck.war" $url -Checksum $checksum32

Write-Host "Setting up machine environment variable RDECK_BASE"
Expand Down
4 changes: 2 additions & 2 deletions signal/signal.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
<id>signal</id>
<title>Signal (Desktop)</title>
<version>7.3.1</version>
<version>7.4.0</version>
<authors>Open Whisper Systems</authors>
<owners>Miodrag Milic</owners>
<summary>Fast, simple, secure. Privacy that fits in your pocket</summary>
Expand Down Expand Up @@ -34,7 +34,7 @@
<licenseUrl>http://www.gnu.org/licenses/gpl-3.0.html</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.jsdelivr.net/gh/majkinetor/chocolatey/signal/icon.png</iconUrl>
<releaseNotes>https://github.com/WhisperSystems/Signal-Desktop/releases/tag/v7.3.1</releaseNotes>
<releaseNotes>https://github.com/WhisperSystems/Signal-Desktop/releases/tag/v7.4.0</releaseNotes>
<docsUrl>https://www.signal.org/docs</docsUrl>
<bugTrackerUrl>https://github.com/WhisperSystems/Signal-Desktop/issues</bugTrackerUrl>
<projectSourceUrl>https://github.com/WhisperSystems/Signal-Desktop</projectSourceUrl>
Expand Down
4 changes: 2 additions & 2 deletions signal/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Set-AutoUpdate -Enable
$packageArgs = @{
packageName = 'signal'
fileType = 'EXE'
url = 'https://updates.signal.org/desktop/signal-desktop-win-7.3.1.exe'
checksum = '602bdcc642369f3cdcbb355128f89238a90e229fe841dc0e26adcb6057cb611a'
url = 'https://updates.signal.org/desktop/signal-desktop-win-7.4.0.exe'
checksum = 'aee497f984c39c822a53b5a327375ec4d751b15461d2cef4d3b7f435dcecc52c'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
4 changes: 2 additions & 2 deletions usql/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ Package can be verified like this:

1. Go to https://github.com/xo/usql/releases to download the zip archive

x64: https://github.com/xo/usql/releases/download/v0.17.5/usql-0.17.5-windows-amd64.zip
x64: https://github.com/xo/usql/releases/download/v0.18.1/usql-0.18.1-windows-amd64.zip

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum64: FB384C6FD4137095822744E47799C5BE31E4F01819004566C22DDCB49CEC4F9A
checksum64: 9568A2B3156DC9496AB3BABFC45F6C2383EC7222586E18429A354E1D55BEF935

File 'license.txt' is obtained from:
https://github.com/xo/usql/blob/master/LICENSE
2 changes: 1 addition & 1 deletion usql/usql.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
<id>usql</id>
<title>usql</title>
<version>0.17.5</version>
<version>0.18.1</version>
<authors>Kenshaw</authors>
<owners>Miodrag Milic</owners>
<summary>Universal command-line interface for SQL databases</summary>
Expand Down

0 comments on commit e1607e1

Please sign in to comment.