summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McGinn2020-08-17 08:32:45 -0400
committerMatthew McGinn2020-08-17 08:32:45 -0400
commit03099dcdbff9802d31b287c5591e8421eb4d8f95 (patch)
tree37b339c5137f0710ab93c714a67882176eae55f9
parent51cf1a8190dafea141176c5bcad03031e0a2cf63 (diff)
downloadaur-03099dcdbff9802d31b287c5591e8421eb4d8f95.tar.gz
update version to v12.14.10
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 3e4cdf74463b..39397f85cd6b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = balena-cli
pkgdesc = balena.io command line interface
- pkgver = 12.14.9
+ pkgver = 12.14.10
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.9.tgz
+ noextract = balena-cli-12.14.10.tgz
options = !strip
- source = https://registry.npmjs.org/balena-cli/-/balena-cli-12.14.9.tgz
- sha256sums = a249575ec06848398f45083ecf7b8dc9d69d80ba2adeb176155c14a57a75db55
+ source = https://registry.npmjs.org/balena-cli/-/balena-cli-12.14.10.tgz
+ sha256sums = 0c359f06ad0d58267431e6f41424bbb8e4bacf6e805ad5693a7d8ae72c1f375d
optdepends_x86_64 = lib32-glibc: emulated builds
pkgname = balena-cli
diff --git a/PKGBUILD b/PKGBUILD
index 01039ea8c136..1b0fdd9fcbfa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=balena-cli
pkgdesc='balena.io command line interface'
-pkgver=12.14.9
+pkgver=12.14.10
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=('a249575ec06848398f45083ecf7b8dc9d69d80ba2adeb176155c14a57a75db55')
+sha256sums=('0c359f06ad0d58267431e6f41424bbb8e4bacf6e805ad5693a7d8ae72c1f375d')
package() {
npm install --global --production --cache "${srcdir}/npm-cache" --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"