summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McGinn2019-09-23 14:57:17 +0200
committerMatthew McGinn2019-09-23 14:57:17 +0200
commit6970b6160ecb3b0bad2190b9e11258eaf77dfa33 (patch)
tree76259e7cc36d4442697cbc68f9cd1859ea4962c3
parentc8a032afe95b7d92880e7da53c3bb2dc756b66d6 (diff)
downloadaur-6970b6160ecb3b0bad2190b9e11258eaf77dfa33.tar.gz
update version to v11.11.3
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 5678b107c63c..02e05a8688ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = balena-cli
pkgdesc = balena.io command line interface
- pkgver = 11.11.2
+ pkgver = 11.11.3
pkgrel = 1
url = https://balena.io/
arch = i686
@@ -12,10 +12,10 @@ pkgbase = balena-cli
depends = nodejs>=6.0.0
optdepends = python: balena-preload
replaces = resin-cli
- noextract = balena-cli-11.11.2.tgz
+ noextract = balena-cli-11.11.3.tgz
options = !strip
- source = http://registry.npmjs.org/balena-cli/-/balena-cli-11.11.2.tgz
- sha256sums = ddbdb4841096dbb7365bd5ef64a4a403525139f74984c418bbb68f4d6d1ba914
+ source = http://registry.npmjs.org/balena-cli/-/balena-cli-11.11.3.tgz
+ sha256sums = 9cacfcbe441d94b922ef0db9c8c4caffe9ed8d76a47a68d5db5464d4caa95f55
optdepends_x86_64 = lib32-glibc: emulated builds
pkgname = balena-cli
diff --git a/PKGBUILD b/PKGBUILD
index e86ad101fb1c..16e15afaa2e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=balena-cli
pkgdesc='balena.io command line interface'
-pkgver=11.11.2
+pkgver=11.11.3
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=('ddbdb4841096dbb7365bd5ef64a4a403525139f74984c418bbb68f4d6d1ba914')
+sha256sums=('9cacfcbe441d94b922ef0db9c8c4caffe9ed8d76a47a68d5db5464d4caa95f55')
package() {
npm install --global --production --user root --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"