summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McGinn2019-05-02 21:23:55 +0800
committerMatthew McGinn2019-05-02 21:23:55 +0800
commitfd7f57dd159fb204d889e22c386c9f479f0ee360 (patch)
tree3b86b3b15861791d2acc40381c738317d39dbd36
parent78f1d605b8969fa3ad903553f857d9c09f5a0882 (diff)
downloadaur-fd7f57dd159fb204d889e22c386c9f479f0ee360.tar.gz
update version to v10.9.3
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 6831e58933c6..af490a610d80 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = balena-cli
pkgdesc = balena.io command line interface
- pkgver = 10.9.2
+ pkgver = 10.9.3
pkgrel = 1
url = https://balena.io/
arch = i686
@@ -11,10 +11,10 @@ pkgbase = balena-cli
depends = nodejs>=6.0.0
optdepends = python: balena-preload
replaces = resin-cli
- noextract = balena-cli-10.9.2.tgz
+ noextract = balena-cli-10.9.3.tgz
options = !strip
- source = http://registry.npmjs.org/balena-cli/-/balena-cli-10.9.2.tgz
- sha256sums = d6e493f04fc33a20c15b9638b8878b268b69f18d5c854d6fde2f2e287dd9b6cb
+ source = http://registry.npmjs.org/balena-cli/-/balena-cli-10.9.3.tgz
+ sha256sums = c1842814c0b5da3ff8781e540adf708b0912460117da8ef96aafecb339f95d73
optdepends_x86_64 = lib32-glibc: emulated builds
pkgname = balena-cli
diff --git a/PKGBUILD b/PKGBUILD
index ff053bde35e1..b40df470d48d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=balena-cli
pkgdesc='balena.io command line interface'
-pkgver=10.9.2
+pkgver=10.9.3
pkgrel=1
arch=('i686' 'x86_64')
url='https://balena.io/'
@@ -16,7 +16,7 @@ options=(!strip)
optdepends=('python: balena-preload')
optdepends_x86_64=('lib32-glibc: emulated builds')
replaces=('resin-cli')
-sha256sums=('d6e493f04fc33a20c15b9638b8878b268b69f18d5c854d6fde2f2e287dd9b6cb')
+sha256sums=('c1842814c0b5da3ff8781e540adf708b0912460117da8ef96aafecb339f95d73')
package() {
npm install --global --only=production --user root --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"