summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMicha Alt2016-04-17 11:28:48 +0200
committerMicha Alt2016-04-17 11:28:48 +0200
commit2e4c15edbe43665d91f0b59bc4ada182ca3291bc (patch)
treead950fd05328a2548adc1c6d5e973cc2c27be76a /PKGBUILD
parentea0de9cdf5f33b299c83211caccfb39dea1d9158 (diff)
downloadaur-2e4c15edbe43665d91f0b59bc4ada182ca3291bc.tar.gz
upgpkg: nodejs-brunch 2.6.6-1
upstream release Complete changelog since 2.6.0 Brunch 2.6.6 (Apr 14, 2016) * Fix a type error when checkin if a file was written. * Don't categorize node_modules as 'assets' even if they match the regexp * Fixed brokenness of some plugins like static-jade-brunch. * Fixes parent recompilation when a dependency changes. * Improved npm install behavior while Brunch is watching: * Make sure Brunch waits for it before proceeding. * Make it aware of production env flag for Heroku. * Small bugfix for dependency parser.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d2c4b079e5ac..ecaa33e9c80d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_npmname=brunch
pkgname=nodejs-$_npmname
-pkgver=2.6.5
+pkgver=2.6.6
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=('cce50fbf1cc63cab67758c4522ac0808459f527f'
+sha1sums=('4253eac8fb47e5b6e03610c386bbe6470f8d38ca'
'33743a055a6ce2165bde37eebca24f3c05ad9583')
package() {