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 Jan 26, 2023
1 parent 83ec05c commit 1ddefb0
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/pandoc-3.0-windows-x86_64.msi
x64: https://github.com/jgm/pandoc/releases/download/3.0.1/pandoc-3.0.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: 49BDFE386B192AB4093B87902355E3667F74780E19E3530FCE57799AAA6976D9
checksum64: 185299CBF38E04822A5773756EC919C7B8B6F69EA2092B261D1B85DDC1F92D3F

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</version>
<version>3.0.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</releaseNotes>
<releaseNotes>https://github.com/jgm/pandoc/releases/tag/3.0.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.2.0</version>
<version>6.3.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.2.0</releaseNotes>
<releaseNotes>https://github.com/WhisperSystems/Signal-Desktop/releases/tag/v6.3.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.2.0.exe'
checksum = 'b85a92c661119c33fd47f3a8b24ec77ceb48fad6e5cf3d5826e352fc527513a8'
url = 'https://updates.signal.org/desktop/signal-desktop-win-6.3.0.exe'
checksum = 'a3a626c81ea46482cf11ea69594be679887e12e6240bdd5a06a754cb66a1ffc0'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit 1ddefb0

Please sign in to comment.