summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMicha Alt2016-01-08 21:55:49 +0100
committerMicha Alt2016-01-08 21:55:49 +0100
commitd09b0691eb64222ebdbe700f72031ccd79f26661 (patch)
treeff97289f39dfbc56a2dfb171a9e7b00cd83be4d7 /PKGBUILD
parentb25fa3dc300cd8e7b83352480d15a0de785eaea1 (diff)
downloadaur-d09b0691eb64222ebdbe700f72031ccd79f26661.tar.gz
upgpkg: nodejs-brunch 2.1.2-1
upstream release Brunch 2.1.2 (Jan 7, 2016) * brunch new and brunch build hangup fixes. * NPM integration fixes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b73ce6362285..7e3a2e2b0e31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_npmname=brunch
pkgname=nodejs-$_npmname
-pkgver=2.1.1
+pkgver=2.1.2
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=('1f0f61e6d1f2dd594b4bbb0fdb3bfc9e15e115e7'
+sha1sums=('3d3730b98e601dd2aca1b1a8c28e47ee4014ea01'
'33743a055a6ce2165bde37eebca24f3c05ad9583')
package() {