summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McGinn2019-06-03 13:55:08 +0100
committerMatthew McGinn2019-06-03 13:55:08 +0100
commit892c91e22a8d0c94c6366002e274944e43fb6363 (patch)
treec9c7743dcded7fedcf252f4148ebdd6a0d406848
parent0eb2f405524d406b3ef0d3d569575055549d7d5f (diff)
downloadaur-892c91e22a8d0c94c6366002e274944e43fb6363.tar.gz
update version to v10.17.4
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 dc2337720fcb..a63551221fcd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = balena-cli
pkgdesc = balena.io command line interface
- pkgver = 10.17.3
+ pkgver = 10.17.4
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.3.tgz
+ noextract = balena-cli-10.17.4.tgz
options = !strip
- source = http://registry.npmjs.org/balena-cli/-/balena-cli-10.17.3.tgz
- sha256sums = 95591342c0c38bdcf19c3908066b65f0a6515cd3f6c0d3476fc35f7886c7056f
+ source = http://registry.npmjs.org/balena-cli/-/balena-cli-10.17.4.tgz
+ sha256sums = 3342c68d1824c419ff27dc6a7d7688ae4dd1f1715c8571ed73b964c299c491b8
optdepends_x86_64 = lib32-glibc: emulated builds
pkgname = balena-cli
diff --git a/PKGBUILD b/PKGBUILD
index 89a36884828b..e4b6c254eff8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=balena-cli
pkgdesc='balena.io command line interface'
-pkgver=10.17.3
+pkgver=10.17.4
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=('95591342c0c38bdcf19c3908066b65f0a6515cd3f6c0d3476fc35f7886c7056f')
+sha256sums=('3342c68d1824c419ff27dc6a7d7688ae4dd1f1715c8571ed73b964c299c491b8')
package() {
npm install --global --only=production --user root --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"