summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McGinn2019-04-28 10:34:43 +0800
committerMatthew McGinn2019-04-28 10:34:43 +0800
commit907232fe356f9715910ef9f32d3b6e41b449998b (patch)
tree503bae0c58c6c0487a435a88307230d3d0653ddd
parent200b3fdf6f972411f55025eb413ca835f6e80e04 (diff)
downloadaur-907232fe356f9715910ef9f32d3b6e41b449998b.tar.gz
update version to 10.8.1
Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c01f62eb811..aaf798216db0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Apr 25 11:49:54 UTC 2019
+# Sun Apr 28 02:30:12 UTC 2019
pkgbase = balena-cli
pkgdesc = balena.io command line interface
- pkgver = 10.8.0
+ pkgver = 10.8.1
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.8.0.tgz
+ noextract = balena-cli-10.8.1.tgz
options = !strip
- source = http://registry.npmjs.org/balena-cli/-/balena-cli-10.8.0.tgz
- sha256sums = a6267d496b5126fef8a476d18919e951b4e4d4fcf6b139e504c62b0a809a2477
+ source = http://registry.npmjs.org/balena-cli/-/balena-cli-10.8.1.tgz
+ sha256sums = f375688d09fca4deb2d20130e4f81d002c049a25d208569f837944355533f116
optdepends_x86_64 = lib32-glibc: emulated builds
pkgname = balena-cli
diff --git a/PKGBUILD b/PKGBUILD
index 32fdbf72155b..7411d4066b9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=balena-cli
pkgdesc='balena.io command line interface'
-pkgver=10.8.0
+pkgver=10.8.1
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=('a6267d496b5126fef8a476d18919e951b4e4d4fcf6b139e504c62b0a809a2477')
+sha256sums=('f375688d09fca4deb2d20130e4f81d002c049a25d208569f837944355533f116')
package() {
npm install --global --only=production --user root --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"