Skip to content

Commit

Permalink
AU: 3 updated - furmark postgrest signal
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 3, 2023
1 parent 6ebdd86 commit 6b60442
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion furmark/furmark.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>furmark</id>
<title>Furmark</title>
<version>1.32.1.0</version>
<version>1.33.0.0</version>
<authors>jeGX</authors>
<owners>Miodrag Milic</owners>
<summary>GPU Stress Test OpenGL Benchmark</summary>
Expand Down
4 changes: 2 additions & 2 deletions furmark/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

x32: https://geeks3d.com/downloads/2022p/FurMark_1.32.1.0_Setup.exe
x32: https://geeks3d.com/downloads/2023p/FurMark_1.33.0.0_Setup.exe

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: AD9CE33BD14185CC408FBF5A3883B0EDA3B1689A843FE01C5FA6FB59EE1FABC6
checksum32: 361E7727BFB51972B18BF5178F5C59BAE195C07813A3F5EF96BDEA5F82881BF0

Using AU:

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/v10.1.1/postgrest-v10.1.1-windows-x64.zip
x64: https://github.com/PostgREST/postgrest/releases/download/v10.1.2/postgrest-v10.1.2-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: FE6CBEE5CB76E356BE3B12715884C4653F8C409358FF490E5C4D31A4DF41685B
checksum64: 5BED0807AB9C124EE4E047F67697AC23EFC16A249633C44DDFA4E91677F9B897

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>10.1.1</version>
<version>10.1.2</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/v10.1.1</releaseNotes>
<releaseNotes>https://github.com/PostgREST/postgrest/releases/tag/v10.1.2</releaseNotes>
<docsUrl>http://postgrest.org</docsUrl>
<mailingListUrl>https://gitter.im/begriffs/postgrest</mailingListUrl>
<bugTrackerUrl>https://github.com/PostgREST/postgrest/issues</bugTrackerUrl>
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.0</version>
<version>6.4.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.0</releaseNotes>
<releaseNotes>https://github.com/WhisperSystems/Signal-Desktop/releases/tag/v6.4.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.0.exe'
checksum = '0a9ba53b999d33d4808b95d2bcf170dde3d1cb4c9d90c5d0b84efd0bf3980ab5'
url = 'https://updates.signal.org/desktop/signal-desktop-win-6.4.1.exe'
checksum = 'c5f0c7b7e61f18f59d2e268827420b593abcd414a44f238c2d595429c5d86a77'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit 6b60442

Please sign in to comment.