summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMicha Alt2016-01-28 21:07:55 +0100
committerMicha Alt2016-01-28 21:07:55 +0100
commit07f7d538333cb0e180b33003864d452f24ffb577 (patch)
treed57d53913b46012a33befb7800218af28c9ac398 /PKGBUILD
parent3523c813cb688e4e7ae4d144e0ed9c79eddf0bfc (diff)
downloadaur-07f7d538333cb0e180b33003864d452f24ffb577.tar.gz
upgpkg: nodejs-brunch 2.2.2-1
upstream release Brunch 2.2.2 (Jan 28, 2016) * Built-in node.js modules can now be loaded in your client-side apps. * Improve compatibility with Brunch 1.x.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cb9639ead6bc..dec510ff605a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_npmname=brunch
pkgname=nodejs-$_npmname
-pkgver=2.2.1
+pkgver=2.2.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=('7664e113062b2703bfc4ed597b5f68c9014b202b'
+sha1sums=('99e4d9b7799a167ad0e8c53255ec43d7ba9d52dc'
'33743a055a6ce2165bde37eebca24f3c05ad9583')
package() {