summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McGinn2020-08-13 11:15:12 -0400
committerMatthew McGinn2020-08-13 11:15:12 -0400
commit6afc79a411c3026177a209b0039c81244c4ac484 (patch)
treeff671df52af78487ddf7dcb5b9ac84dc1ed7b150
parent13c181923ec4309ccdb4d559d01652ff94ba09d7 (diff)
downloadaur-6afc79a411c3026177a209b0039c81244c4ac484.tar.gz
update version to v12.14.7
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 6417f68c4ba1..b77348aed9d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = balena-cli
pkgdesc = balena.io command line interface
- pkgver = 12.14.6
+ pkgver = 12.14.7
pkgrel = 1
url = https://balena.io/
arch = x86_64
@@ -20,10 +20,10 @@ pkgbase = balena-cli
optdepends = linux-aufs: balena preload/build/deploy --build
optdepends = avahi: balena scan
replaces = resin-cli
- noextract = balena-cli-12.14.6.tgz
+ noextract = balena-cli-12.14.7.tgz
options = !strip
- source = https://registry.npmjs.org/balena-cli/-/balena-cli-12.14.6.tgz
- sha256sums = 59d5e2df3a83c031cff5b127e40f7f7de70bb51e512984bd4ddce3bf70965e55
+ source = https://registry.npmjs.org/balena-cli/-/balena-cli-12.14.7.tgz
+ sha256sums = 47be599b7c43287aca1aee9f377543b0b25157971cf2520d59cb4c6001fc5bac
optdepends_x86_64 = lib32-glibc: emulated builds
pkgname = balena-cli
diff --git a/PKGBUILD b/PKGBUILD
index 29e928f7115a..bf02a6f8dc7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=balena-cli
pkgdesc='balena.io command line interface'
-pkgver=12.14.6
+pkgver=12.14.7
pkgrel=1
arch=('x86_64')
url='https://balena.io/'
@@ -20,7 +20,7 @@ source=(https://registry.npmjs.org/${pkgname}/-/${pkgname}-${pkgver}.tgz)
noextract=(${pkgname}-${pkgver}.tgz)
options=(!strip)
replaces=('resin-cli')
-sha256sums=('59d5e2df3a83c031cff5b127e40f7f7de70bb51e512984bd4ddce3bf70965e55')
+sha256sums=('47be599b7c43287aca1aee9f377543b0b25157971cf2520d59cb4c6001fc5bac')
package() {
npm install --global --production --cache "${srcdir}/npm-cache" --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"