summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McGinn2019-05-30 05:04:24 +0800
committerMatthew McGinn2019-05-30 05:04:24 +0800
commitd1589a94c5bd05b5df3632ee9ecfb096445bb40f (patch)
treecd9b050aa846573a4e432b16969df94f9cd37215
parent1c7700e1c492b0a42319b0eb8579c68aa1fd3c98 (diff)
downloadaur-d1589a94c5bd05b5df3632ee9ecfb096445bb40f.tar.gz
update version to v10.17.0
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 f3290e6af90c..1c8b6f39741e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = balena-cli
pkgdesc = balena.io command line interface
- pkgver = 10.16.0
+ pkgver = 10.17.0
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.16.0.tgz
+ noextract = balena-cli-10.17.0.tgz
options = !strip
- source = http://registry.npmjs.org/balena-cli/-/balena-cli-10.16.0.tgz
- sha256sums = 4a11f31bfd0035e9c0b26b05fc902f462b13eca06f7ad23bc220d6c4afc8d9be
+ source = http://registry.npmjs.org/balena-cli/-/balena-cli-10.17.0.tgz
+ sha256sums = cc84e7e1985160eb8909898098925ae881885ab8ece9d5fa9fb4560d0f8ceff6
optdepends_x86_64 = lib32-glibc: emulated builds
pkgname = balena-cli
diff --git a/PKGBUILD b/PKGBUILD
index 2e18dc7c3c2f..7b865191ad67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=balena-cli
pkgdesc='balena.io command line interface'
-pkgver=10.16.0
+pkgver=10.17.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=('4a11f31bfd0035e9c0b26b05fc902f462b13eca06f7ad23bc220d6c4afc8d9be')
+sha256sums=('cc84e7e1985160eb8909898098925ae881885ab8ece9d5fa9fb4560d0f8ceff6')
package() {
npm install --global --only=production --user root --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"