summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McGinn2019-06-05 15:56:36 +0100
committerMatthew McGinn2019-06-05 15:56:36 +0100
commitaf6a2a203889d21a7cfcfe745878aa51d1da6ff0 (patch)
tree8a55a2a77270ffb0d458a2f07ececc360d301ea8
parent8eb87c9d575e33d4f8c1b696d7c24301f8fc7efb (diff)
downloadaur-af6a2a203889d21a7cfcfe745878aa51d1da6ff0.tar.gz
update version to v11.0.2
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 ff6340241e97..18d3467a2700 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = balena-cli
pkgdesc = balena.io command line interface
- pkgver = 10.17.5
+ pkgver = 11.0.2
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.5.tgz
+ noextract = balena-cli-11.0.2.tgz
options = !strip
- source = http://registry.npmjs.org/balena-cli/-/balena-cli-10.17.5.tgz
- sha256sums = d40fd5799900fe2a9f51b606e01e744f4b6fdb6f361f13fe3b255dd22327d4e8
+ source = http://registry.npmjs.org/balena-cli/-/balena-cli-11.0.2.tgz
+ sha256sums = ec588170c8e024508933a260093f65ee13ee89816bf3da6e7879624db29f41ac
optdepends_x86_64 = lib32-glibc: emulated builds
pkgname = balena-cli
diff --git a/PKGBUILD b/PKGBUILD
index acc916df1dd6..498c4228fb9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=balena-cli
pkgdesc='balena.io command line interface'
-pkgver=10.17.5
+pkgver=11.0.2
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=('d40fd5799900fe2a9f51b606e01e744f4b6fdb6f361f13fe3b255dd22327d4e8')
+sha256sums=('ec588170c8e024508933a260093f65ee13ee89816bf3da6e7879624db29f41ac')
package() {
npm install --global --only=production --user root --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"