summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d3df7761b1d..4dea4116825a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Aug 21 22:27:45 UTC 2018
+# Thu Sep 20 10:52:30 UTC 2018
pkgbase = particle-cli
pkgdesc = CLI tool for the Particle hardware platform
- pkgver = 1.33.0
+ pkgver = 1.34.0
pkgrel = 1
url = http://particle.io/
arch = any
@@ -14,9 +14,9 @@ pkgbase = particle-cli
depends = nodejs
optdepends = dfu-util: local flashing
optdepends = openssl: local flashing
- noextract = particle-cli-1.33.0.tgz
- source = http://registry.npmjs.org/particle-cli/-/particle-cli-1.33.0.tgz
- sha256sums = 4c2ab1e9855dc653203b0b15675ec42e2e553e21196e176a2d9b2a5d24e9fd42
+ noextract = particle-cli-1.34.0.tgz
+ source = http://registry.npmjs.org/particle-cli/-/particle-cli-1.34.0.tgz
+ sha256sums = a3ae7df1507abcae4541b265e1829763ff2ace0e6b07ac9881482f6c7180ecd0
pkgname = particle-cli
diff --git a/PKGBUILD b/PKGBUILD
index 2e0bb5da2fac..12af16d5b2ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=particle-cli
pkgdesc='CLI tool for the Particle hardware platform'
-pkgver=1.33.0
+pkgver=1.34.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=('4c2ab1e9855dc653203b0b15675ec42e2e553e21196e176a2d9b2a5d24e9fd42')
+sha256sums=('a3ae7df1507abcae4541b265e1829763ff2ace0e6b07ac9881482f6c7180ecd0')
package() {
npm install -g --user root --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"