summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMicha Alt2015-12-17 20:59:26 +0100
committerMicha Alt2015-12-17 20:59:26 +0100
commite9850e727b729223f7397e854a703e96cdf8d50a (patch)
tree47408daa8417cf4b99c5a3e160533abccf6cc691 /PKGBUILD
parentf6c05261d1bfe547394d12c2a78a8c539ca92622 (diff)
downloadaur-e9850e727b729223f7397e854a703e96cdf8d50a.tar.gz
upgpkg: nodejs-brunch 2.0.4-1
upstream release Brunch 2.0.4 (Dec 10, 2015) * Fixes using production flag (-p) with multiple optimizers (gh-1056). Brunch 2.0.3 (Dec 9, 2015) * Brunch would now auto-expand the following syntax to a full GitHub user / repo URL: * brunch new --skeleton paulmillr/brunch-with-chaplin Brunch 2.0.2 (Dec 5, 2015) * Fix: Post onCompile string replaces not working. * Fix: Linters now get the correct linter context.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a69a70db63a1..3cadb1ff746f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_npmname=brunch
pkgname=nodejs-$_npmname
-pkgver=2.0.1
+pkgver=2.0.4
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=('d016c1aa7a2400578704b82d512b5473b67cc6e3'
+sha1sums=('9b57bdc8af2620829b1324597b701614e0a56fab'
'de1abc751d24ab2b3ee1dff74f86aeeaee3854b3')
package() {