makedeb


balena-etcher-bin 1.19.21-1


Flash OS images to SD cards & USB drives, safely and easily.

Click here to go back to the commit logs for balena-etcher-bin.

Commit:


Hash: 9ff0016e7a39daf6ef8ce862ff8b3d1238c093e7

Message: 1.18.4

Diff


diff --git a/.SRCINFO b/.SRCINFO
index e348158..96f7c68 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgname = balena-etcher-bin
 pkgbase = balena-etcher-bin
 pkgdesc = Flash OS images to SD cards & USB drives, safely and easily.
 pkgrel = 1
-pkgver = 1.18.1
+pkgver = 1.18.4
 arch = amd64
-source = https://github.com/balena-io/etcher/releases/download/v1.18.1/balena-etcher_1.18.1_amd64.deb
-sha256sums = e64b0f70a261a56e64b2c3218d5927afc699df15fd9b07cc08fe609afc17992d
+source = https://github.com/balena-io/etcher/releases/download/v1.18.4/balena-etcher_1.18.4_amd64.deb
+sha256sums = 935367a666b9c06516045ef150ef7787496d39d535857bab30e8217164452654
diff --git a/PKGBUILD b/PKGBUILD
index 7424a69..a603195 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
 # Maintainer: Jonathan Apodaca <jrapodaca@gmail.com>
 # vim: set sw=2 expandtab:
 pkgname=balena-etcher-bin
-pkgver=1.18.1
+pkgver=1.18.4
 pkgrel=1
 pkgdesc='Flash OS images to SD cards & USB drives, safely and easily.'
 arch=(amd64)
 source=("https://github.com/balena-io/etcher/releases/download/v${pkgver}/balena-etcher_${pkgver}_amd64.deb")
 sha256sums=(
-  "e64b0f70a261a56e64b2c3218d5927afc699df15fd9b07cc08fe609afc17992d"
+  "935367a666b9c06516045ef150ef7787496d39d535857bab30e8217164452654"
 )
 
 prepare() {