summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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"