summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGergely Imreh2023-02-04 15:41:58 +0800
committerGergely Imreh2023-02-04 15:43:12 +0800
commit9c05bbacc72b15e4edcef2061da51b6909fcc2d4 (patch)
treea9ced3f33422f99d2baa13ac7d78a9f398de7eb1 /PKGBUILD
parentd85427e783c4b4c04a0dbe13472eb9dbc5a4e681 (diff)
downloadaur-particle-cli.tar.gz
bump version to 3.7.0
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"