summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGergely Imreh2018-11-13 21:35:40 +0000
committerGergely Imreh2018-11-13 21:35:40 +0000
commit3f1706e2c61bfa2f6f7262ce8ef174f697b06028 (patch)
tree2c33fc102418e7c4e447fb076c92a04b3dacb084
parentd574c7202046b562900cb051e89861ab7ccea756 (diff)
downloadaur-3f1706e2c61bfa2f6f7262ce8ef174f697b06028.tar.gz
bump to 9.1.2
Signed-off-by: Gergely Imreh <imrehg@gmail.com>
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14a068945bdd..67f4ed635f64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Nov 13 10:06:41 UTC 2018
+# Tue Nov 13 21:31:22 UTC 2018
pkgbase = balena-cli
pkgdesc = balena.io command line interface
- pkgver = 9.1.1
- pkgrel = 3
+ pkgver = 9.1.2
+ pkgrel = 1
url = https://resin.io/
arch = i686
arch = x86_64
@@ -13,10 +13,10 @@ pkgbase = balena-cli
depends = nodejs>=6.0.0
optdepends = python: balena-preload
replaces = resin-cli
- noextract = balena-cli-9.1.1.tgz
+ noextract = balena-cli-9.1.2.tgz
options = !strip
- source = http://registry.npmjs.org/balena-cli/-/balena-cli-9.1.1.tgz
- sha256sums = 1fc173bd7b105ac5dd5dd07919a5133865a86f427d37629f013cf84d97b5b2f6
+ source = http://registry.npmjs.org/balena-cli/-/balena-cli-9.1.2.tgz
+ sha256sums = 7c72066c8da9f1e742d0251ecaa9f42b51b7d1643d4eedaa77e5499c0fad4987
optdepends_x86_64 = lib32-glibc: emulated builds
pkgname = balena-cli
diff --git a/PKGBUILD b/PKGBUILD
index 4717dd25b717..608d77b81550 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=balena-cli
pkgdesc='balena.io command line interface'
-pkgver=9.1.1
-pkgrel=3
+pkgver=9.1.2
+pkgrel=1
arch=('i686' 'x86_64')
url='https://resin.io/'
license=('APACHE')
@@ -16,7 +16,7 @@ options=(!strip)
optdepends=('python: balena-preload')
optdepends_x86_64=('lib32-glibc: emulated builds')
replaces=('resin-cli')
-sha256sums=('1fc173bd7b105ac5dd5dd07919a5133865a86f427d37629f013cf84d97b5b2f6')
+sha256sums=('7c72066c8da9f1e742d0251ecaa9f42b51b7d1643d4eedaa77e5499c0fad4987')
package() {
npm install --global --only=production --user root --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"