summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McGinn2019-05-02 21:31:57 +0800
committerMatthew McGinn2019-05-02 21:31:57 +0800
commitfc374b8aa9a7f5bda203d9973080f4e8a2401e3f (patch)
tree76f16396ca7ab30303f3f71e554b246be7218c63
parentfd7f57dd159fb204d889e22c386c9f479f0ee360 (diff)
downloadaur-fc374b8aa9a7f5bda203d9973080f4e8a2401e3f.tar.gz
update version to v10.9.4
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 af490a610d80..693e0dffe784 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = balena-cli
pkgdesc = balena.io command line interface
- pkgver = 10.9.3
+ pkgver = 10.9.4
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.9.3.tgz
+ noextract = balena-cli-10.9.4.tgz
options = !strip
- source = http://registry.npmjs.org/balena-cli/-/balena-cli-10.9.3.tgz
- sha256sums = c1842814c0b5da3ff8781e540adf708b0912460117da8ef96aafecb339f95d73
+ source = http://registry.npmjs.org/balena-cli/-/balena-cli-10.9.4.tgz
+ sha256sums = f04be652171e0c4630d952b9b386ae889ec157bbfbbee495c29681bd73b8d27d
optdepends_x86_64 = lib32-glibc: emulated builds
pkgname = balena-cli
diff --git a/PKGBUILD b/PKGBUILD
index b40df470d48d..e9beba6ff55b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=balena-cli
pkgdesc='balena.io command line interface'
-pkgver=10.9.3
+pkgver=10.9.4
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=('c1842814c0b5da3ff8781e540adf708b0912460117da8ef96aafecb339f95d73')
+sha256sums=('f04be652171e0c4630d952b9b386ae889ec157bbfbbee495c29681bd73b8d27d')
package() {
npm install --global --only=production --user root --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"