summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGergely Imreh2018-12-19 12:00:25 +0000
committerGergely Imreh2018-12-19 12:00:25 +0000
commit811db7a89e33ea598e294a2191037447a7998f36 (patch)
treeea6fb9a5a5791896eddaa304841d7b7cbe3e7c6b
parentcfa93a97e589d8827fd64dd0b15c4df502a6bcc7 (diff)
downloadaur-811db7a89e33ea598e294a2191037447a7998f36.tar.gz
bump to 9.6.0
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 330726c813d1..d2b6eb8ac2cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Dec 18 15:39:16 UTC 2018
+# Wed Dec 19 08:56:06 UTC 2018
pkgbase = balena-cli
pkgdesc = balena.io command line interface
- pkgver = 9.5.0
+ pkgver = 9.6.0
pkgrel = 1
url = https://balena.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.5.0.tgz
+ noextract = balena-cli-9.6.0.tgz
options = !strip
- source = http://registry.npmjs.org/balena-cli/-/balena-cli-9.5.0.tgz
- sha256sums = 4d387219f2ac25696535c64b9d3f1e881f41f7416bf096d74e0c6f9f7de730f2
+ source = http://registry.npmjs.org/balena-cli/-/balena-cli-9.6.0.tgz
+ sha256sums = 0f871be0ebb3d4a5faa6dd4d2c00d62ba003aa92e537deb075c4f94d1699756b
optdepends_x86_64 = lib32-glibc: emulated builds
pkgname = balena-cli
diff --git a/PKGBUILD b/PKGBUILD
index 9ffb118547da..9c133a93c777 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=balena-cli
pkgdesc='balena.io command line interface'
-pkgver=9.5.0
+pkgver=9.6.0
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=('4d387219f2ac25696535c64b9d3f1e881f41f7416bf096d74e0c6f9f7de730f2')
+sha256sums=('0f871be0ebb3d4a5faa6dd4d2c00d62ba003aa92e537deb075c4f94d1699756b')
package() {
npm install --global --only=production --user root --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"