summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McGinn2019-05-11 00:24:38 +0800
committerMatthew McGinn2019-05-11 00:24:38 +0800
commit00cd19788e78d65d333b0278493ad28b0408ffe1 (patch)
treea1252d47eb4c59e179034a48bdc62b2ebff458e9
parentc9a9e3883c393e07596a0e011da3eae06e5b0c9a (diff)
downloadaur-00cd19788e78d65d333b0278493ad28b0408ffe1.tar.gz
update version to v10.10.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 a54e23a3410c..2f1100855d91 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = balena-cli
pkgdesc = balena.io command line interface
- pkgver = 10.10.2
+ pkgver = 10.10.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-10.10.2.tgz
+ noextract = balena-cli-10.10.3.tgz
options = !strip
- source = http://registry.npmjs.org/balena-cli/-/balena-cli-10.10.2.tgz
- sha256sums = ce175a6c748c3ccfbc70dd7afef82ca2c2aa4125a117dcfe50c712cb5b737003
+ source = http://registry.npmjs.org/balena-cli/-/balena-cli-10.10.3.tgz
+ sha256sums = 2d6e16d3ccab42f661542209025b0573a6c9700add0bf63d8f75c5d40ae5a23f
optdepends_x86_64 = lib32-glibc: emulated builds
pkgname = balena-cli
diff --git a/PKGBUILD b/PKGBUILD
index 905986f79b9f..fc005bad1b6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=balena-cli
pkgdesc='balena.io command line interface'
-pkgver=10.10.2
+pkgver=10.10.3
pkgrel=1
arch=('i686' 'x86_64')
url='https://balena.io/'
@@ -16,7 +16,7 @@ options=(!strip)
optdepends=('python: balena-preload')
optdepends_x86_64=('lib32-glibc: emulated builds')
replaces=('resin-cli')
-sha256sums=('ce175a6c748c3ccfbc70dd7afef82ca2c2aa4125a117dcfe50c712cb5b737003')
+sha256sums=('2d6e16d3ccab42f661542209025b0573a6c9700add0bf63d8f75c5d40ae5a23f')
package() {
npm install --global --only=production --user root --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"