summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McGinn2020-12-07 08:31:13 -0500
committerMatthew McGinn2020-12-07 08:31:13 -0500
commitda87edbf6beab29622bdd2f6da9f76c805f87e52 (patch)
tree9b0c7089dcc1cb73c5571d94bad04e603a5693a5
parent61d89acf515d0652ece1ed3d5a8eecc41afaabdc (diff)
downloadaur-da87edbf6beab29622bdd2f6da9f76c805f87e52.tar.gz
bump to 12.29.1
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 942154cc9103..dd14176a5e1f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = balena-cli
pkgdesc = balena.io command line interface
- pkgver = 12.29.1
+ pkgver = 12.30.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.29.1.tgz
+ noextract = balena-cli-12.30.0.tgz
options = !strip
- source = https://registry.npmjs.org/balena-cli/-/balena-cli-12.29.1.tgz
- sha256sums = 6c800392d94644cb2d0cd115c46295354d7649f987fe8da08c03bfe597214ce3
+ source = https://registry.npmjs.org/balena-cli/-/balena-cli-12.30.0.tgz
+ sha256sums = dca033e3753aee940d2489ca41fe114dbbfa91ee9044607bc66126e7862e0751
optdepends_x86_64 = lib32-glibc: emulated builds
pkgname = balena-cli
diff --git a/PKGBUILD b/PKGBUILD
index f42b7c238870..7fc017e16e31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=balena-cli
pkgdesc='balena.io command line interface'
-pkgver=12.29.1
+pkgver=12.30.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=('6c800392d94644cb2d0cd115c46295354d7649f987fe8da08c03bfe597214ce3')
+sha256sums=('dca033e3753aee940d2489ca41fe114dbbfa91ee9044607bc66126e7862e0751')
package() {
npm install --global --production --cache "${srcdir}/npm-cache" --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"