summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McGinn2020-08-26 10:29:30 -0400
committerMatthew McGinn2020-08-26 10:29:30 -0400
commitfcce2f84d5de64cd4343b440ae324d970a0a7ee4 (patch)
tree2785882e8b42e538b611094cf719693b1c585087
parentdcea24e1c2bc8b773222eee63ef65f7d8d204521 (diff)
downloadaur-fcce2f84d5de64cd4343b440ae324d970a0a7ee4.tar.gz
bump to 12.14.14
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 0f0da960d808..5951d804c49e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = balena-cli
pkgdesc = balena.io command line interface
- pkgver = 12.14.13
+ pkgver = 12.14.14
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.13.tgz
+ noextract = balena-cli-12.14.14.tgz
options = !strip
- source = https://registry.npmjs.org/balena-cli/-/balena-cli-12.14.13.tgz
- sha256sums = 594e004fdc596a016fea4860d16811e9cdf320f96a38b2aae15472805fc48524
+ source = https://registry.npmjs.org/balena-cli/-/balena-cli-12.14.14.tgz
+ sha256sums = 077ccc71e7fe79ae66168f553af5f913570bb8727455bc978815e29335f668c7
optdepends_x86_64 = lib32-glibc: emulated builds
pkgname = balena-cli
diff --git a/PKGBUILD b/PKGBUILD
index a199182412a7..d9f2ae9421c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=balena-cli
pkgdesc='balena.io command line interface'
-pkgver=12.14.13
+pkgver=12.14.14
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=('594e004fdc596a016fea4860d16811e9cdf320f96a38b2aae15472805fc48524')
+sha256sums=('077ccc71e7fe79ae66168f553af5f913570bb8727455bc978815e29335f668c7')
package() {
npm install --global --production --cache "${srcdir}/npm-cache" --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"