summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGergely Imreh2017-04-03 10:08:16 +0100
committerGergely Imreh2017-04-03 10:08:16 +0100
commit9a42e86c68f72a07c8019d3a712578b712e58efd (patch)
treeecc52fad3a166eff5c7ccf9e8afee0903a4a1f75 /PKGBUILD
parent01470297dd6fb06de5f66ba88d8eed10b9e92bd5 (diff)
downloadaur-9a42e86c68f72a07c8019d3a712578b712e58efd.tar.gz
bump to 1.21.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8cf8a0b74cb6..161e94e48e6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=particle-cli
pkgdesc='CLI tool for the Particle hardware platform'
-pkgver=1.19.2
+pkgver=1.21.0
pkgrel=1
arch=(any)
url='http://particle.io/'
@@ -13,7 +13,7 @@ optdepends=('dfu-util: local flashing'
'openssl: local flashing')
source=(http://registry.npmjs.org/$pkgname/-/${pkgname}-${pkgver}.tgz)
noextract=(${pkgname}-${pkgver}.tgz)
-sha256sums=('dcae9489891ffdc55b6d4e36f5dee111bc3ee02cbc677fcf0af06d607b2180f7')
+sha256sums=('f79361778527dc3666f8d0dd8ec5d6596c3c4653a20e37603c3f783de626f340')
package() {
npm install -g --user root --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"