summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McGinn2020-10-27 07:53:22 -0400
committerMatthew McGinn2020-10-27 07:53:22 -0400
commite1dac1e422bcae2c99e64bcebe932722f3afa2e4 (patch)
tree1596f8c4768d2cadaf56e8d45156647bc27d9636
parent53b2937bb9262573e46e1db2a9f1950ce564cdf7 (diff)
downloadaur-e1dac1e422bcae2c99e64bcebe932722f3afa2e4.tar.gz
update version to v12.25.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 f28cc7caedc4..6ad048013da9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = balena-cli
pkgdesc = balena.io command line interface
- pkgver = 12.25.4
+ pkgver = 12.25.5
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.25.4.tgz
+ noextract = balena-cli-12.25.5.tgz
options = !strip
- source = https://registry.npmjs.org/balena-cli/-/balena-cli-12.25.4.tgz
- sha256sums = e400ff2c58d1be95e9b43aed327fd98e5c15cfa291fd23162a076139b6fecbab
+ source = https://registry.npmjs.org/balena-cli/-/balena-cli-12.25.5.tgz
+ sha256sums = f9e49cd09e18ae608e1514baef6400910554e940bc852ec5fb45859fd9f1033e
optdepends_x86_64 = lib32-glibc: emulated builds
pkgname = balena-cli
diff --git a/PKGBUILD b/PKGBUILD
index 80e9b316f4b7..3da3031e4425 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=balena-cli
pkgdesc='balena.io command line interface'
-pkgver=12.25.4
+pkgver=12.25.5
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=('e400ff2c58d1be95e9b43aed327fd98e5c15cfa291fd23162a076139b6fecbab')
+sha256sums=('f9e49cd09e18ae608e1514baef6400910554e940bc852ec5fb45859fd9f1033e')
package() {
npm install --global --production --cache "${srcdir}/npm-cache" --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"