summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMicha Alt2015-08-04 20:01:57 +0200
committerMicha Alt2015-08-04 20:01:57 +0200
commit1ac1b7ee1ce56f0ed7225556d160759e39452bdd (patch)
treea080dfd265b4aea4a0c75742f9935e24069e1423 /PKGBUILD
parent99c39d0388bc4040a2a7b0174222ca507ae6cb45 (diff)
downloadaur-1ac1b7ee1ce56f0ed7225556d160759e39452bdd.tar.gz
Version bump: 1.8.3 -> 1.8.4
Changes from upstream: * Add modules.autoRequire option that would automatically append require('module') to your javascript outputs. Local change: * .gitignore added.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 17405412032f..b5c16eb6e922 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_npmname=brunch
pkgname=nodejs-$_npmname
-pkgver=1.8.3
+pkgver=1.8.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=('d0103b4799f09eabecdb8ca9dd65236b375badd6'
+sha1sums=('74837b83ae3bc4524b85833d5f6be492969a5f1b'
'de1abc751d24ab2b3ee1dff74f86aeeaee3854b3')
package() {