summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McGinn2021-05-17 08:32:54 -0400
committerMatthew McGinn2021-05-17 08:32:54 -0400
commit679b009a7f6cf607dd5146811e70d253a3cde6b8 (patch)
tree9f5de79b384fc513261941f2ef6921f995753aa7
parent231dae99824fa2e136db8782c99d93fb30ddc062 (diff)
downloadaur-679b009a7f6cf607dd5146811e70d253a3cde6b8.tar.gz
bump version
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 8c3003f7562e..f1d33a9efd6d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = balena-cli
pkgdesc = balena.io command line interface
- pkgver = 12.44.14
+ pkgver = 12.44.15
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.44.14.tgz
+ noextract = balena-cli-12.44.15.tgz
options = !strip
- source = https://registry.npmjs.org/balena-cli/-/balena-cli-12.44.14.tgz
- sha256sums = c6f76dd686d22f62d4c5b94423070179b51357ca36ef407a37b7fb84ed830526
+ source = https://registry.npmjs.org/balena-cli/-/balena-cli-12.44.15.tgz
+ sha256sums = c54279e0bc61470eb590165ac0e6f2637ad1ddec0ba376ae8161465234fb736d
optdepends_x86_64 = lib32-glibc: emulated builds
pkgname = balena-cli
diff --git a/PKGBUILD b/PKGBUILD
index 9199529c0cb8..3615049f464f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=balena-cli
pkgdesc='balena.io command line interface'
-pkgver=12.44.14
+pkgver=12.44.15
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=('c6f76dd686d22f62d4c5b94423070179b51357ca36ef407a37b7fb84ed830526')
+sha256sums=('c54279e0bc61470eb590165ac0e6f2637ad1ddec0ba376ae8161465234fb736d')
package() {
npm install --global --production --cache "${srcdir}/npm-cache" --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"