Balena_etcher 1.6.0 => 1.7.1 (#6437)

This commit is contained in:
Ed Reel
2021-12-05 09:48:35 -06:00
committed by GitHub
parent f737e926c3
commit 88864dae7d

View File

@@ -3,17 +3,17 @@ require 'package'
class Balena_etcher < Package
description 'Flash OS images to SD cards & USB drives, safely and easily.'
homepage 'https://www.balena.io/etcher/'
@_ver = '1.6.0'
@_ver = '1.7.1'
version @_ver
license 'Apache-2.0'
compatibility 'x86_64, i686'
case ARCH
when 'x86_64'
source_url "https://github.com/balena-io/etcher/releases/download/v#{@_ver}/balenaEtcher-#{@_ver}-x64.AppImage"
source_sha256 '055af004e129009e040c654c0b0c13fd5d9b0fea8d7bbd206548935e508a8dbf'
source_sha256 'e5ac6599898d9804311df0e35552f10d08da323cab5fb1fdf7fef567252b021b'
when 'i686'
source_url "https://github.com/balena-io/etcher/releases/download/v#{@_ver}/balenaEtcher-#{@_ver}-ia32.AppImage"
source_sha256 '04838bc4f451919fffc5528dae5df35b3c7af910b769401ddee751709f9407fa'
source_sha256 '3cf3ee7fc895532d5d74941eca4b56b8a35c3a4735c924cd9c5e29ca4f7e2076'
end
depends_on 'gtk2'