vagrant: update to 1.9.2.

This commit is contained in:
Andrea Brancaleoni 2017-02-28 21:39:11 +01:00
parent 5d6745ed8c
commit 8bb1493bdb

View file

@ -1,7 +1,7 @@
# Template file for 'vagrant' # Template file for 'vagrant'
pkgname=vagrant pkgname=vagrant
version=1.9.1 version=1.9.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 <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=ed30e5a277b5614ee83d9417793ed2af870977368c2b0344855694040c4d6449 checksum=53723eec1180ed0e89c1968e06626c6d45e42f6dc25ae9934ca8dfc240a82046
nocross=yes nocross=yes
patch_args="-p1" patch_args="-p1"