vagrant: update to 1.8.1.

This commit is contained in:
Andrea Brancaleoni 2016-01-03 15:25:55 +01:00
parent 7b814f7d38
commit dbfaa5b002

View file

@ -1,7 +1,7 @@
# Template file for 'vagrant' # Template file for 'vagrant'
pkgname=vagrant pkgname=vagrant
version=1.7.4 version=1.8.1
revision=4 revision=1
hostmakedepends="ruby" hostmakedepends="ruby"
makedepends="ruby-devel zlib-devel" makedepends="ruby-devel zlib-devel"
depends="openssh curl bsdtar" depends="openssh curl bsdtar"
@ -10,7 +10,7 @@ maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
license="MIT" license="MIT"
homepage="https://www.vagrantup.com/" homepage="https://www.vagrantup.com/"
distfiles="https://github.com/mitchellh/$pkgname/archive/v$version.tar.gz" distfiles="https://github.com/mitchellh/$pkgname/archive/v$version.tar.gz"
checksum=76c52baab71bbaea2fbc9f6a6874b12f3abe362c20e61c954367f70f15f90df6 checksum=12cfa43eb82399d3dd1c3fd24691797fa30187fc142474580c72e5c9f83b9dfd
nocross=yes nocross=yes
patch_args="-p1" patch_args="-p1"