Skip to content

Commit

Permalink
AU: 2 updated - pandoc usql
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 12, 2024
1 parent e396bbd commit e9f97db
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.1.13/pandoc-3.1.13-windows-x86_64.msi
x64: https://github.com/jgm/pandoc/releases/download/3.2/pandoc-3.2-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: 51DA43AAEB93926921BEB777D18B2362D9B6A785D1333177291BB5E8834A4874
checksum64: 0E00BF2C7C4C656019F117D65E84BB29C6746B5C0C9EF4AE05DA811BA35C6ED2

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.1.13</version>
<version>3.2</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.1.13</releaseNotes>
<releaseNotes>https://github.com/jgm/pandoc/releases/tag/3.2</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 usql/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ Package can be verified like this:

1. Go to https://github.com/xo/usql/releases to download the zip archive

x64: https://github.com/xo/usql/releases/download/v0.18.1/usql-0.18.1-windows-amd64.zip
x64: https://github.com/xo/usql/releases/download/v0.19.1/usql-0.19.1-windows-amd64.zip

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum64: 9568A2B3156DC9496AB3BABFC45F6C2383EC7222586E18429A354E1D55BEF935
checksum64: 8A97B54AD5E1D511FDB2783345EAD65A443247AA8299C7CA2E7AA333C1802392

File 'license.txt' is obtained from:
https://github.com/xo/usql/blob/master/LICENSE
2 changes: 1 addition & 1 deletion usql/usql.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>usql</id>
<title>usql</title>
<version>0.18.1</version>
<version>0.19.1</version>
<authors>Kenshaw</authors>
<owners>Miodrag Milic</owners>
<summary>Universal command-line interface for SQL databases</summary>
Expand Down

0 comments on commit e9f97db

Please sign in to comment.