Skip to content

Commit

Permalink
AU: 2 updated - pandoc postgrest
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 8, 2023
1 parent a717438 commit 743329e
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.1.2/pandoc-3.1.2-windows-x86_64.msi
x64: https://github.com/jgm/pandoc/releases/download/3.1.3/pandoc-3.1.3-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: 6A22860BF7D008350BDA36F6EC1E292264171B89C68A0727FC80243EE8761C2A
checksum64: 379581F82E2FD227D9143E3BB1BD766299FF2C966A8C0AEB827EF5561C4EC7F2

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

1. Go to

x64: https://github.com/PostgREST/postgrest/releases/download/v11.0.1/postgrest-v11.0.1-windows-x64.zip
x64: https://github.com/PostgREST/postgrest/releases/download/v11.1.0/postgrest-v11.1.0-windows-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'

checksum64: 0A1F2689C54F6C70FA4F338461533C91A7E4A7C88C7F90EC5CC193338065A21E
checksum64: 190CBF4A9AAD4EA454DAC125169DB42A7B5E8984C1A461B05D10A91EE235580A

File 'license.txt' is obtained from:
https://raw.githubusercontent.com/PostgREST/postgrest/master/LICENSE
4 changes: 2 additions & 2 deletions postgrest/postgrest.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>postgrest</id>
<title>PostgREST</title>
<version>11.0.1</version>
<version>11.1.0</version>
<authors>Joe Nelson</authors>
<owners>Miodrag Milic</owners>
<summary>REST API for any Postgres database
Expand Down Expand Up @@ -36,7 +36,7 @@
<licenseUrl>https://github.com/PostgREST/postgrest/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://raw.githubusercontent.com/majkinetor/au-packages/master/postgrest/icon.jpg</iconUrl>
<releaseNotes>https://github.com/PostgREST/postgrest/releases/tag/v11.0.1</releaseNotes>
<releaseNotes>https://github.com/PostgREST/postgrest/releases/tag/v11.1.0</releaseNotes>
<docsUrl>http://postgrest.org</docsUrl>
<mailingListUrl>https://gitter.im/begriffs/postgrest</mailingListUrl>
<bugTrackerUrl>https://github.com/PostgREST/postgrest/issues</bugTrackerUrl>
Expand Down

0 comments on commit 743329e

Please sign in to comment.