summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6cf1e9d95be9..9b83061d5d4d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Apr 13 22:01:07 UTC 2019
+# Fri Apr 19 14:18:37 UTC 2019
pkgbase = balena-cli
pkgdesc = balena.io command line interface
- pkgver = 10.0.1
+ pkgver = 10.1.0
pkgrel = 1
url = https://balena.io/
arch = i686
@@ -13,10 +13,10 @@ pkgbase = balena-cli
depends = nodejs>=6.0.0
optdepends = python: balena-preload
replaces = resin-cli
- noextract = balena-cli-10.0.1.tgz
+ noextract = balena-cli-10.1.0.tgz
options = !strip
- source = http://registry.npmjs.org/balena-cli/-/balena-cli-10.0.1.tgz
- sha256sums = efe6444952c8f140d798cd39bf5258ece3e2a0cb030ac3883db90077c94cc2df
+ source = http://registry.npmjs.org/balena-cli/-/balena-cli-10.1.0.tgz
+ sha256sums = 4e6e09f455628ac3f8ed04c3f4ba2672d2d143c199cd8cd460e3b0cf76620135
optdepends_x86_64 = lib32-glibc: emulated builds
pkgname = balena-cli
diff --git a/PKGBUILD b/PKGBUILD
index b90088b262d7..35bd6030d840 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=balena-cli
pkgdesc='balena.io command line interface'
-pkgver=10.0.1
+pkgver=10.1.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=('efe6444952c8f140d798cd39bf5258ece3e2a0cb030ac3883db90077c94cc2df')
+sha256sums=('4e6e09f455628ac3f8ed04c3f4ba2672d2d143c199cd8cd460e3b0cf76620135')
package() {
npm install --global --only=production --user root --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"