summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McGinn2019-08-06 14:43:54 +0100
committerMatthew McGinn2019-08-06 14:43:54 +0100
commit0d494422eb9750b8dfb5254fed635ee616dc7621 (patch)
tree2d990e2330032cf98d2af9dc9137080e92238ae1
parent57c9100a75f6add8904634418667ba033affd6f3 (diff)
downloadaur-0d494422eb9750b8dfb5254fed635ee616dc7621.tar.gz
update version to v11.7.5
Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 136502ff41ab..0061bc66451e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = balena-cli
pkgdesc = balena.io command line interface
- pkgver = 11.7.4
+ pkgver = 11.7.5
pkgrel = 1
url = https://balena.io/
arch = i686
@@ -12,10 +12,10 @@ pkgbase = balena-cli
depends = nodejs>=6.0.0
optdepends = python: balena-preload
replaces = resin-cli
- noextract = balena-cli-11.7.4.tgz
+ noextract = balena-cli-11.7.5.tgz
options = !strip
- source = http://registry.npmjs.org/balena-cli/-/balena-cli-11.7.4.tgz
- sha256sums = c60b298d110ff8d440d98415f5bb7d5e1d66fc119f99fff1a3131ffc5ed94a74
+ source = http://registry.npmjs.org/balena-cli/-/balena-cli-11.7.5.tgz
+ sha256sums = 2a515aca77f097ac853072a94d8fd4bed02255245abf0d9ec3a40999d2dea1c1
optdepends_x86_64 = lib32-glibc: emulated builds
pkgname = balena-cli
diff --git a/PKGBUILD b/PKGBUILD
index 832b3f762794..c4bb2e11b467 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=balena-cli
pkgdesc='balena.io command line interface'
-pkgver=11.7.4
+pkgver=11.7.5
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=('c60b298d110ff8d440d98415f5bb7d5e1d66fc119f99fff1a3131ffc5ed94a74')
+sha256sums=('2a515aca77f097ac853072a94d8fd4bed02255245abf0d9ec3a40999d2dea1c1')
package() {
npm install --global --production --no-shrinkwrap --user root --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"