summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYen Chi Hsuan2017-04-20 00:03:55 +0800
committerYen Chi Hsuan2017-04-20 00:03:55 +0800
commit7f9e4bffe8179a43749e853f464fe3aa10def2ec (patch)
treeebf9afa40417bb254a3d1adcf8d9b3140f2f8fe7 /PKGBUILD
parent716d15f2fe85243108093609a43f962fb0366f92 (diff)
downloadaur-7f9e4bffe8179a43749e853f464fe3aa10def2ec.tar.gz
Bump to 1.9.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 228f1331041e..28c86ec42031 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_npmname=web-ext
pkgname=nodejs-$_npmname # All lowercase
-pkgver=1.8.1
+pkgver=1.9.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=('e27e213292e198745c76b67f2d81c9f85da30287ce7da858bedfa43939d64589')
+sha256sums=('dfb539166f9b7e850e8e9cccf64c2d1cc263c6c4eee7e7c71bfb0b3fb0f3c585')
package() {
local _npmdir="$pkgdir/usr/lib/node_modules/"