summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMicha Alt2016-02-15 20:12:08 +0100
committerMicha Alt2016-02-15 20:12:08 +0100
commitab2a65f401d60e3596200ba962b95716680d2938 (patch)
tree6c787a9a7fff7ca4eef633fffabefb1b829ce88e /PKGBUILD
parent6c3e8f69f7962ca91c72a6df41daaa5d1ca906a4 (diff)
downloadaur-ab2a65f401d60e3596200ba962b95716680d2938.tar.gz
upgpkg: nodejs-brunch 2.3.0-1
upstream release Brunch 2.3.0 (Feb 12, 2016) * Enabled NPM support by default * NPM: Added aliases support * NPM: Added support for including static files. * NPM: Added support for different versions of the same package. * NPM: Watcher would detect removed packages from users source code and then do a corresponding recompilation. * NPM: Added support for json files. * onCompile config option now receives modified assets as a second argument. * server config option now allows to specify custom hostnames * New warning: When brunch w -s -p 3334 is used (instead of -P) * New warning: When defaultExtension option is used. It has been removed in Brunch 1.1, but many configs still have it.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9003f5357eb0..5f1fd9f04ade 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_npmname=brunch
pkgname=nodejs-$_npmname
-pkgver=2.2.3
+pkgver=2.3.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=('473e1e01eb68273f02f03243803b0cf54493eaca'
+sha1sums=('9907370f2a507f15a2414ac4ffaf5b197d6eb922'
'33743a055a6ce2165bde37eebca24f3c05ad9583')
package() {