summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McGinn2019-05-15 22:55:34 +0800
committerMatthew McGinn2019-05-15 22:55:34 +0800
commit3578172c34a529c5ed3f3c0bc657bcbdfd4b3958 (patch)
treea91f0b29837f783e9df1e492c9dab56b76d068de
parente6f55e58eaba09546d711c7148549acfc2566c96 (diff)
downloadaur-3578172c34a529c5ed3f3c0bc657bcbdfd4b3958.tar.gz
update version to v10.12.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 572d63229f6b..878da65953c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = balena-cli
pkgdesc = balena.io command line interface
- pkgver = 10.11.1
+ pkgver = 10.12.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.11.1.tgz
+ noextract = balena-cli-10.12.0.tgz
options = !strip
- source = http://registry.npmjs.org/balena-cli/-/balena-cli-10.11.1.tgz
- sha256sums = b3ee429a292a928d416ade9a8884f38e3476255a634e010f1519bbd4643ad622
+ source = http://registry.npmjs.org/balena-cli/-/balena-cli-10.12.0.tgz
+ sha256sums = 5c45c1cd66d141175c7333c0983a1951d7b2b3801e18a1a19b786e5a4fc801f8
optdepends_x86_64 = lib32-glibc: emulated builds
pkgname = balena-cli
diff --git a/PKGBUILD b/PKGBUILD
index 073875fdf7b9..3ee902e63904 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=balena-cli
pkgdesc='balena.io command line interface'
-pkgver=10.11.1
+pkgver=10.12.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=('b3ee429a292a928d416ade9a8884f38e3476255a634e010f1519bbd4643ad622')
+sha256sums=('5c45c1cd66d141175c7333c0983a1951d7b2b3801e18a1a19b786e5a4fc801f8')
package() {
npm install --global --only=production --user root --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"