summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McGinn2019-05-30 21:46:48 +0800
committerMatthew McGinn2019-05-30 21:46:48 +0800
commitcb96285e557f240bc45bd94bfd8c1d57eddc3e2a (patch)
tree8b0353c65959024267600afc4494aa84a8450f6b
parentd1589a94c5bd05b5df3632ee9ecfb096445bb40f (diff)
downloadaur-cb96285e557f240bc45bd94bfd8c1d57eddc3e2a.tar.gz
update version to v10.17.1
Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c8b6f39741e..18c89c66916e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = balena-cli
pkgdesc = balena.io command line interface
- pkgver = 10.17.0
+ pkgver = 10.17.1
pkgrel = 1
url = https://balena.io/
arch = i686
@@ -11,10 +11,10 @@ pkgbase = balena-cli
depends = nodejs>=6.0.0
optdepends = python: balena-preload
replaces = resin-cli
- noextract = balena-cli-10.17.0.tgz
+ noextract = balena-cli-10.17.1.tgz
options = !strip
- source = http://registry.npmjs.org/balena-cli/-/balena-cli-10.17.0.tgz
- sha256sums = cc84e7e1985160eb8909898098925ae881885ab8ece9d5fa9fb4560d0f8ceff6
+ source = http://registry.npmjs.org/balena-cli/-/balena-cli-10.17.1.tgz
+ sha256sums = 69229ad56dc1dc738a3be926ef64a5ca265780632007d0d56786a6d0698027e1
optdepends_x86_64 = lib32-glibc: emulated builds
pkgname = balena-cli
diff --git a/PKGBUILD b/PKGBUILD
index 7b865191ad67..dc018f599e91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=balena-cli
pkgdesc='balena.io command line interface'
-pkgver=10.17.0
+pkgver=10.17.1
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=('cc84e7e1985160eb8909898098925ae881885ab8ece9d5fa9fb4560d0f8ceff6')
+sha256sums=('69229ad56dc1dc738a3be926ef64a5ca265780632007d0d56786a6d0698027e1')
package() {
npm install --global --only=production --user root --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"