summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McGinn2021-02-08 06:48:57 -0500
committerMatthew McGinn2021-02-08 06:48:57 -0500
commit059b9b1d04e364d55afec3a9b0360016fbc77b9a (patch)
treee743276af5485772fbe4627527efab42567e0fc3
parent19185f7eeeddc7ab2517ebb54fff54dd5961fde5 (diff)
downloadaur-059b9b1d04e364d55afec3a9b0360016fbc77b9a.tar.gz
update version to v12.39.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 5f2d71cec4c5..bc380e2a8f2b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = balena-cli
pkgdesc = balena.io command line interface
- pkgver = 12.39.0
+ pkgver = 12.39.1
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.39.0.tgz
+ noextract = balena-cli-12.39.1.tgz
options = !strip
- source = https://registry.npmjs.org/balena-cli/-/balena-cli-12.39.0.tgz
- sha256sums = bd24faf8dfde8be517238e5eda3206c0dc9f01a63f1d98a40826fd2053677a6c
+ source = https://registry.npmjs.org/balena-cli/-/balena-cli-12.39.1.tgz
+ sha256sums = 647492cf13ed39842114fc45b3b5865deefc767d12ac1874ee6e4b6a79430fa5
optdepends_x86_64 = lib32-glibc: emulated builds
pkgname = balena-cli
diff --git a/PKGBUILD b/PKGBUILD
index a5e603ee6956..2fa5af8c6a15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=balena-cli
pkgdesc='balena.io command line interface'
-pkgver=12.39.0
+pkgver=12.39.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=('bd24faf8dfde8be517238e5eda3206c0dc9f01a63f1d98a40826fd2053677a6c')
+sha256sums=('647492cf13ed39842114fc45b3b5865deefc767d12ac1874ee6e4b6a79430fa5')
package() {
npm install --global --production --cache "${srcdir}/npm-cache" --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"