summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McGinn2020-08-24 08:08:40 -0400
committerMatthew McGinn2020-08-24 08:08:40 -0400
commitaad21c4c940eaf259bb4d9c2fba110769fc74b61 (patch)
tree7afc921e7f2e12713a541b5596f8464f9ff18608
parent75fe6862d63fb75972fc33a2665db9e9a1886457 (diff)
downloadaur-aad21c4c940eaf259bb4d9c2fba110769fc74b61.tar.gz
update version to v12.14.12
Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dbafd523c3d6..57c34f21231a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = balena-cli
pkgdesc = balena.io command line interface
- pkgver = 12.14.11
+ pkgver = 12.14.12
pkgrel = 1
url = https://balena.io/
arch = x86_64
@@ -20,10 +20,10 @@ pkgbase = balena-cli
optdepends = linux-aufs: balena preload/build/deploy --build
optdepends = avahi: balena scan
replaces = resin-cli
- noextract = balena-cli-12.14.11.tgz
+ noextract = balena-cli-12.14.12.tgz
options = !strip
- source = https://registry.npmjs.org/balena-cli/-/balena-cli-12.14.11.tgz
- sha256sums = c253544673714c3052bd9eedeb665736f5e50ac87308180f841027a510f7f5b1
+ source = https://registry.npmjs.org/balena-cli/-/balena-cli-12.14.12.tgz
+ sha256sums = 80ab244b7785137f50523fa208004320b02c3fa05bcd1bd21096b3c49423fbf1
optdepends_x86_64 = lib32-glibc: emulated builds
pkgname = balena-cli
diff --git a/PKGBUILD b/PKGBUILD
index 14b15a5a86ce..9a2c023f026b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=balena-cli
pkgdesc='balena.io command line interface'
-pkgver=12.14.11
+pkgver=12.14.12
pkgrel=1
arch=('x86_64')
url='https://balena.io/'
@@ -20,7 +20,7 @@ source=(https://registry.npmjs.org/${pkgname}/-/${pkgname}-${pkgver}.tgz)
noextract=(${pkgname}-${pkgver}.tgz)
options=(!strip)
replaces=('resin-cli')
-sha256sums=('c253544673714c3052bd9eedeb665736f5e50ac87308180f841027a510f7f5b1')
+sha256sums=('80ab244b7785137f50523fa208004320b02c3fa05bcd1bd21096b3c49423fbf1')
package() {
npm install --global --production --cache "${srcdir}/npm-cache" --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"