summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2020-04-16 22:54:40 +0430
committerAli Molaei2020-04-16 22:54:40 +0430
commit8afac463c87d048f586c595e6edbe1bf41c371fd (patch)
treec8fe7eaa678ca5e598730a5e2a090d72e4cef5f9
parent6c104ed346b68ab8a0968b6fe35fd2a1b19a8714 (diff)
downloadaur-8afac463c87d048f586c595e6edbe1bf41c371fd.tar.gz
Update to 1.5.81
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c6070c68f35..47d876e4daa0 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.80
+ pkgver = 1.5.81
pkgrel = 1
url = http://www.etcher.io/
arch = x86_64
@@ -48,9 +48,9 @@ pkgbase = etcher-bin
provides = etcher
conflicts = etcher
options = !strip
- source = https://github.com/balena-io/etcher/releases/download/v1.5.80/balena-etcher-electron_1.5.80_amd64.deb
+ source = https://github.com/balena-io/etcher/releases/download/v1.5.81/balena-etcher-electron_1.5.81_amd64.deb
source = etcher
- sha256sums = bd8842dd2488299a61b64d288f9f8a7c6ce9f35558a2cc1c8a4067707d6a9eac
+ sha256sums = 997e0898c43500eb5f23f0461e442fafc20de861fd23908100ffe899546d6ce7
sha256sums = ce48173bc432b90543a21c48d6c0f66d8b26d293e02a588f2307992f1861f9d3
pkgname = etcher-bin
diff --git a/PKGBUILD b/PKGBUILD
index 34e4c9fffe4b..a8108d6f4357 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.80
+pkgver=1.5.81
pkgrel=1
pkgdesc="Flash OS images to SD cards & USB drives, safely and easily"
arch=("x86_64")
@@ -16,11 +16,11 @@ makedepends=('bzip2')
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"
- "etcher")
+ "etcher")
options=("!strip")
-sha256sums=("bd8842dd2488299a61b64d288f9f8a7c6ce9f35558a2cc1c8a4067707d6a9eac"
- "ce48173bc432b90543a21c48d6c0f66d8b26d293e02a588f2307992f1861f9d3")
+sha256sums=("997e0898c43500eb5f23f0461e442fafc20de861fd23908100ffe899546d6ce7"
+ "ce48173bc432b90543a21c48d6c0f66d8b26d293e02a588f2307992f1861f9d3")
build() {
mkdir -p "${srcdir}/output"