Skip to content

Commit

Permalink
AU: 2 updated - gitlab-runner pgmetrics
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 20, 2022
1 parent 471762b commit b2b7be5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion gitlab-runner/gitlab-runner.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>gitlab-runner</id>
<title>Gitlab Runner</title>
<version>14.10.0</version>
<version>15.0.0</version>
<authors>Gitlab</authors>
<owners>Miodrag Milic</owners>
<summary>Run build jobs and send the results to GitLab</summary>
Expand Down
8 changes: 4 additions & 4 deletions gitlab-runner/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ Package can be verified like this:

1. Go to

x32: https://gitlab-runner-downloads.s3.amazonaws.com/v14.10.0/binaries/gitlab-runner-windows-386.exe
x64: https://gitlab-runner-downloads.s3.amazonaws.com/v14.10.0/binaries/gitlab-runner-windows-amd64.exe
x32: https://gitlab-runner-downloads.s3.amazonaws.com/v15.0.0/binaries/gitlab-runner-windows-386.exe
x64: https://gitlab-runner-downloads.s3.amazonaws.com/v15.0.0/binaries/gitlab-runner-windows-amd64.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: C99957CDD46987238E7F3D08BF414DD6DF5DA73915A3586D3FA5D7864D604C57
checksum64: AC062C14AC14FA9609C4DB1292BB0BD7704D2B38B8657A4448DCD7D80BE9AC58
checksum32: 9C3164B59461A79EC87A8ACFBE2FBC33981E55268B29032C845D324A2F405684
checksum64: 545DA6F136E07B515DFCAF5EEB26A705EC7FF6CAE2D4DA47A7090B42B7620D0C


File 'license.txt' is obtained from:
Expand Down
4 changes: 2 additions & 2 deletions pgmetrics/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://github.com/rapidloop/pgmetrics/releases/download/v1.12.0/pgmetrics_1.12.0_windows_amd64.zip
x32: https://github.com/rapidloop/pgmetrics/releases/download/v1.13.0/pgmetrics_1.13.0_windows_amd64.zip

to download the archive from which is the executable extracted

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: 172BF511F9EAA835439FF24C5861E6BDD8DA5CC14633A73E7D656C67D7739B09
checksum32: 6D3ECC9A74C069B51EC0B24065151F1DEF6E2AEF0742E2A51B1826F4D7C5AA9A


File 'license.txt' is obtained from:
Expand Down
4 changes: 2 additions & 2 deletions pgmetrics/pgmetrics.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>pgmetrics</id>
<title>pgmetrics</title>
<version>1.12.0</version>
<version>1.13.0</version>
<authors>RapidLoop</authors>
<owners>Miodrag Milic</owners>
<summary>Collect and display information and stats from a running PostgreSQL server</summary>
Expand Down Expand Up @@ -41,7 +41,7 @@
<copyright>© RapidLoop, Inc. 2019</copyright>
<licenseUrl>https://raw.githubusercontent.com/rapidloop/pgmetrics/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>https://github.com/rapidloop/pgmetrics/releases/tag/v1.12.0</releaseNotes>
<releaseNotes>https://github.com/rapidloop/pgmetrics/releases/tag/v1.13.0</releaseNotes>
<docsUrl>https://pgmetrics.io/docs</docsUrl>
<bugTrackerUrl>https://github.com/rapidloop/pgmetrics/issues</bugTrackerUrl>
<projectSourceUrl>https://github.com/rapidloop/pgmetrics</projectSourceUrl>
Expand Down

0 comments on commit b2b7be5

Please sign in to comment.