summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McGinn2020-12-03 17:44:20 -0500
committerMatthew McGinn2020-12-03 17:44:20 -0500
commit727afca9aa488df8b86549d467c905a7e6cea07b (patch)
treee9483cd6166a1b2f3c636b02c3c122ba332e37de
parent895c17414bc89e17c7585cf04cb334938f60ca82 (diff)
downloadaur-727afca9aa488df8b86549d467c905a7e6cea07b.tar.gz
update version to v12.29.0
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 faedbc5058a2..1962d8de6d0f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = balena-cli
pkgdesc = balena.io command line interface
- pkgver = 12.28.3
+ pkgver = 12.29.0
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.28.3.tgz
+ noextract = balena-cli-12.29.0.tgz
options = !strip
- source = https://registry.npmjs.org/balena-cli/-/balena-cli-12.28.3.tgz
- sha256sums = 16abce002c5bd22c92e17151adb20f2da1483c1ee1a8e8937901020e8c8f1bd8
+ source = https://registry.npmjs.org/balena-cli/-/balena-cli-12.29.0.tgz
+ sha256sums = 253c024b36fca50210628b35dfbd08afe4e97879772c8055049d14e38580dad0
optdepends_x86_64 = lib32-glibc: emulated builds
pkgname = balena-cli
diff --git a/PKGBUILD b/PKGBUILD
index 49522b208f62..3c1f6e1c31f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=balena-cli
pkgdesc='balena.io command line interface'
-pkgver=12.28.3
+pkgver=12.29.0
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=('16abce002c5bd22c92e17151adb20f2da1483c1ee1a8e8937901020e8c8f1bd8')
+sha256sums=('253c024b36fca50210628b35dfbd08afe4e97879772c8055049d14e38580dad0')
package() {
npm install --global --production --cache "${srcdir}/npm-cache" --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"