Skip to content

Commit

Permalink
AU: 2 updated - bruno signal
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Aug 29, 2024
1 parent 2e191f0 commit 06ddd0c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions bruno/bruno.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>bruno</id>
<title>Bruno</title>
<version>1.26.2</version>
<version>1.27.0</version>
<authors>Anoop M D</authors>
<owners>Miodrag Milic</owners>
<summary>Opensource IDE For Exploring and Testing Api's</summary>
Expand All @@ -26,7 +26,7 @@ Bruno is offline-only. There are no plans to add cloud-sync to Bruno, ever. We v
<licenseUrl>https://github.com/usebruno/bruno/blob/main/license.md</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.rawgit.com/majkinetor/chocolatey/master/bruno/icon.png</iconUrl>
<releaseNotes>https://github.com/usebruno/bruno/releases/tag/v1.26.2</releaseNotes>
<releaseNotes>https://github.com/usebruno/bruno/releases/tag/v1.27.0</releaseNotes>
<docsUrl>https://docs.usebruno.com/</docsUrl>
<projectSourceUrl>https://github.com/usebruno/bruno</projectSourceUrl>
<packageSourceUrl>https://github.com/majkinetor/chocolatey/tree/master/bruno</packageSourceUrl>
Expand Down
4 changes: 2 additions & 2 deletions bruno/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

x64: https://github.com/usebruno/bruno/releases/download/v1.26.2/bruno_1.26.2_x64_win.exe
x64: https://github.com/usebruno/bruno/releases/download/v1.27.0/bruno_1.27.0_x64_win.exe

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'

checksum64: 347A5E0D932E4CE68190FB4CC8487221772D367AED0C08B82B10BAB41AD9CF99
checksum64: A494E1D7E4A09FECF81E11CE99F1C0A24E309365E6CE1F3998B760852A49584A

File 'license.md' is obtained from:
https://github.com/usebruno/bruno/blob/main/license.md
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.21.0</version>
<version>7.22.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.21.0</releaseNotes>
<releaseNotes>https://github.com/WhisperSystems/Signal-Desktop/releases/tag/v7.22.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.21.0.exe'
checksum = '7743c694ad37a5ed99eeba395aad3ed91943c012447edb86605ce422fecce930'
url = 'https://updates.signal.org/desktop/signal-desktop-win-7.22.0.exe'
checksum = '1a3cc97985e47e856526b32a82014b6cc284132806c69f3ec0a86943aebf7fe7'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit 06ddd0c

Please sign in to comment.