summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGergely Imreh2019-04-25 12:50:04 +0100
committerGergely Imreh2019-04-25 12:50:04 +0100
commit200b3fdf6f972411f55025eb413ca835f6e80e04 (patch)
tree5bc2fe92c8668a64080436555ea5abe4f73b7621
parent4098c7567ab4b24f2d1b13b6a8a1b15c7d2f1302 (diff)
downloadaur-200b3fdf6f972411f55025eb413ca835f6e80e04.tar.gz
bump to v10.8.0
Signed-off-by: Gergely Imreh <imrehg@gmail.com>
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a18590ef80c1..6c01f62eb811 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Apr 24 17:07:38 UTC 2019
+# Thu Apr 25 11:49:54 UTC 2019
pkgbase = balena-cli
pkgdesc = balena.io command line interface
- pkgver = 10.7.0
+ pkgver = 10.8.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.7.0.tgz
+ noextract = balena-cli-10.8.0.tgz
options = !strip
- source = http://registry.npmjs.org/balena-cli/-/balena-cli-10.7.0.tgz
- sha256sums = 624133cb3c2184fe1ae1205f175353dfc523d509054a8a036d6b169395a6821e
+ source = http://registry.npmjs.org/balena-cli/-/balena-cli-10.8.0.tgz
+ sha256sums = a6267d496b5126fef8a476d18919e951b4e4d4fcf6b139e504c62b0a809a2477
optdepends_x86_64 = lib32-glibc: emulated builds
pkgname = balena-cli
diff --git a/PKGBUILD b/PKGBUILD
index 3497fa0c0ac1..32fdbf72155b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=balena-cli
pkgdesc='balena.io command line interface'
-pkgver=10.7.0
+pkgver=10.8.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=('624133cb3c2184fe1ae1205f175353dfc523d509054a8a036d6b169395a6821e')
+sha256sums=('a6267d496b5126fef8a476d18919e951b4e4d4fcf6b139e504c62b0a809a2477')
package() {
npm install --global --only=production --user root --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"