summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGergely Imreh2017-05-06 18:41:41 +0100
committerGergely Imreh2017-05-06 18:41:41 +0100
commit26c8237829e67470cd609a97ba043173c65fcf3e (patch)
treee771a2e02789d8d3fcb3c84c99a9f8939109baff /PKGBUILD
parent9a42e86c68f72a07c8019d3a712578b712e58efd (diff)
downloadaur-26c8237829e67470cd609a97ba043173c65fcf3e.tar.gz
1.22
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 161e94e48e6b..cde83c7e6959 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=particle-cli
pkgdesc='CLI tool for the Particle hardware platform'
-pkgver=1.21.0
+pkgver=1.22.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=('f79361778527dc3666f8d0dd8ec5d6596c3c4653a20e37603c3f783de626f340')
+sha256sums=('c191565c7f36f43ab8d87cb155c19e59764eae3976f9d4f9183fba817eaf09b4')
package() {
npm install -g --user root --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"