Skip to content

Commit

Permalink
AU: 4 updated - gitkraken grafana grafana.install powertoys
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Oct 1, 2024
1 parent 5f9647c commit 90f5514
Show file tree
Hide file tree
Showing 12 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion automatic/gitkraken/gitkraken.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>10.3.0</version>
<version>10.4.0</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand Down
6 changes: 3 additions & 3 deletions automatic/gitkraken/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop'
$ErrorActionPreference = 'Stop'

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url64 = 'https://release.gitkraken.com/win64/GitKrakenSetup.exe'
$checksum64 = 'ec3a637cf9f678fefc1a73b636b947ba1ded020728d5db90399bbc6d51db216e'
$url64 = 'https://release.axocdn.com/windows/GitKrakenSetup.exe'
$checksum64 = 'ae2ed227abe877193b95479e6e7599ed1e93848ca6276685f9c67fae34281928'
$checksumType64 = 'sha256'

$packageArgs = @{
Expand Down
4 changes: 2 additions & 2 deletions automatic/grafana.install/grafana.install.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"10.0": "10.0.13",
"10.2": "10.2.8",
"10.3": "10.3.11",
"10.4": "10.4.9",
"10.4": "10.4.10",
"10.1": "10.1.10",
"9.5": "9.5.20",
"11.0": "11.0.5",
"11.0": "11.0.6",
"11.1": "11.1.6",
"11.2": "11.2.1"
}
2 changes: 1 addition & 1 deletion automatic/grafana.install/grafana.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>10.3.11</version>
<version>11.0.6</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand Down
4 changes: 2 additions & 2 deletions automatic/grafana.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The installer have been downloaded from their official download link listed on <
and can be verified like this:

1. Download the following installers:
32-Bit: <https://dl.grafana.com/oss/release/grafana-10.3.11.windows-amd64.msi>
32-Bit: <https://dl.grafana.com/oss/release/grafana-11.0.6.windows-amd64.msi>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 110A76E6BD554E78782E9135B15D62CEF27EED698BCAFCD3BA358877295D0701
checksum32: B1658C48DC744E1B7082178E7E0EDB86BFB52568CEDCC336D959EBBE7CAC99D1

File 'LICENSE.txt' is obtained from <https://github.com/grafana/grafana/blob/master/LICENSE>

2 changes: 1 addition & 1 deletion automatic/grafana.install/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $packageArgs = @{
softwareName = 'GrafanaOSS*'
fileType = 'msi'
silentArgs = "/qn /norestart /l*v `"$env:TEMP\$env:ChocolateyPackageName.$env:ChocolateyPackageVersion.log`""
file = "$toolsdir\grafana-10.3.11.windows-amd64.msi"
file = "$toolsdir\grafana-11.0.6.windows-amd64.msi"
validExitCodes = @(0,1641,3010)
}

Expand Down
4 changes: 2 additions & 2 deletions automatic/grafana/grafana.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"10.0": "10.0.13",
"10.2": "10.2.8",
"10.3": "10.3.11",
"10.4": "10.4.9",
"10.4": "10.4.10",
"10.1": "10.1.10",
"9.5": "9.5.20",
"11.0": "11.0.5",
"11.0": "11.0.6",
"11.1": "11.1.6",
"11.2": "11.2.1"
}
2 changes: 1 addition & 1 deletion automatic/grafana/grafana.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>10.3.11</version>
<version>11.0.6</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar, galeksandrp</owners>
<!-- ============================== -->
Expand Down
4 changes: 2 additions & 2 deletions automatic/grafana/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The installer have been downloaded from their official download link listed on <
and can be verified like this:

1. Download the following installers:
32-Bit: <https://dl.grafana.com/oss/release/grafana-10.3.11.windows-amd64.zip>
32-Bit: <https://dl.grafana.com/oss/release/grafana-11.0.6.windows-amd64.zip>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 136B2F16F310A81C9639D57802DA5F05EB4BA9A23C438E5C17725A6FAE28D586
checksum32: 4A7772084540367B23C52C3448511EE5CCE2A756287E066C2D5B771BF69B32CD

File 'LICENSE.txt' is obtained from <https://github.com/grafana/grafana/blob/master/LICENSE>

2 changes: 1 addition & 1 deletion automatic/grafana/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $toolsDir
fileType = 'exe'
file = "$toolsdir\grafana-10.3.11.windows-amd64.zip"
file = "$toolsdir\grafana-11.0.6.windows-amd64.zip"
validExitCodes = @(0)
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/powertoys/powertoys.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>0.84.1</version>
<version>0.85.0</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Microsoft</owners>
<!-- ============================== -->
Expand Down
6 changes: 3 additions & 3 deletions automatic/powertoys/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
$ErrorActionPreference = 'Stop';

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$version = "0.84.1"
$url64 = 'https://github.com/microsoft/PowerToys/releases/download/v0.84.1/PowerToysSetup-0.84.1-x64.exe'
$checksum64 = '10df9774de1857051e135b9790a18a92c5c7f42587c733dee991186e67231ee0'
$version = "0.85.0"
$url64 = 'https://github.com/microsoft/PowerToys/releases/download/v0.85.0/PowerToysSetup-0.85.0-x64.exe'
$checksum64 = '4a248aa914eee339aa99d467fdfbdb1fcd7a49a8564ddbbb811d0ec69cebab75'

$WindowsVersion=[Environment]::OSVersion.Version
if ($WindowsVersion.Major -ne "10") {
Expand Down

0 comments on commit 90f5514

Please sign in to comment.