summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMicha Alt2016-01-10 19:43:50 +0100
committerMicha Alt2016-01-10 19:43:50 +0100
commit477fcf1c2bef9499c5f08f230e8416e3cfbe777a (patch)
tree10cea80209429b44fefcce4de58823d4ee5590af /PKGBUILD
parent2d7c28644b1ef35f93f55f177a7dfb51efeeb265 (diff)
downloadaur-477fcf1c2bef9499c5f08f230e8416e3cfbe777a.tar.gz
upgpkg: nodejs-brunch 2.1.3-1
upstream release Brunch 2.1.3 (Jan 9, 2016) * Fixes an issue when NPM packages were included incorrectly on Windows. * brunch build -d is now able to receive an optional filterer argument
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7e3a2e2b0e31..e0705670f776 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_npmname=brunch
pkgname=nodejs-$_npmname
-pkgver=2.1.2
+pkgver=2.1.3
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=('3d3730b98e601dd2aca1b1a8c28e47ee4014ea01'
+sha1sums=('f695d23db6dd192e3d01a980fe57d5542a3d89d1'
'33743a055a6ce2165bde37eebca24f3c05ad9583')
package() {