summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMicha Alt2016-05-24 09:52:16 +0200
committerMicha Alt2016-05-24 09:52:16 +0200
commitec7942cca631982ab307d0dbf9bda1f9889d6e25 (patch)
tree5b94e0d8393b8ed4b1d872cb50da12b84aeaa045 /PKGBUILD
parentf7824de94c20bce251c64389562a1ff2a0e81cc7 (diff)
downloadaur-ec7942cca631982ab307d0dbf9bda1f9889d6e25.tar.gz
upgpkg: nodejs-brunch 2.8.0-1
upstream release Brunch 2.8 (May 21, 2016) * Added plugin API for asset compilation e.g. jade to html. * Watcher improvements: * Brunch will not try to npm install if only the config was changed. * NPM: improved handling of added & removed files during watch. Adding a new file will now try to re-check files that previously failed due to module resolution errors. Removing a file will now cause the files that depended on it to be re-checked. * Fixed a memory leak issue after watcher reload (due to config change or update in package.json). * Small API improvements: * Changed back to destinationPath (intsead of destPath since 2.6) in Asset that is received in onCompile * Moved config.plugins.npm to config.npm.compilers * Print a warning if a plugin from devDependencies fails to load. * NPM: require.alias will now be inserted only in the bundles which contain the aliased file. Previous behavior was that all output file contained all possible aliases.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5e3a5b15bce6..ca1042763a7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_npmname=brunch
pkgname=nodejs-$_npmname
-pkgver=2.7.7
+pkgver=2.8.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=('34831e8f0f12d466a7002edf3dd778f524ec2208'
+sha1sums=('34761851ffa236907552b68df2730acc03698fc3'
'33743a055a6ce2165bde37eebca24f3c05ad9583')
package() {