Skip to content

Commit

Permalink
AU: 2 updated - pandoc signal
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 11, 2023
1 parent 56bd20f commit 9266289
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions pandoc/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ Package can be verified like this:
1. Go to

x32:
x64: https://github.com/jgm/pandoc/releases/download/3.0.1/pandoc-3.0.1-windows-x86_64.msi
x64: https://github.com/jgm/pandoc/releases/download/3.1/pandoc-3.1-windows-x86_64.msi
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:
checksum64: 185299CBF38E04822A5773756EC919C7B8B6F69EA2092B261D1B85DDC1F92D3F
checksum64: 225AA0389600F66D1CCD78B378A617A9A780CB3D1E41E875124CE94DA5AC19BA

File License.txt is saved from:
https://raw.githubusercontent.com/jgm/pandoc/master/COPYRIGHT
4 changes: 2 additions & 2 deletions pandoc/pandoc.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>pandoc</id>
<title>Pandoc</title>
<version>3.0.1</version>
<version>3.1</version>
<authors>John MacFarlane</authors>
<owners>Miodrag Milic</owners>
<summary>A universal document converter</summary>
Expand Down Expand Up @@ -33,7 +33,7 @@
<copyright>© 2006-2015 John MacFarlane</copyright>
<licenseUrl>https://github.com/jgm/pandoc/blob/master/COPYRIGHT</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>https://github.com/jgm/pandoc/releases/tag/3.0.1</releaseNotes>
<releaseNotes>https://github.com/jgm/pandoc/releases/tag/3.1</releaseNotes>
<docsUrl>http://pandoc.org/README.html</docsUrl>
<bugTrackerUrl>https://github.com/jgm/pandoc/issues</bugTrackerUrl>
<projectSourceUrl>https://github.com/jgm/pandoc</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>6.4.1</version>
<version>6.5.1</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.4.1</releaseNotes>
<releaseNotes>https://github.com/WhisperSystems/Signal-Desktop/releases/tag/v6.5.1</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.4.1.exe'
checksum = 'c5f0c7b7e61f18f59d2e268827420b593abcd414a44f238c2d595429c5d86a77'
url = 'https://updates.signal.org/desktop/signal-desktop-win-6.5.1.exe'
checksum = 'b1494b8e78b51a55341ebbe77e89e4f4c8412b20ac2ba4da90939adeae98e693'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit 9266289

Please sign in to comment.