summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6a6c3ddfe1a7..1c132be7186f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=particle-cli
pkgdesc='CLI tool for the Particle hardware platform'
-pkgver=3.2.0
+pkgver=3.7.0
pkgrel=1
arch=(any)
url='http://particle.io/'
@@ -13,8 +13,8 @@ optdepends=('dfu-util: local flashing'
'openssl: local flashing')
source=(http://registry.npmjs.org/$pkgname/-/${pkgname}-${pkgver}.tgz)
noextract=(${pkgname}-${pkgver}.tgz)
-md5sums=('8e4563e1fbfc37742554da6f83accd48')
-sha256sums=('9322a0e7d24dc74bece308affe33f7957476f63981735415705a2d179da6ee73')
+md5sums=('8a7333697d5ff00b070fcdde1b12bdf2')
+sha256sums=('e2cb4668f98e9d2a679502866bdfbf699d7e6cb94f1530488279ad3c8c5e0957')
package() {
npm install -g --user root --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"