diff --git a/fzf/fzf.nuspec b/fzf/fzf.nuspec index 4e79e443..ee44f3ec 100644 --- a/fzf/fzf.nuspec +++ b/fzf/fzf.nuspec @@ -5,7 +5,7 @@ fzf A command-line fuzzy finder - 0.47.0 + 0.48.0 Junegunn Choi Miodrag Milic fzf is a general-purpose command-line fuzzy finder @@ -26,7 +26,7 @@ fzf is a general-purpose command-line fuzzy finder. https://raw.githubusercontent.com/junegunn/fzf-bin/master/LICENSE false https://cdn.rawgit.com/majkinetor/chocolatey/master/fzf/icon.png - https://github.com/junegunn/fzf/releases/tag/0.47.0 + https://github.com/junegunn/fzf/releases/tag/0.48.0 https://github.com/junegunn/fzf/blob/master/README.md https://github.com/junegunn/fzf/issues https://github.com/junegunn/fzf diff --git a/signal/signal.nuspec b/signal/signal.nuspec index d6117bd7..b607c51e 100644 --- a/signal/signal.nuspec +++ b/signal/signal.nuspec @@ -5,7 +5,7 @@ signal Signal (Desktop) - 7.1.1 + 7.2.0 Open Whisper Systems Miodrag Milic Fast, simple, secure. Privacy that fits in your pocket @@ -34,7 +34,7 @@ http://www.gnu.org/licenses/gpl-3.0.html false https://cdn.jsdelivr.net/gh/majkinetor/chocolatey/signal/icon.png - https://github.com/WhisperSystems/Signal-Desktop/releases/tag/v7.1.1 + https://github.com/WhisperSystems/Signal-Desktop/releases/tag/v7.2.0 https://www.signal.org/docs https://github.com/WhisperSystems/Signal-Desktop/issues https://github.com/WhisperSystems/Signal-Desktop diff --git a/signal/tools/chocolateyInstall.ps1 b/signal/tools/chocolateyInstall.ps1 index e9c3727d..8678a9c6 100644 --- a/signal/tools/chocolateyInstall.ps1 +++ b/signal/tools/chocolateyInstall.ps1 @@ -10,8 +10,8 @@ Set-AutoUpdate -Enable $packageArgs = @{ packageName = 'signal' fileType = 'EXE' - url = 'https://updates.signal.org/desktop/signal-desktop-win-7.1.1.exe' - checksum = 'aa4350bfb589bc59f53157751594153ddccb1ce924888ab142756f52941618d2' + url = 'https://updates.signal.org/desktop/signal-desktop-win-7.2.0.exe' + checksum = '67111fd3ee794f2c540d9ef0235028027490106084bd1a92f130f50b663015ad' checksumType = 'sha256' silentArgs = '/S' validExitCodes = @(0)