summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McGinn2021-01-06 11:27:17 -0500
committerMatthew McGinn2021-01-06 11:27:17 -0500
commit6c02c9f4da1decfbafb9e16f8cb066bd371c7428 (patch)
tree18910ee69f5f474f9ebedfaa923a545042b8d086
parent10c989374c242412f651287a2cd26965589002af (diff)
downloadaur-6c02c9f4da1decfbafb9e16f8cb066bd371c7428.tar.gz
update version to v12.37.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 332408c4a2e0..1ee441b6cf6a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = balena-cli
pkgdesc = balena.io command line interface
- pkgver = 12.37.0
+ pkgver = 12.37.1
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.37.0.tgz
+ noextract = balena-cli-12.37.1.tgz
options = !strip
- source = https://registry.npmjs.org/balena-cli/-/balena-cli-12.37.0.tgz
- sha256sums = 21a7219fd37b5e467fe721512f22d2fa144d7baf20f3e683513d3965a04f181b
+ source = https://registry.npmjs.org/balena-cli/-/balena-cli-12.37.1.tgz
+ sha256sums = 73230846e73a1e2e6981a33c3aeb086d470a1f666859e4d6cb33e9ddeae93028
optdepends_x86_64 = lib32-glibc: emulated builds
pkgname = balena-cli
diff --git a/PKGBUILD b/PKGBUILD
index 16f6db2932d6..171c223cc9b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=balena-cli
pkgdesc='balena.io command line interface'
-pkgver=12.37.0
+pkgver=12.37.1
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=('21a7219fd37b5e467fe721512f22d2fa144d7baf20f3e683513d3965a04f181b')
+sha256sums=('73230846e73a1e2e6981a33c3aeb086d470a1f666859e4d6cb33e9ddeae93028')
package() {
npm install --global --production --cache "${srcdir}/npm-cache" --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"