summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McGinn2021-01-29 10:19:43 -0500
committerMatthew McGinn2021-01-29 10:19:43 -0500
commitc4357ef11902274fd6113256ba152c8fc9ee37d7 (patch)
tree482901007825ac998fe4ec20d2210adf52b2222a
parentbddec781f156cabeff44ffabbf0e0f19f8c7730b (diff)
downloadaur-c4357ef11902274fd6113256ba152c8fc9ee37d7.tar.gz
update version to v12.38.8
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 02b1b56dd9a0..c8f191eb3a09 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = balena-cli
pkgdesc = balena.io command line interface
- pkgver = 12.38.7
+ pkgver = 12.38.8
pkgrel = 1
url = https://balena.io/
arch = x86_64
@@ -21,10 +21,10 @@ pkgbase = balena-cli
optdepends = linux-aufs: balena preload/build/deploy --build
optdepends = avahi: balena scan
replaces = resin-cli
- noextract = balena-cli-12.38.7.tgz
+ noextract = balena-cli-12.38.8.tgz
options = !strip
- source = https://registry.npmjs.org/balena-cli/-/balena-cli-12.38.7.tgz
- sha256sums = 85c76192914e295da8a5ed8067efec6c1dc9afc654a01b5476b3cba5175f4ef7
+ source = https://registry.npmjs.org/balena-cli/-/balena-cli-12.38.8.tgz
+ sha256sums = b990ff4e535d785c0d98dfb76d31324bb64c1f8c91e4a82ebbda68b00c31998e
optdepends_x86_64 = lib32-glibc: emulated builds
pkgname = balena-cli
diff --git a/PKGBUILD b/PKGBUILD
index 0cb8d83eeb6e..f4ee07069bc3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=balena-cli
pkgdesc='balena.io command line interface'
-pkgver=12.38.7
+pkgver=12.38.8
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=('85c76192914e295da8a5ed8067efec6c1dc9afc654a01b5476b3cba5175f4ef7')
+sha256sums=('b990ff4e535d785c0d98dfb76d31324bb64c1f8c91e4a82ebbda68b00c31998e')
package() {
npm install --global --production --cache "${srcdir}/npm-cache" --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"