Skip to content

Commit

Permalink
AU: 2 updated - ansifilter signal
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 15, 2023
1 parent 87723b6 commit 0b50d43
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion ansifilter/ansifilter.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>ansifilter</id>
<title></title>
<version>2.18</version>
<version>2.19</version>
<authors>André Simon</authors>
<owners>Miodrag Milic</owners>
<summary>Ansifilter handles text files containing ANSI terminal escape codes</summary>
Expand Down
8 changes: 4 additions & 4 deletions ansifilter/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ Package can be verified like this:

1. Go to

x32: http://www.andre-simon.de/zip/ansifilter-2.18.zip
x64: http://www.andre-simon.de/zip/ansifilter-2.18-x64.zip
x32: http://www.andre-simon.de/zip/ansifilter-2.19.zip
x64: http://www.andre-simon.de/zip/ansifilter-2.19-x64.zip

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: FE8B67047E8ABD7F5922C3A0B762D12C616340E8AE959A601E90C81E907CD29E
checksum64: A88A52FCA6D3C4C6EDB418C0C463AB470F1AF330EFB4E11AEF166DEEC993CDE8
checksum32: 416B2AE1720D45757DF8B59890426B40D35AB135DD467AF49B250A33696487E3
checksum64: AEE005ABD3E66AFAC8F7702171072B8BF578DCDDF29C4E1741B8006143917B5D

File 'license.txt' is obtained from:
https://gitlab.com/saalen/ansifilter/blob/master/COPYING
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>6.9.0</version>
<version>6.10.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/v6.9.0</releaseNotes>
<releaseNotes>https://github.com/WhisperSystems/Signal-Desktop/releases/tag/v6.10.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-6.9.0.exe'
checksum = '423d601ed61e522f01a476d1284fca7001961d7c78fb346cda807764123d6b54'
url = 'https://updates.signal.org/desktop/signal-desktop-win-6.10.0.exe'
checksum = 'd4fcb721e282140dd3665157414afc5f0e3f93b0d2a12004f1878ab8ed2260c7'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit 0b50d43

Please sign in to comment.