summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McGinn2021-05-10 09:16:46 -0400
committerMatthew McGinn2021-05-10 09:16:46 -0400
commit231dae99824fa2e136db8782c99d93fb30ddc062 (patch)
treeab4dcedc941714c909d8224f94d26d3913e68a33
parent27d1d452b11eb60cd8cd50a581fdc051dc7ae60d (diff)
downloadaur-231dae99824fa2e136db8782c99d93fb30ddc062.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 510d57e74f91..8c3003f7562e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = balena-cli
pkgdesc = balena.io command line interface
- pkgver = 12.44.13
+ pkgver = 12.44.14
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.13.tgz
+ noextract = balena-cli-12.44.14.tgz
options = !strip
- source = https://registry.npmjs.org/balena-cli/-/balena-cli-12.44.13.tgz
- sha256sums = 719b00a0e983fde7a68e9934f88956aa2cd82a99b697639cfc6f9a7e6bd11797
+ source = https://registry.npmjs.org/balena-cli/-/balena-cli-12.44.14.tgz
+ sha256sums = c6f76dd686d22f62d4c5b94423070179b51357ca36ef407a37b7fb84ed830526
optdepends_x86_64 = lib32-glibc: emulated builds
pkgname = balena-cli
diff --git a/PKGBUILD b/PKGBUILD
index 093aa6905adb..9199529c0cb8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=balena-cli
pkgdesc='balena.io command line interface'
-pkgver=12.44.13
+pkgver=12.44.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=('719b00a0e983fde7a68e9934f88956aa2cd82a99b697639cfc6f9a7e6bd11797')
+sha256sums=('c6f76dd686d22f62d4c5b94423070179b51357ca36ef407a37b7fb84ed830526')
package() {
npm install --global --production --cache "${srcdir}/npm-cache" --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"