summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2019-12-06 22:41:58 +0330
committerAli Molaei2019-12-06 22:41:58 +0330
commitf86063ec48f2cdbf620608f9a60e529ebb1076c7 (patch)
tree1bc02b300deb05ca2ceb31ed83af412e793ea220
parent6347de9affe8e4a78f097580be5dbe25a1946621 (diff)
downloadaur-f86063ec48f2cdbf620608f9a60e529ebb1076c7.tar.gz
Update to 1.5.67
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ee0cc90b5a4..e8db9868503f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = etcher-bin
pkgdesc = Flash OS images to SD cards & USB drives, safely and easily
- pkgver = 1.5.66
+ pkgver = 1.5.67
pkgrel = 1
url = http://www.etcher.io/
arch = x86_64
@@ -16,8 +16,8 @@ pkgbase = etcher-bin
provides = etcher
conflicts = etcher
options = !strip
- source = https://github.com/balena-io/etcher/releases/download/v1.5.66/balena-etcher-electron_1.5.66_amd64.deb
- sha256sums = db5c3eb869d2921fea9b111216ff5bc4da1ef2a1c94a8f6f426206c2d7469ca8
+ source = https://github.com/balena-io/etcher/releases/download/v1.5.67/balena-etcher-electron_1.5.67_amd64.deb
+ sha256sums = c48731761aff342aa96fe19ace94e7bc6a6a15ea072f2aaf49ceb98d570b5afa
pkgname = etcher-bin
diff --git a/PKGBUILD b/PKGBUILD
index c4ce1cc66210..4f2b3c0f91ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Andrew Stubbs <andrew dot stubbs at gmail dot com>
pkgname=etcher-bin
-pkgver=1.5.66
+pkgver=1.5.67
pkgrel=1
pkgdesc="Flash OS images to SD cards & USB drives, safely and easily"
arch=("x86_64")
@@ -16,8 +16,7 @@ optdepends=("libnotify: for notifications"
"speech-dispatcher: for text-to-speech")
source=("https://github.com/balena-io/${pkgname%-bin}/releases/download/v${pkgver}/balena-${pkgname%-bin}-electron_${pkgver}_amd64.deb")
options=("!strip")
-#sha256sums=("65271a79f15826f5a0ad41dd2bdac44c8b1359af9eea26f89f064b0f68556888")
-sha256sums=("db5c3eb869d2921fea9b111216ff5bc4da1ef2a1c94a8f6f426206c2d7469ca8")
+sha256sums=("c48731761aff342aa96fe19ace94e7bc6a6a15ea072f2aaf49ceb98d570b5afa")
build() {
mkdir -p "${srcdir}/output"