Date: Wednesday, June 15, 2016 @ 07:45:59 Author: jsteel Revision: 180213
upgpkg: vagrant 1.8.4-1 Modified: vagrant/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-06-15 07:30:00 UTC (rev 180212) +++ PKGBUILD 2016-06-15 07:45:59 UTC (rev 180213) @@ -10,7 +10,7 @@ # Contributor: Steven Nance <[email protected]> pkgname=vagrant -pkgver=1.8.3 +pkgver=1.8.4 pkgrel=1 pkgdesc="Build and distribute virtualized development environments" arch=('i686' 'x86_64') @@ -19,7 +19,7 @@ options=('!emptydirs') depends=('vagrant-substrate') source=($pkgname-$pkgver.tar.gz::http://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz) -md5sums=('754f5af9d7222762feb233048a07a48c') +md5sums=('15f72510e1c8afdca08efcd01e7bf3f0') prepare() { cd $pkgname-$pkgver
