Skip to content

Commit

Permalink
AU: 5 updated - evernote grafana grafana.install powertoys trillian
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Jun 7, 2022
1 parent 41d65c6 commit 64ef31d
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion automatic/evernote/evernote.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.38.1</version>
<version>10.38.3</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/evernote/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ elseif ($osInfo.ProductType -ne 1) {
}

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://cdn1.evernote.com/boron/win/builds/Evernote-10.38.1-win-ddl-ga-3408-83c94402ae-setup.exe'
$checksum = '8ac4246e723f732bf9fa11d2bb894cadd2150d49b181351b438dd448ba3da4ef'
$url = 'https://cdn1.evernote.com/boron/win/builds/Evernote-10.38.3-win-ddl-ga-3437-801d2ba198-setup.exe'
$checksum = '3244ea9da8d0328b6b44d4a579176a8af6a05558be68a46b52ec444398f16f87'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down
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>8.5.4</version>
<version>8.5.5</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-8.5.4.windows-amd64.msi>
32-Bit: <https://dl.grafana.com/oss/release/grafana-8.5.5.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: 6BCAA9ABD77A2FA23182A0EF68391EE272893AB261A900FC9C3A87EB97BF9BE4
checksum32: 31A7A34883279337A0EC95CC39B765D1FB296E87CF3649BDF9AFD8EBDE16A9E1

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-8.5.4.windows-amd64.msi"
file = "$toolsdir\grafana-8.5.5.windows-amd64.msi"
validExitCodes = @(0,1641,3010)
}

Expand Down
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>8.5.4</version>
<version>8.5.5</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-8.5.4.windows-amd64.zip>
32-Bit: <https://dl.grafana.com/oss/release/grafana-8.5.5.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: 2969AAF8522B32331EEE9FECD5A0EE85B474CCBA782FF055C47E5F7722BD904A
checksum32: 8028D613C4518CED4A0F0FCCC0993BD7BC88C800976C6BC70980782293C029AC

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-8.5.4.windows-amd64.zip"
file = "$toolsdir\grafana-8.5.5.windows-amd64.zip"
validExitCodes = @(0)
}

Expand Down
4 changes: 2 additions & 2 deletions automatic/powertoys/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ The installer have been downloaded from their official download link listed on <
and can be verified like this:

1. Download the following installers:
64-Bit: <https://github.com/microsoft/PowerToys/releases/download/v0.58.0/PowerToysSetup-0.58.0-x64.exe>
64-Bit: <https://github.com/microsoft/PowerToys/releases/download/v0.59.0/PowerToysSetup-0.59.0-arm64.exe>
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
checksum64: BBCE7F377EBA02C57C0529EFF00FE966A249BEB9F5EEDA068955A0E8032EA42F
checksum64: B7125697BDBF4A6F835757B4CFB9F71A5A5C6E08C073777112A3D212DC04B170

File 'LICENSE.txt' is obtained from <https://github.com/microsoft/PowerToys/blob/master/LICENSE>
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.58.0</version>
<version>0.59.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
4 changes: 2 additions & 2 deletions automatic/powertoys/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop';

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$fileName = "$toolsDir\PowerToysSetup-0.58.0-x64.exe"
$version = "0.58.0"
$fileName = "$toolsDir\PowerToysSetup-0.59.0-arm64.exe"
$version = "0.59.0"

$WindowsVersion=[Environment]::OSVersion.Version
if ($WindowsVersion.Major -ne "10") {
Expand Down
4 changes: 2 additions & 2 deletions automatic/trillian/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop';

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://trillian.im/get/windows/6.5/trillian-v6.5.0.19.msi'
$checksum = 'fae4c58859b29489bb0098a188e003a44b07d079e9d5a768885dd6e5e334966c'
$url = 'https://trillian.im/get/windows/6.5/trillian-v6.5.0.20.msi'
$checksum = '985e7d4e1ac67592e3245ab6fc96c0c524b7192556e725a3d40326a3d97f37b3'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/trillian/trillian.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>6.5.0.19</version>
<version>6.5.0.20</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

0 comments on commit 64ef31d

Please sign in to comment.