Skip to content

Commit

Permalink
Update to 0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tlvince committed Apr 2, 2013
1 parent 01ad33b commit 7da65fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nodejs-bower/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Tom Vincent <http://tlvince.com/contact>
_npmname=bower
pkgname=nodejs-$_npmname
pkgver=0.3.2
pkgver=0.8.5
pkgrel=1
pkgdesc='The browser package manager'
arch=(any)
Expand All @@ -10,7 +10,7 @@ license=(MIT)
depends=('nodejs')
source=(http://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz)
noextract=($_npmname-$pkgver.tgz)
md5sums=('03ac8b0ab8e28c8487c9ee29aa3b637a')
md5sums=('2586c0cb791fd0798b1fd8b7438dc994')

build() {
cd $srcdir
Expand Down

0 comments on commit 7da65fb

Please sign in to comment.