summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McGinn2020-11-06 06:59:53 -0500
committerMatthew McGinn2020-11-06 06:59:53 -0500
commitae459626ab2cba2f6625b93e91c4eb7338ce9c87 (patch)
treed2467a49b100ce74ada2032dde6b5a43e90c495f
parentc9a24eccedc89a3d44f915678d3d66259f40df10 (diff)
downloadaur-ae459626ab2cba2f6625b93e91c4eb7338ce9c87.tar.gz
update version to v12.27.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 be7a935a536e..e93e15fa1536 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = balena-cli
pkgdesc = balena.io command line interface
- pkgver = 12.27.0
+ pkgver = 12.27.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.27.0.tgz
+ noextract = balena-cli-12.27.1.tgz
options = !strip
- source = https://registry.npmjs.org/balena-cli/-/balena-cli-12.27.0.tgz
- sha256sums = a6fc23bed3f8ba7488d02a16e851ef4ea9bee008fbeb725ab81d357531bc7aa7
+ source = https://registry.npmjs.org/balena-cli/-/balena-cli-12.27.1.tgz
+ sha256sums = 5e17f36e2ee3f37dd15b65fc9ca83eb19df40fea8e7db6bff283de9e8d0636d1
optdepends_x86_64 = lib32-glibc: emulated builds
pkgname = balena-cli
diff --git a/PKGBUILD b/PKGBUILD
index ee13631d03e6..b5a6cb37ea36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=balena-cli
pkgdesc='balena.io command line interface'
-pkgver=12.27.0
+pkgver=12.27.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=('a6fc23bed3f8ba7488d02a16e851ef4ea9bee008fbeb725ab81d357531bc7aa7')
+sha256sums=('5e17f36e2ee3f37dd15b65fc9ca83eb19df40fea8e7db6bff283de9e8d0636d1')
package() {
npm install --global --production --cache "${srcdir}/npm-cache" --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"