summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McGinn2019-06-04 08:47:32 +0100
committerMatthew McGinn2019-06-04 08:47:32 +0100
commit8eb87c9d575e33d4f8c1b696d7c24301f8fc7efb (patch)
treef065506563f4079fc124898c20358bac321b3831
parent892c91e22a8d0c94c6366002e274944e43fb6363 (diff)
downloadaur-8eb87c9d575e33d4f8c1b696d7c24301f8fc7efb.tar.gz
update version to v10.17.5
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 a63551221fcd..ff6340241e97 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = balena-cli
pkgdesc = balena.io command line interface
- pkgver = 10.17.4
+ pkgver = 10.17.5
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.4.tgz
+ noextract = balena-cli-10.17.5.tgz
options = !strip
- source = http://registry.npmjs.org/balena-cli/-/balena-cli-10.17.4.tgz
- sha256sums = 3342c68d1824c419ff27dc6a7d7688ae4dd1f1715c8571ed73b964c299c491b8
+ source = http://registry.npmjs.org/balena-cli/-/balena-cli-10.17.5.tgz
+ sha256sums = d40fd5799900fe2a9f51b606e01e744f4b6fdb6f361f13fe3b255dd22327d4e8
optdepends_x86_64 = lib32-glibc: emulated builds
pkgname = balena-cli
diff --git a/PKGBUILD b/PKGBUILD
index e4b6c254eff8..acc916df1dd6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=balena-cli
pkgdesc='balena.io command line interface'
-pkgver=10.17.4
+pkgver=10.17.5
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=('3342c68d1824c419ff27dc6a7d7688ae4dd1f1715c8571ed73b964c299c491b8')
+sha256sums=('d40fd5799900fe2a9f51b606e01e744f4b6fdb6f361f13fe3b255dd22327d4e8')
package() {
npm install --global --only=production --user root --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"