summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMicha Alt2016-01-23 21:46:57 +0100
committerMicha Alt2016-01-23 21:46:57 +0100
commit17e436e13a9ff390fd0dbf6d71e5f439a6c1e68c (patch)
treeb447c6f8efb614f49b5e531a61e0824e2c1c4847 /PKGBUILD
parent0bdc6a15c099de705b23f8c60c42a553672823c4 (diff)
downloadaur-17e436e13a9ff390fd0dbf6d71e5f439a6c1e68c.tar.gz
upgpkg: nodejs-brunch 2.2.0-1
upstream releasen 22, 2016) * Massively improved NPM integration: - Brunch would now automatically detect and extract all npm packages. - Because of this, whitelist property is now not needed. - Windows implementation should now work correctly. * brunch new launched with old syntax would now throw a descriptive error. * Improved progress indicator. It would not allow plugins to write output on top of it.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e0705670f776..3bbace40156b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_npmname=brunch
pkgname=nodejs-$_npmname
-pkgver=2.1.3
+pkgver=2.2.0
pkgrel=1
pkgdesc="A lightweight approach to building HTML5 applications with emphasis on elegance and simplicity."
arch=('any')
@@ -15,7 +15,7 @@ optdepends=()
source=(http://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz
'LICENSE')
noextract=($_npmname-$pkgver.tgz)
-sha1sums=('f695d23db6dd192e3d01a980fe57d5542a3d89d1'
+sha1sums=('792e3a62a05027ce9fc2385d8d4324d54aec9289'
'33743a055a6ce2165bde37eebca24f3c05ad9583')
package() {