Skip to content

Commit

Permalink
AU: 3 updated - furmark k6 yed
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 18, 2021
1 parent 592ea97 commit 55936f9
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion furmark/furmark.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>furmark</id>
<title>Furmark</title>
<version>1.25.0.0</version>
<version>1.25.1.0</version>
<authors>jeGX</authors>
<owners>Miodrag Milic</owners>
<summary>GPU Stress Test OpenGL Benchmark</summary>
Expand Down
4 changes: 2 additions & 2 deletions furmark/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ 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.

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: A6E3AC52EBCA0253F055BBF75A39EDBBF17905E2CFC26F4AD55A957171B9CF14
checksum32: 8F06451FD7EC04611328F13085CECEB3B8AF4E142AE0DFB38525ED303D1D9865

Using AU:

Expand Down
4 changes: 2 additions & 2 deletions k6/k6.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>k6</id>
<title>k6</title>
<version>0.31.0</version>
<version>0.31.1</version>
<authors>https://github.com/loadimpact/k6/graphs/contributors</authors>
<owners>Miodrag Milic</owners>
<summary>A modern load testing tool for developers and testers in the DevOps era</summary>
Expand Down Expand Up @@ -36,7 +36,7 @@ k6 is a developer centric open source load and performance regression testing to
<licenseUrl>https://github.com/loadimpact/k6/blob/master/LICENSE.md</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.rawgit.com/majkinetor/chocolatey/master/k6/icon.png</iconUrl>
<releaseNotes>https://github.com/loadimpact/k6/releases/tag/v0.31.0</releaseNotes>
<releaseNotes>https://github.com/loadimpact/k6/releases/tag/v0.31.1</releaseNotes>
<docsUrl>https://docs.k6.io/docs</docsUrl>
<mailingListUrl>https://community.k6.io</mailingListUrl>
<bugTrackerUrl>https://github.com/loadimpact/k6/issues</bugTrackerUrl>
Expand Down
8 changes: 4 additions & 4 deletions k6/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://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.

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: 45AA45A8EF30E7895B0D541A1F70871F4BCFC16B892219B66A7009419823E5A2
checksum64: 7D168239902E9CE062EB43B4373EA5414BC5534DC315F2BD3E9D956C42EF78DA
checksum32: 6EEEF30F5A53E16F9CCC8B99552C4715FD395A9BFD06C10F55D7DB6C06B39F52
checksum64: 5F30527DD9A684F560AA3F158ACBE56278AD7FE14CD02FC441E7B44CA62AEA83

File 'license.txt' is obtained from:
https://github.com/loadimpact/k6/blob/master/LICENSE.md
8 changes: 4 additions & 4 deletions yed/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion yed/yed.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>yed</id>
<title>yEd</title>
<version>3.21</version>
<version>3.21.1</version>
<authors>yWorks</authors>
<owners>Miodrag Milic</owners>
<summary>yEd Graph Editor: High-quality diagrams made easy</summary>
Expand Down

0 comments on commit 55936f9

Please sign in to comment.