summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYen Chi Hsuan2016-07-21 11:44:06 +0800
committerYen Chi Hsuan2016-07-21 11:44:06 +0800
commit9f7a93778c2f7ad4fda0784b3c143cc1d24b0ce7 (patch)
treec2120e9c28249283f2998e08c2c5056ca48b10b1 /PKGBUILD
parent08711e41e7429c53a47b3faa2f58cf58755dcc3d (diff)
downloadaur-9f7a93778c2f7ad4fda0784b3c143cc1d24b0ce7.tar.gz
Bump to 1.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3301b7061925..787c50bda723 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_npmname=web-ext
pkgname=nodejs-$_npmname # All lowercase
-pkgver=1.2.4
+pkgver=1.3.0
pkgrel=1
pkgdesc='A command line tool to help build, run, and test web extensions'
arch=(any)
@@ -11,7 +11,7 @@ license=('custom:MPL2')
depends=('nodejs')
makedepends=('npm')
source=(http://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz)
-sha256sums=('d5ff0af97908c9d557e15b0a276a9eda976a4e5877d58658e4982e00efbdac0b')
+sha256sums=('6c1ce5f1c52661b77cf2abb44181c22b93bd6a8570dcefaea8cae96d2fe2bd75')
package() {
local _npmdir="$pkgdir/usr/lib/node_modules/"