Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 3390f3f

Browse files
author
Chocolatey
committed
1 parent ca2ead1 commit 3390f3f

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

loki/legal/VERIFICATION.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Package can be verified like this:
88
1. Go to
99

1010
x32:
11-
x64: https://github.com/grafana/loki/releases/download/v3.3.0/loki-windows-amd64.exe.zip
11+
x64: https://github.com/grafana/loki/releases/download/v3.3.2/loki-windows-amd64.exe.zip
1212

1313
to download the installer.
1414

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

1919
checksum32:
20-
checksum64: 1D06D8CFADBE232478EC7B0C553816790E49D55A0FB58534F81098911EA29C5D
20+
checksum64: 4B96147B8A129971761EE02120212574B756BC3C23E218BC6AE7646EA6621A8E
2121

2222
Using AU:
2323

loki/loki.nuspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
66
<id>loki</id>
77
<title>Loki</title>
8-
<version>3.3.0</version>
8+
<version>3.3.2</version>
99
<authors>Grafana team</authors>
1010
<owners>Miodrag Milic</owners>
1111
<summary>Loki is a horizontally-scalable, highly-available, multi-tenant log aggregation system inspired by Prometheus</summary>
@@ -18,7 +18,7 @@ Unlike other logging systems, Loki is built around the idea of only indexing met
1818
<copyright>GrafanaLabs</copyright>
1919
<licenseUrl>https://github.com/grafana/loki/blob/master/LICENSE</licenseUrl>
2020
<requireLicenseAcceptance>false</requireLicenseAcceptance>
21-
<releaseNotes>https://github.com/grafana/loki/releases/tag/v3.3.0</releaseNotes>
21+
<releaseNotes>https://github.com/grafana/loki/releases/tag/v3.3.2</releaseNotes>
2222
<docsUrl>https://github.com/grafana/loki/blob/master/docs/README.md</docsUrl>
2323
<mailingListUrl>https://community.grafana.com/</mailingListUrl>
2424
<bugTrackerUrl>https://github.com/grafana/loki/issues</bugTrackerUrl>

tagscanner/legal/VERIFICATION.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ Package can be verified like this:
77

88
1. Go to https://www.xdlab.ru/en/download.htm
99

10-
x32: https://www.xdlab.ru/files/tagscan-6.1.18-setup.exe
11-
x64: https://www.xdlab.ru/files/tagscan-6.1.18_x64-setup.exe
10+
x32: https://www.xdlab.ru/files/tagscan-6.1.19-setup.exe
11+
x64: https://www.xdlab.ru/files/tagscan-6.1.19_x64-setup.exe
1212

1313
to download the installer.
1414

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

19-
checksum32: BCFC53A2FC8F1E2B7311C079930E985F7770B65079752A9D6AD97642EC668727
20-
checksum64: F38860851ECB2563F2DD04987ED5A65D6F7DE3C48D39DBFF2D6239EAF81E8BD8
19+
checksum32: 6199D8F7FA5E283E980C6B9A8A310B2CE35982C13D04E3A8F601C02194D8D3E5
20+
checksum64: 2D56F501280C64518172680E4D36AD480E8FD720560053FFC57F4B148FC14912
2121

2222
File 'license.txt' is obtained from local installation and converted to txt file:
2323
C:\Program Files (x86)\TagScanner\help\lic.html

tagscanner/tagscanner.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>tagscanner</id>
5-
<version>6.1.18</version>
5+
<version>6.1.19</version>
66
<title>TagScanner (Install)</title>
77
<authors>Sergey Serkov</authors>
88
<owners>majkinetor, niks255</owners>

tagscanner/tools/chocolateyInstall.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
55
$packageArgs = @{
66
packageName = 'tagscanner'
77
fileType = 'exe'
8-
file = "$toolsPath\tagscan-6.1.18-setup.exe"
9-
file64 = "$toolsPath\tagscan-6.1.18_x64-setup.exe"
8+
file = "$toolsPath\tagscan-6.1.19-setup.exe"
9+
file64 = "$toolsPath\tagscan-6.1.19_x64-setup.exe"
1010
silentArgs = "/VERYSILENT /NORESTART /SP- /SUPPRESSMSGBOXES /CLOSEAPPLICATIONS /RESTARTAPPLICATIONS"
1111
validExitCodes = @(0)
1212
softwareName = 'TagScanner *'

0 commit comments

Comments
 (0)