summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McGinn2019-04-25 00:49:16 +0800
committerMatthew McGinn2019-04-25 00:49:16 +0800
commitffc12392b543cc475aaa0ab2883f40ca22f77b03 (patch)
tree10d15d5e33ec1c72c4d98bcf60ac9c258c097d2b
parent24da44524ebced1684fe42bc66f966b456ca0775 (diff)
downloadaur-ffc12392b543cc475aaa0ab2883f40ca22f77b03.tar.gz
Update version to 10.6.0
Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4e8f44b09c0..1782aca118aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Apr 24 14:18:15 UTC 2019
+# Wed Apr 24 16:48:48 UTC 2019
pkgbase = balena-cli
pkgdesc = balena.io command line interface
- pkgver = 10.5.0
+ pkgver = 10.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-10.5.0.tgz
+ noextract = balena-cli-10.6.0.tgz
options = !strip
- source = http://registry.npmjs.org/balena-cli/-/balena-cli-10.5.0.tgz
- sha256sums = 80e4dbc0ce3f87e1bf096e0b65e7db1dff9d4c140727997b7a592fba703b5d3e
+ source = http://registry.npmjs.org/balena-cli/-/balena-cli-10.6.0.tgz
+ sha256sums = b85c304f78c3de49ad5fa229add47112626871a743e64729df38a614c1f25679
optdepends_x86_64 = lib32-glibc: emulated builds
pkgname = balena-cli
diff --git a/PKGBUILD b/PKGBUILD
index b6544d5142fd..726958e649cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=balena-cli
pkgdesc='balena.io command line interface'
-pkgver=10.5.0
+pkgver=10.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=('80e4dbc0ce3f87e1bf096e0b65e7db1dff9d4c140727997b7a592fba703b5d3e')
+sha256sums=('b85c304f78c3de49ad5fa229add47112626871a743e64729df38a614c1f25679')
package() {
npm install --global --only=production --user root --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"