summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McGinn2020-09-17 08:15:31 -0400
committerMatthew McGinn2020-09-17 08:15:31 -0400
commitcd9b5d9722c28387eb7e42b17cfe3732bfffafde (patch)
tree04dc47bcc9524f0f0acdab2f323a376c2546e8e1
parentff0456506f4637706f98c0bbb2a0134bf6e5fd4a (diff)
downloadaur-cd9b5d9722c28387eb7e42b17cfe3732bfffafde.tar.gz
update version to v12.21.1
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 7f7f674822e8..42242ba71f41 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = balena-cli
pkgdesc = balena.io command line interface
- pkgver = 12.21.0
+ pkgver = 12.21.1
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.21.0.tgz
+ noextract = balena-cli-12.21.1.tgz
options = !strip
- source = https://registry.npmjs.org/balena-cli/-/balena-cli-12.21.0.tgz
- sha256sums = 14cab4daefc6eb7bc495122fbf3a8af11fecdac185932912a9532be56c869f7b
+ source = https://registry.npmjs.org/balena-cli/-/balena-cli-12.21.1.tgz
+ sha256sums = 7510a99cb912aaf8118409d85199f014f92e7f568a95968d7d1d282574b0b053
optdepends_x86_64 = lib32-glibc: emulated builds
pkgname = balena-cli
diff --git a/PKGBUILD b/PKGBUILD
index 30132e2d6efe..d6878d55ae1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=balena-cli
pkgdesc='balena.io command line interface'
-pkgver=12.21.0
+pkgver=12.21.1
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=('14cab4daefc6eb7bc495122fbf3a8af11fecdac185932912a9532be56c869f7b')
+sha256sums=('7510a99cb912aaf8118409d85199f014f92e7f568a95968d7d1d282574b0b053')
package() {
npm install --global --production --cache "${srcdir}/npm-cache" --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"