summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McGinn2019-06-05 18:06:21 +0100
committerMatthew McGinn2019-06-05 18:06:21 +0100
commite0159beffa27edac47dc12ddb91baa40b584b41b (patch)
tree83562720f7437bdda8317b42fd8a80a2d3d2e7fc
parentaf6a2a203889d21a7cfcfe745878aa51d1da6ff0 (diff)
downloadaur-e0159beffa27edac47dc12ddb91baa40b584b41b.tar.gz
update version to v11.0.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 18d3467a2700..89670541ce14 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = balena-cli
pkgdesc = balena.io command line interface
- pkgver = 11.0.2
+ pkgver = 11.0.3
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-11.0.2.tgz
+ noextract = balena-cli-11.0.3.tgz
options = !strip
- source = http://registry.npmjs.org/balena-cli/-/balena-cli-11.0.2.tgz
- sha256sums = ec588170c8e024508933a260093f65ee13ee89816bf3da6e7879624db29f41ac
+ source = http://registry.npmjs.org/balena-cli/-/balena-cli-11.0.3.tgz
+ sha256sums = 1cf6e63fa6170e51c1ee20d9f647b5027a1c569c10586f583433af033386c68d
optdepends_x86_64 = lib32-glibc: emulated builds
pkgname = balena-cli
diff --git a/PKGBUILD b/PKGBUILD
index 498c4228fb9e..fab4602f69d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=balena-cli
pkgdesc='balena.io command line interface'
-pkgver=11.0.2
+pkgver=11.0.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=('ec588170c8e024508933a260093f65ee13ee89816bf3da6e7879624db29f41ac')
+sha256sums=('1cf6e63fa6170e51c1ee20d9f647b5027a1c569c10586f583433af033386c68d')
package() {
npm install --global --only=production --user root --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"