summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McGinn2019-08-19 10:31:10 +0200
committerMatthew McGinn2019-08-19 10:31:10 +0200
commit3d159510e8b3653a51e6f1ef02ffb85c0750d8eb (patch)
tree0c6349d02ea78467d96e44687bfa9a92c4734d9b
parent7d8662807dfd5eb680f6e805ab614a80d9627f71 (diff)
downloadaur-3d159510e8b3653a51e6f1ef02ffb85c0750d8eb.tar.gz
update version to v11.8.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 795dac887255..7460aa81aa85 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = balena-cli
pkgdesc = balena.io command line interface
- pkgver = 11.8.0
+ pkgver = 11.8.1
pkgrel = 1
url = https://balena.io/
arch = i686
@@ -12,10 +12,10 @@ pkgbase = balena-cli
depends = nodejs>=6.0.0
optdepends = python: balena-preload
replaces = resin-cli
- noextract = balena-cli-11.8.0.tgz
+ noextract = balena-cli-11.8.1.tgz
options = !strip
- source = http://registry.npmjs.org/balena-cli/-/balena-cli-11.8.0.tgz
- sha256sums = 10b512aebb4e6c3f58db070cf2c0b88f157273d68d0d85ac729b81257ebdf7cf
+ source = http://registry.npmjs.org/balena-cli/-/balena-cli-11.8.1.tgz
+ sha256sums = b772caa98be76df8cb0b6985a08b879ba51c7de86577a6e340578fe4cbd93332
optdepends_x86_64 = lib32-glibc: emulated builds
pkgname = balena-cli
diff --git a/PKGBUILD b/PKGBUILD
index 1bdb0d85bf65..0c4d42e9b689 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=balena-cli
pkgdesc='balena.io command line interface'
-pkgver=11.8.0
+pkgver=11.8.1
pkgrel=1
arch=('i686' 'x86_64')
url='https://balena.io/'
@@ -17,7 +17,7 @@ options=(!strip)
optdepends=('python: balena-preload')
optdepends_x86_64=('lib32-glibc: emulated builds')
replaces=('resin-cli')
-sha256sums=('10b512aebb4e6c3f58db070cf2c0b88f157273d68d0d85ac729b81257ebdf7cf')
+sha256sums=('b772caa98be76df8cb0b6985a08b879ba51c7de86577a6e340578fe4cbd93332')
package() {
npm install --global --production --no-shrinkwrap --user root --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"