diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-04-23 03:27:46 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-04-23 03:27:46 +0000 |
commit | 0459e6459ee534bf22ab8a5381cd485e6035e9e2 (patch) | |
tree | 605a15ed18dc37695caaeb02271fdd06320a00f3 /community/vagrant/PKGBUILD | |
parent | d4b7ceefdfb9c828799749419e8f8f7a36c2d7b8 (diff) |
Wed Apr 23 03:24:08 UTC 2014
Diffstat (limited to 'community/vagrant/PKGBUILD')
-rw-r--r-- | community/vagrant/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/vagrant/PKGBUILD b/community/vagrant/PKGBUILD index 8ac110856..c035ae09c 100644 --- a/community/vagrant/PKGBUILD +++ b/community/vagrant/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 109450 2014-04-14 21:47:09Z jsteel $ +# $Id: PKGBUILD 109994 2014-04-22 19:49:32Z jsteel $ # Maintainer: Jonathan Steel <jsteel at aur.archlinux.org> # Contributor: Ido Rosen <ido@kernel.org> # Contributor: Brett Hoerner <brett@bretthoerner.com> @@ -10,7 +10,7 @@ # Contributor: Steven Nance <steven@devtrw.com> pkgname=vagrant -pkgver=1.5.3 +pkgver=1.5.4 pkgrel=1 pkgdesc="Build and distribute virtualized development environments" arch=('i686' 'x86_64') @@ -20,7 +20,7 @@ options=('!emptydirs') depends=('ruby' 'curl' 'lzo2' 'libidn' 'rtmpdump') source=(http://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz http://pkgbuild.com/~jsteel/aur/$pkgname/substrate_archlinux_$CARCH.zip) -md5sums=('2abdab78c7c27e6bf7d9f89862b4d357') +md5sums=('f6c22ddf494b3bcd860a751e38a8ef1c') [[ $CARCH == i686 ]] && md5sums[3]='c04042b24de56d18a041bc005e5ecaa4' [[ $CARCH == x86_64 ]] && md5sums[3]='53d8a137e0b50fee8509a7d1c15fd33b' |