Skip to content

Commit

Permalink
AU: 2 updated - etcher statping
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 15, 2019
1 parent 529bd68 commit 7cc792c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion etcher/etcher.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>etcher</id>
<title>Etcher</title>
<version>1.5.35</version>
<version>1.5.39</version>
<authors>Resin.io</authors>
<owners>Miodrag Milic</owners>
<summary>Flash OS images to SD cards and USB drives, safely and easily</summary>
Expand Down
8 changes: 4 additions & 4 deletions etcher/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
$packageArgs = @{
packageName = 'etcher'
fileType = 'exe'
url = 'https://github.com/balena-io/etcher/releases/download/v1.5.35/balenaEtcher-Setup-1.5.35-x86.exe'
url64bit = 'https://github.com/balena-io/etcher/releases/download/v1.5.35/balenaEtcher-Setup-1.5.35-x64.exe'
checksum = '1a911fed47b3309307383c4ca0588e715990707c117348296500812d94e5714f'
checksum64 = '30b0dedcf0b1636249929196adb059adbfa136cf45b918603e1ac1b246a33247'
url = 'https://github.com/balena-io/etcher/releases/download/v1.5.39/balenaEtcher-Setup-1.5.39-x86.exe'
url64bit = 'https://github.com/balena-io/etcher/releases/download/v1.5.39/balenaEtcher-Setup-1.5.39-x64.exe'
checksum = '1cf7b2edafe0b13070faef80b1143351848080a833a8174a31bde6b9d539a373'
checksum64 = 'deb5e27c9b655b792f0f2d07d396df53083410cc60984771df13fd1952538496'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/S'
Expand Down
4 changes: 2 additions & 2 deletions statping/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

x64: https://github.com//hunterlong/statping/releases/download/v0.80.57/statping-windows-x64.zip
x64: https://github.com//hunterlong/statping/releases/download/v0.80.58/statping-windows-x64.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'

checksum64: EFF4958305A85F8061A8D9013A7EB645489D2486C6D4CC049129B585174BAAF0
checksum64: 6E4DD81CCAC7AB2D2DBC77E9D7DA3B0DEE3DAB31CCDDB37EF656BBB875CF00CF

File 'license.txt' is obtained from:
https://github.com/hunterlong/statping/blob/master/LICENSE
4 changes: 2 additions & 2 deletions statping/statping.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>statping</id>
<title>Statping</title>
<version>0.80.57</version>
<version>0.80.58</version>
<authors>Hunter Long</authors>
<owners>Miodrag Milic</owners>
<summary>An easy to use Status Page for your websites and applications</summary>
Expand Down Expand Up @@ -33,7 +33,7 @@ This Status Page generator allows you to use MySQL, Postgres, or SQLite on multi
<copyright></copyright>
<licenseUrl>https://github.com/hunterlong/statping/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>https://github.com/hunterlong/statping/releases/tag/v0.80.57</releaseNotes>
<releaseNotes>https://github.com/hunterlong/statping/releases/tag/v0.80.58</releaseNotes>
<docsUrl>https://github.com/hunterlong/statping/wiki</docsUrl>
<bugTrackerUrl>https://github.com/hunterlong/statping/issues</bugTrackerUrl>
<projectSourceUrl>https://github.com/hunterlong/statping</projectSourceUrl>
Expand Down

0 comments on commit 7cc792c

Please sign in to comment.