diff options
-rw-r--r-- | sys-boot/etcher/Manifest | 2 | ||||
-rw-r--r-- | sys-boot/etcher/etcher-1.5.116.ebuild (renamed from sys-boot/etcher/etcher-1.5.51.ebuild) | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/sys-boot/etcher/Manifest b/sys-boot/etcher/Manifest index de02d80a..454484fb 100644 --- a/sys-boot/etcher/Manifest +++ b/sys-boot/etcher/Manifest @@ -1 +1 @@ -DIST balena-etcher-electron_1.5.51_amd64.deb 57214082 BLAKE2B fb915322df672b3f3fc0418bef8cecd463be4e5cb3abd22ac0fe85dbfbef65496dcf1ef5163a45e631c52e06053bebbff24dd92a91b4a03ebd433aeced27c0eb SHA512 12f386744a7eb2fc0dcdf12614fb3a0cf5f03c7b436b544e21c5cce47563531f0634e74b5a1858b92ffb62de3f31f6d4331567c1bc183a8d01ae1f532585fb78 +DIST balena-etcher-electron_1.5.116_amd64.deb 80933166 BLAKE2B 45586742ceade36f2f6cd8f55786948661b346bd10ec9def63ae11c863647723f7715043cf4e9186fa8559575b69f5ac1e072e5432ff3fea92d45bf0a5e1e1ad SHA512 781fbe47f8ea7d8e469aa8c76d95ac83abef60318dc9a6d7ac6296dec0139b5bcefcf2d3442b7b1ac274046014935dd97a9e49e64a9bb74a752409da6c03063a diff --git a/sys-boot/etcher/etcher-1.5.51.ebuild b/sys-boot/etcher/etcher-1.5.116.ebuild index aa854eaf..0a839dca 100644 --- a/sys-boot/etcher/etcher-1.5.51.ebuild +++ b/sys-boot/etcher/etcher-1.5.116.ebuild @@ -38,4 +38,5 @@ src_install() { sed -i "s/Icon\=balena\-etcher\-electron/Icon\=etcher\-electron/g" "${D}"usr/share/applications/balena-"${PN}"-electron.desktop rm -rf "${D}"usr/share/doc fperms 0755 /opt/balenaEtcher/balena-"${PN}"-electron || die + fperms 4711 /opt/balenaEtcher/chrome-sandbox } |