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