summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0478313b58a8..5f9004e008e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = particle-cli
pkgdesc = CLI tool for the Particle hardware platform
- pkgver = 3.2.0
+ pkgver = 3.7.0
pkgrel = 1
url = http://particle.io/
arch = any
@@ -13,9 +13,9 @@ pkgbase = particle-cli
depends = nodejs
optdepends = dfu-util: local flashing
optdepends = openssl: local flashing
- noextract = particle-cli-3.2.0.tgz
- source = http://registry.npmjs.org/particle-cli/-/particle-cli-3.2.0.tgz
- md5sums = 8e4563e1fbfc37742554da6f83accd48
- sha256sums = 9322a0e7d24dc74bece308affe33f7957476f63981735415705a2d179da6ee73
+ noextract = particle-cli-3.7.0.tgz
+ source = http://registry.npmjs.org/particle-cli/-/particle-cli-3.7.0.tgz
+ md5sums = 8a7333697d5ff00b070fcdde1b12bdf2
+ sha256sums = e2cb4668f98e9d2a679502866bdfbf699d7e6cb94f1530488279ad3c8c5e0957
pkgname = particle-cli
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"