From 55936f9b169b2d3ee8ed47336898888c4fb13f78 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Thu, 18 Mar 2021 01:02:58 +0000 Subject: [PATCH] AU: 3 updated - furmark k6 yed [skip ci] https://gist.github.com/a700c70b8847b29ebb1c918d47ee4eb1/918114b56839b6f9c578de306476de04a92bf899 --- furmark/furmark.nuspec | 2 +- furmark/legal/VERIFICATION.txt | 4 ++-- k6/k6.nuspec | 4 ++-- k6/legal/VERIFICATION.txt | 8 ++++---- yed/tools/chocolateyInstall.ps1 | 8 ++++---- yed/yed.nuspec | 2 +- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/furmark/furmark.nuspec b/furmark/furmark.nuspec index 36834c54..d7ef0e64 100644 --- a/furmark/furmark.nuspec +++ b/furmark/furmark.nuspec @@ -5,7 +5,7 @@ furmark Furmark - 1.25.0.0 + 1.25.1.0 jeGX Miodrag Milic GPU Stress Test OpenGL Benchmark diff --git a/furmark/legal/VERIFICATION.txt b/furmark/legal/VERIFICATION.txt index 943c979d..282c7321 100644 --- a/furmark/legal/VERIFICATION.txt +++ b/furmark/legal/VERIFICATION.txt @@ -7,7 +7,7 @@ Package can be verified like this: 1. Go to - x32: https://geeks3d.com/downloads/2021p/FurMark_1.25.0.0_Setup.exe + x32: https://geeks3d.com/downloads/2021p/FurMark_1.25.1.0_Setup.exe to download the installer. @@ -15,7 +15,7 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum32: A6E3AC52EBCA0253F055BBF75A39EDBBF17905E2CFC26F4AD55A957171B9CF14 + checksum32: 8F06451FD7EC04611328F13085CECEB3B8AF4E142AE0DFB38525ED303D1D9865 Using AU: diff --git a/k6/k6.nuspec b/k6/k6.nuspec index 60e2ebc4..0d758a6b 100644 --- a/k6/k6.nuspec +++ b/k6/k6.nuspec @@ -5,7 +5,7 @@ k6 k6 - 0.31.0 + 0.31.1 https://github.com/loadimpact/k6/graphs/contributors Miodrag Milic A modern load testing tool for developers and testers in the DevOps era @@ -36,7 +36,7 @@ k6 is a developer centric open source load and performance regression testing to https://github.com/loadimpact/k6/blob/master/LICENSE.md false https://cdn.rawgit.com/majkinetor/chocolatey/master/k6/icon.png - https://github.com/loadimpact/k6/releases/tag/v0.31.0 + https://github.com/loadimpact/k6/releases/tag/v0.31.1 https://docs.k6.io/docs https://community.k6.io https://github.com/loadimpact/k6/issues diff --git a/k6/legal/VERIFICATION.txt b/k6/legal/VERIFICATION.txt index 857f75a3..421f7d21 100644 --- a/k6/legal/VERIFICATION.txt +++ b/k6/legal/VERIFICATION.txt @@ -7,8 +7,8 @@ Package can be verified like this: 1. Go to - x32: https://github.com/loadimpact/k6/releases/download/v0.31.0/k6-v0.31.0-win32.zip - x64: https://github.com/loadimpact/k6/releases/download/v0.31.0/k6-v0.31.0-win64.zip + x32: https://github.com/loadimpact/k6/releases/download/v0.31.1/k6-v0.31.1-win32.zip + x64: https://github.com/loadimpact/k6/releases/download/v0.31.1/k6-v0.31.1-win64.zip to download the installer. @@ -16,8 +16,8 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum32: 45AA45A8EF30E7895B0D541A1F70871F4BCFC16B892219B66A7009419823E5A2 - checksum64: 7D168239902E9CE062EB43B4373EA5414BC5534DC315F2BD3E9D956C42EF78DA + checksum32: 6EEEF30F5A53E16F9CCC8B99552C4715FD395A9BFD06C10F55D7DB6C06B39F52 + checksum64: 5F30527DD9A684F560AA3F158ACBE56278AD7FE14CD02FC441E7B44CA62AEA83 File 'license.txt' is obtained from: https://github.com/loadimpact/k6/blob/master/LICENSE.md diff --git a/yed/tools/chocolateyInstall.ps1 b/yed/tools/chocolateyInstall.ps1 index 567d7fa4..a396f6f8 100644 --- a/yed/tools/chocolateyInstall.ps1 +++ b/yed/tools/chocolateyInstall.ps1 @@ -5,10 +5,10 @@ rm $toolsDir\yed-* -Recurse -ea 0 $packageArgs = @{ packageName = 'yed' - url = 'https://www.yworks.com/resources/yed/demo/yEd-3.21.zip' - url64bit = 'https://www.yworks.com/resources/yed/demo/yEd-3.21.zip' - checksum = 'c32867ff8cf81332c97a0abceea79c8b7383be356f6c0a3fb250393683153d98' - checksum64 = 'c32867ff8cf81332c97a0abceea79c8b7383be356f6c0a3fb250393683153d98' + url = 'https://www.yworks.com/resources/yed/demo/yEd-3.21.1.zip' + url64bit = 'https://www.yworks.com/resources/yed/demo/yEd-3.21.1.zip' + checksum = 'c4301c2d7e842bdb781b6a112c74e1244d1b80eb0eeb8a0a30e1bfba83ef09e4' + checksum64 = 'c4301c2d7e842bdb781b6a112c74e1244d1b80eb0eeb8a0a30e1bfba83ef09e4' checksumType = 'sha256' checksumType64 = 'sha256' unzipLocation = Split-Path $MyInvocation.MyCommand.Definition diff --git a/yed/yed.nuspec b/yed/yed.nuspec index 68c1c867..3b5819af 100644 --- a/yed/yed.nuspec +++ b/yed/yed.nuspec @@ -5,7 +5,7 @@ yed yEd - 3.21 + 3.21.1 yWorks Miodrag Milic yEd Graph Editor: High-quality diagrams made easy