summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGergely Imreh2018-11-20 15:30:20 +0000
committerGergely Imreh2018-11-20 15:30:20 +0000
commit4148ab407a7124826c9e148aba987f1b3d5d0b72 (patch)
tree80e1b942e264b6157377451b9fc74e1f49402ad7
parentf55306017f2fae9c1a5b04b6191962e06e782324 (diff)
downloadaur-4148ab407a7124826c9e148aba987f1b3d5d0b72.tar.gz
bump to 9.2.2
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 e7962833cb73..7c12e44ee957 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Nov 19 20:54:56 UTC 2018
+# Tue Nov 20 15:23:48 UTC 2018
pkgbase = balena-cli
pkgdesc = balena.io command line interface
- pkgver = 9.2.1
+ pkgver = 9.2.2
pkgrel = 1
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.2.1.tgz
+ noextract = balena-cli-9.2.2.tgz
options = !strip
- source = http://registry.npmjs.org/balena-cli/-/balena-cli-9.2.1.tgz
- sha256sums = d9c13e0f145b84d027ebd098cc04acc041a2a145a5fd59fe87984a8f073b7e86
+ source = http://registry.npmjs.org/balena-cli/-/balena-cli-9.2.2.tgz
+ sha256sums = 1e21c764c86884abaa55cd6a0af813610d904aeff257c1333f74d693ca4d0a4f
optdepends_x86_64 = lib32-glibc: emulated builds
pkgname = balena-cli
diff --git a/PKGBUILD b/PKGBUILD
index b08e74f902fc..86950c8ebf8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=balena-cli
pkgdesc='balena.io command line interface'
-pkgver=9.2.1
+pkgver=9.2.2
pkgrel=1
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=('d9c13e0f145b84d027ebd098cc04acc041a2a145a5fd59fe87984a8f073b7e86')
+sha256sums=('1e21c764c86884abaa55cd6a0af813610d904aeff257c1333f74d693ca4d0a4f')
package() {
npm install --global --only=production --user root --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"