summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McGinn2021-03-19 10:38:50 -0400
committerMatthew McGinn2021-03-19 10:38:50 -0400
commit42b5a35a823d8b159feed9b8843451d091c9ef9b (patch)
tree3c3a4e5df89939ac6a97e29f200141df0d70eed3
parentb97778a1485e28f5e3287104e216860d45953f09 (diff)
downloadaur-42b5a35a823d8b159feed9b8843451d091c9ef9b.tar.gz
bump to 12.42.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 18e9b6d8eb6d..0c357e6b6971 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = balena-cli
pkgdesc = balena.io command line interface
- pkgver = 12.41.3
+ pkgver = 12.42.0
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.41.3.tgz
+ noextract = balena-cli-12.42.0.tgz
options = !strip
- source = https://registry.npmjs.org/balena-cli/-/balena-cli-12.41.3.tgz
- sha256sums = b2ee1d3cb8d69f53696c00df89cba702a3e45aadffadfe5a056588e3f2b7b267
+ source = https://registry.npmjs.org/balena-cli/-/balena-cli-12.42.0.tgz
+ sha256sums = dceaf144e12eb60feb967b75498f368637038b2022fcaedbe3180b71dadf4641
optdepends_x86_64 = lib32-glibc: emulated builds
pkgname = balena-cli
diff --git a/PKGBUILD b/PKGBUILD
index c56a4d990066..eac747621634 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=balena-cli
pkgdesc='balena.io command line interface'
-pkgver=12.41.3
+pkgver=12.42.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=('b2ee1d3cb8d69f53696c00df89cba702a3e45aadffadfe5a056588e3f2b7b267')
+sha256sums=('dceaf144e12eb60feb967b75498f368637038b2022fcaedbe3180b71dadf4641')
package() {
npm install --global --production --cache "${srcdir}/npm-cache" --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"