Skip to content

Commit

Permalink
AU: 3 updated - bruno fzf signal
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 8, 2024
1 parent d850a05 commit edd0206
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 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.16.1</version>
<version>1.17.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.16.1</releaseNotes>
<releaseNotes>https://github.com/usebruno/bruno/releases/tag/v1.17.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.16.1/bruno_1.16.1_x64_win.exe
x64: https://github.com/usebruno/bruno/releases/download/v1.17.0/bruno_1.17.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: B168655462A5FA7B1347BF1AEDBC5B0722E4DCF52BD65A0CBF043502B576BC87
checksum64: BEA69E4D6803064229DEDB76057B741BE2B145487AA81EEE41C8FE811368728A

File 'license.md' is obtained from:
https://github.com/usebruno/bruno/blob/main/license.md
4 changes: 2 additions & 2 deletions fzf/fzf.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>fzf</id>
<title>A command-line fuzzy finder</title>
<version>0.51.0</version>
<version>0.52.0</version>
<authors>Junegunn Choi</authors>
<owners>Miodrag Milic</owners>
<summary>fzf is a general-purpose command-line fuzzy finder</summary>
Expand All @@ -26,7 +26,7 @@ fzf is a general-purpose command-line fuzzy finder.
<licenseUrl>https://raw.githubusercontent.com/junegunn/fzf-bin/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.rawgit.com/majkinetor/chocolatey/master/fzf/icon.png</iconUrl>
<releaseNotes>https://github.com/junegunn/fzf/releases/tag/0.51.0</releaseNotes>
<releaseNotes>https://github.com/junegunn/fzf/releases/tag/0.52.0</releaseNotes>
<docsUrl>https://github.com/junegunn/fzf/blob/master/README.md</docsUrl>
<bugTrackerUrl>https://github.com/junegunn/fzf/issues</bugTrackerUrl>
<projectSourceUrl>https://github.com/junegunn/fzf</projectSourceUrl>
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.7.0</version>
<version>7.8.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.7.0</releaseNotes>
<releaseNotes>https://github.com/WhisperSystems/Signal-Desktop/releases/tag/v7.8.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.7.0.exe'
checksum = '99210ba4be9c26e5d914c2e621a0656c731948fac3577ad8f879798480cd6b43'
url = 'https://updates.signal.org/desktop/signal-desktop-win-7.8.0.exe'
checksum = 'b59c696faf96368bfc1a4142fac3d7eee6c0196983eb05db9b3932c849d7eb78'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit edd0206

Please sign in to comment.