summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMicha Alt2015-08-07 13:13:59 +0200
committerMicha Alt2015-08-07 13:13:59 +0200
commitca2c311103fa244efea9b5eafa5b7322cd6bfcb7 (patch)
treeff708fa14c34946ee5b1a3407835c791658e0c14 /PKGBUILD
parent1ac1b7ee1ce56f0ed7225556d160759e39452bdd (diff)
downloadaur-ca2c311103fa244efea9b5eafa5b7322cd6bfcb7.tar.gz
Version bump: 1.8.4 -> 1.8.5
Upstream changes: * Only listen to stdin (and exit when stdin is closed) when the --stdin CLI switch is passed
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b5c16eb6e922..0d834cfa2aad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_npmname=brunch
pkgname=nodejs-$_npmname
-pkgver=1.8.4
+pkgver=1.8.5
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=('74837b83ae3bc4524b85833d5f6be492969a5f1b'
+sha1sums=('50e6536eee40159a3fa3b65c14e09bc83a47cc39'
'de1abc751d24ab2b3ee1dff74f86aeeaee3854b3')
package() {