Skip to content

Commit

Permalink
AU: 1 updated - pandoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 25, 2020
1 parent a566d67 commit c9625c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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/2.10/pandoc-2.10-windows-x86_64.msi
x64: https://github.com/jgm/pandoc/releases/download/2.10.1/pandoc-2.10.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: FD469452FC5C0DDDF5F4E5B1E0F6E6846C281DD6EB7E56933C69D03EB43B33EF
checksum64: 8AE3B4DC783A9CC0AE60442DE75B18B054177783E2B7DA9EFB2471383AD27B34

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>2.10</version>
<version>2.10.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/2.10</releaseNotes>
<releaseNotes>https://github.com/jgm/pandoc/releases/tag/2.10.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

0 comments on commit c9625c0

Please sign in to comment.