summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatthew McGinn2019-03-01 16:17:06 -0300
committerMatthew McGinn2019-03-01 16:18:42 -0300
commit021a1a4d9ebd79cad0f4dd7cc79a89a0e91557bc (patch)
tree73a97742dd246ac0bbccd9745cf167016fb2f09b /PKGBUILD
parent5d85f3a74cf0d2c417ee933f625e517de5311add (diff)
downloadaur-021a1a4d9ebd79cad0f4dd7cc79a89a0e91557bc.tar.gz
Update balena-cli to 9.14.2
Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 04b7661a27a3..62d48f813cde 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@
pkgname=balena-cli
pkgdesc='balena.io command line interface'
-pkgver=9.12.4
+pkgver=9.14.2
pkgrel=1
arch=('i686' 'x86_64')
-url='https://balena.io/'
+url='https://github.com/balena-io/balena-cli'
license=('APACHE')
depends=('nodejs>=6.0.0')
makedepends=('npm' 'python2')
@@ -17,7 +17,7 @@ options=(!strip)
optdepends=('python: balena-preload')
optdepends_x86_64=('lib32-glibc: emulated builds')
replaces=('resin-cli')
-sha256sums=('d4df4442f22df8d3188543366c56735883c0c52ec855804dd9be39b5eb57a12e')
+sha256sums=('dd365fff9e26f6d276376434a50a2ad38524c358d425b8c2092d753f6d7859d0')
package() {
npm install --global --only=production --user root --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"