Skip to content

Commit

Permalink
AU: 3 updated - gitlab-runner less loki
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 18, 2024
1 parent 7bb85dd commit a8d43d1
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 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>17.4.1</version>
<version>17.5.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/v17.4.1/binaries/gitlab-runner-windows-386.exe
x64: https://gitlab-runner-downloads.s3.amazonaws.com/v17.4.1/binaries/gitlab-runner-windows-amd64.exe
x32: https://gitlab-runner-downloads.s3.amazonaws.com/v17.5.0/binaries/gitlab-runner-windows-386.exe
x64: https://gitlab-runner-downloads.s3.amazonaws.com/v17.5.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: 4A235965BA092A3C259599FA40D2570433126F632FCEB6DD41C563B687927EC0
checksum64: A7D06E4957CB3618AB94D79A878E030CF4D3F3A8365B3EEE7D7C9D0ABFA133BC
checksum32: 632DB62879D5105487BE7001B3452AB4C0A3BB3452CA8681E360D9B01BBC7DEF
checksum64: 08F8DE3B1E231C696EF6E902EAD86E3002A9A92AAC77DDDC9C34790D0505A628


File 'license.txt' is obtained from:
Expand Down
4 changes: 2 additions & 2 deletions less/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ Package can be verified like this:

1. Go to

x64: https://github.com/jftuga/less-Windows/releases/download/less-v661/less-x64.zip
x64: https://github.com/jftuga/less-Windows/releases/download/less-v668/less-x64.zip

to download the zip package.

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

checksum64: E694D0FAA87CD82FA4EBCE305D78026B8042B7E42FF773C35F2557F293BBE727
checksum64: 71670EAE81B4853FFA12F85C731C0BF56BF9E9BE681A6062AAC64E8EF50205A5
4 changes: 2 additions & 2 deletions less/less.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>less</id>
<version>661.0</version>
<version>668.0</version>
<title>Less</title>
<authors>Mark Nudelman</authors>
<owners>Miodrag Milić</owners>
Expand Down Expand Up @@ -32,7 +32,7 @@
]]></description>
<summary>Less is a free, open-source file pager</summary>
<tags>pager viewer cli foss cross-platform</tags>
<releaseNotes>http://www.greenwoodsoftware.com/less/news.661.0.html</releaseNotes>
<releaseNotes>http://www.greenwoodsoftware.com/less/news.668.0.html</releaseNotes>
<mailingListUrl>http://www.greenwoodsoftware.com/less/less-announce.html</mailingListUrl>
<docsUrl>http://man7.org/linux/man-pages/man1/less.1.html</docsUrl>
<projectSourceUrl>http://www.greenwoodsoftware.com/less/download.html#source</projectSourceUrl>
Expand Down
4 changes: 2 additions & 2 deletions loki/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Package can be verified like this:
1. Go to

x32:
x64: https://github.com/grafana/loki/releases/download/v3.2.0/loki-windows-amd64.exe.zip
x64: https://github.com/grafana/loki/releases/download/v3.2.1/loki-windows-amd64.exe.zip

to download the installer.

Expand All @@ -17,7 +17,7 @@ Package can be verified like this:
- Use Chocolatey utility 'checksum.exe'

checksum32:
checksum64: 04996A52C59E186E2535847C38A5DFEDE7EC4C14F3289D10439922A9A5F8E6CB
checksum64: 538DF004ED9B2B4F412730F5D08B8704D15EB291512F4FF42936C3C5F1077F84

Using AU:

Expand Down
4 changes: 2 additions & 2 deletions loki/loki.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>loki</id>
<title>Loki</title>
<version>3.2.0</version>
<version>3.2.1</version>
<authors>Grafana team</authors>
<owners>Miodrag Milic</owners>
<summary>Loki is a horizontally-scalable, highly-available, multi-tenant log aggregation system inspired by Prometheus</summary>
Expand All @@ -18,7 +18,7 @@ Unlike other logging systems, Loki is built around the idea of only indexing met
<copyright>GrafanaLabs</copyright>
<licenseUrl>https://github.com/grafana/loki/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>https://github.com/grafana/loki/releases/tag/v3.2.0</releaseNotes>
<releaseNotes>https://github.com/grafana/loki/releases/tag/v3.2.1</releaseNotes>
<docsUrl>https://github.com/grafana/loki/blob/master/docs/README.md</docsUrl>
<mailingListUrl>https://community.grafana.com/</mailingListUrl>
<bugTrackerUrl>https://github.com/grafana/loki/issues</bugTrackerUrl>
Expand Down

0 comments on commit a8d43d1

Please sign in to comment.