vagrant: update to 2.0.2.

This commit is contained in:
Andrea Brancaleoni 2018-01-30 10:47:31 +01:00
parent 09b20a522c
commit bb18626939

View file

@ -1,7 +1,7 @@
# Template file for 'vagrant' # Template file for 'vagrant'
pkgname=vagrant pkgname=vagrant
version=2.0.1 version=2.0.2
revision=2 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 <abc@pompel.me>"
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=212b91c45f60a825fcfc656424021e2550833778a6d4ebe13458676201a04eba checksum=394670c06f8c4201d8a351a63e070d5b0325feeb08a2965bd0051b2ffce34eea
nocross=yes nocross=yes
patch_args="-p1" patch_args="-p1"