Skip to content

Commit

Permalink
AU: 1 updated - etcher
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 24, 2018
1 parent 5ab9304 commit 45fbde5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.4.7</version>
<version>1.4.8</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.4.7/balenaEtcher-Setup-1.4.7-x86.exe'
url64bit = 'https://github.com/balena-io/etcher/releases/download/v1.4.7/balenaEtcher-Setup-1.4.7-x64.exe'
checksum = '166c80092471a6db86fbc96c2885f8cb2e5b5613aefe3a33d551df35ae4627d0'
checksum64 = '26ce9c13fa57c96570c385ddc5b323c9c5a9fa255168bfa4d91a93a9a1a42d99'
url = 'https://github.com/balena-io/etcher/releases/download/v1.4.8/balenaEtcher-Setup-1.4.8-x86.exe'
url64bit = 'https://github.com/balena-io/etcher/releases/download/v1.4.8/balenaEtcher-Setup-1.4.8-x64.exe'
checksum = 'd9efa763fbe6731ccba403496cf2db66b7fc616cebd40d979445fbe31d8b0f33'
checksum64 = 'b8f8114cc2e106c2a9bd4b1855180f547b7da6ffbcb763c66a8d0d3a1655fb0c'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/S'
Expand Down

0 comments on commit 45fbde5

Please sign in to comment.