summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2021-11-10 13:04:59 +0330
committerAli Molaei2021-11-10 13:04:59 +0330
commitd140f58ef59379f0c5822100095afa77f5032a59 (patch)
tree78acc86edd65aaf0fa97cbfaac348044816b8e08
parent2f5bdd38100c16befd253230fb1ce2a946fb7891 (diff)
downloadaur-d140f58ef59379f0c5822100095afa77f5032a59.tar.gz
Update to 1.7.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f3ac8ffb361..7510ee160815 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = etcher-bin
pkgdesc = Flash OS images to SD cards & USB drives, safely and easily
- pkgver = 1.6.0
+ pkgver = 1.7.0
pkgrel = 1
- url = http://www.etcher.io/
+ url = https://www.balena.io/etcher/
arch = x86_64
license = apache
makedepends = bzip2
@@ -48,9 +48,9 @@ pkgbase = etcher-bin
provides = etcher
conflicts = etcher
options = !strip
- source = https://github.com/balena-io/etcher/releases/download/v1.6.0/balena-etcher-electron_1.6.0_amd64.deb
+ source = https://github.com/balena-io/etcher/releases/download/v1.7.0/balena-etcher-electron_1.7.0_amd64.deb
source = etcher
- sha256sums = 9fc8b866a8ee81e51f5e94f356023056899f3e4e87bcf11b4d92defe3160c058
+ sha256sums = eb3343eb677e213a5e6a23acc0b4b7b8bdb2df6b7a1573fca480ae8314346524
sha256sums = ce48173bc432b90543a21c48d6c0f66d8b26d293e02a588f2307992f1861f9d3
pkgname = etcher-bin
diff --git a/PKGBUILD b/PKGBUILD
index fede66253417..05ba5d44359d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
# Contributor: Andrew Stubbs <andrew dot stubbs at gmail dot com>
pkgname=etcher-bin
-pkgver=1.6.0
+pkgver=1.7.0
pkgrel=1
pkgdesc="Flash OS images to SD cards & USB drives, safely and easily"
arch=("x86_64")
-url="http://www.${pkgname%-bin}.io/"
+url="https://www.balena.io/etcher/"
license=("apache")
provides=("${pkgname%-bin}")
conflicts=("${pkgname%-bin}")
@@ -19,7 +19,7 @@ source=("https://github.com/balena-io/${pkgname%-bin}/releases/download/v${pkgve
"etcher")
options=("!strip")
-sha256sums=("9fc8b866a8ee81e51f5e94f356023056899f3e4e87bcf11b4d92defe3160c058"
+sha256sums=("eb3343eb677e213a5e6a23acc0b4b7b8bdb2df6b7a1573fca480ae8314346524"
"ce48173bc432b90543a21c48d6c0f66d8b26d293e02a588f2307992f1861f9d3")
build() {