summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McGinn2019-05-01 17:29:02 +0800
committerMatthew McGinn2019-05-01 17:29:02 +0800
commitd9b69eac88d9765144ccbc33b1554e16f44d9417 (patch)
tree5d412117075c3d746dc53a7bb2e4f321306175b2
parent811c146cad1d124153446dc397423c21a48b1e9a (diff)
downloadaur-d9b69eac88d9765144ccbc33b1554e16f44d9417.tar.gz
update version to v10.9.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 91bf4ed65854..f23955b14d7b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = balena-cli
pkgdesc = balena.io command line interface
- pkgver = 10.9.0
+ pkgver = 10.9.1
pkgrel = 1
url = https://balena.io/
arch = i686
@@ -11,10 +11,10 @@ pkgbase = balena-cli
depends = nodejs>=6.0.0
optdepends = python: balena-preload
replaces = resin-cli
- noextract = balena-cli-10.9.0.tgz
+ noextract = balena-cli-10.9.1.tgz
options = !strip
- source = http://registry.npmjs.org/balena-cli/-/balena-cli-10.9.0.tgz
- sha256sums = 953c1df4d6fdf5546cbe81ec257d97ccaba104d1bc391cbade3e9f75a6e63486
+ source = http://registry.npmjs.org/balena-cli/-/balena-cli-10.9.1.tgz
+ sha256sums = bd3af24c28cfb80fe4a406582ea7f8f30f3e27aca0b4ef5de2cd7ec620e5661a
optdepends_x86_64 = lib32-glibc: emulated builds
pkgname = balena-cli
diff --git a/PKGBUILD b/PKGBUILD
index d3d3eb17ee72..741907e1cbdb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=balena-cli
pkgdesc='balena.io command line interface'
-pkgver=10.9.0
+pkgver=10.9.1
pkgrel=1
arch=('i686' 'x86_64')
url='https://balena.io/'
@@ -16,7 +16,7 @@ options=(!strip)
optdepends=('python: balena-preload')
optdepends_x86_64=('lib32-glibc: emulated builds')
replaces=('resin-cli')
-sha256sums=('953c1df4d6fdf5546cbe81ec257d97ccaba104d1bc391cbade3e9f75a6e63486')
+sha256sums=('bd3af24c28cfb80fe4a406582ea7f8f30f3e27aca0b4ef5de2cd7ec620e5661a')
package() {
npm install --global --only=production --user root --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"