summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGergely Imreh2019-04-24 13:18:18 +0100
committerGergely Imreh2019-04-24 13:18:18 +0100
commitbd793d6974a082546ab963a1efe73ad05c0c9f0a (patch)
treed463ca70be8ea7314f0c55018eff290f4a0a5396
parent9fb7c26367917305133cfd308d4dc0410b16ed04 (diff)
downloadaur-bd793d6974a082546ab963a1efe73ad05c0c9f0a.tar.gz
bump to v10.4.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 4d6252228b31..9738384bfa62 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Apr 23 16:57:53 UTC 2019
+# Wed Apr 24 12:18:11 UTC 2019
pkgbase = balena-cli
pkgdesc = balena.io command line interface
- pkgver = 10.3.0
+ pkgver = 10.4.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.3.0.tgz
+ noextract = balena-cli-10.4.0.tgz
options = !strip
- source = http://registry.npmjs.org/balena-cli/-/balena-cli-10.3.0.tgz
- sha256sums = 1f0c66a9e69397ea822bfd678b1d775cfbb63e0ac136969fca295e491a494618
+ source = http://registry.npmjs.org/balena-cli/-/balena-cli-10.4.0.tgz
+ sha256sums = c6e6dd089dde0eebad53818feb681b6e84c2bb60c424e2a4baa3b81dc2a156c1
optdepends_x86_64 = lib32-glibc: emulated builds
pkgname = balena-cli
diff --git a/PKGBUILD b/PKGBUILD
index 2de48015b07b..ad58223ee64d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=balena-cli
pkgdesc='balena.io command line interface'
-pkgver=10.3.0
+pkgver=10.4.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=('1f0c66a9e69397ea822bfd678b1d775cfbb63e0ac136969fca295e491a494618')
+sha256sums=('c6e6dd089dde0eebad53818feb681b6e84c2bb60c424e2a4baa3b81dc2a156c1')
package() {
npm install --global --only=production --user root --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"