vagrant: update to 1.9.4.

This commit is contained in:
Andrea Brancaleoni 2017-05-09 08:15:26 +02:00
parent 7827a8d3ec
commit 13445d4409

View file

@ -1,6 +1,6 @@
# Template file for 'vagrant'
pkgname=vagrant
version=1.9.3
version=1.9.4
revision=1
hostmakedepends="ruby"
makedepends="ruby-devel zlib-devel"
@ -10,12 +10,16 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="MIT"
homepage="https://www.vagrantup.com/"
distfiles="https://github.com/mitchellh/$pkgname/archive/v$version.tar.gz"
checksum=4b141f60e7e59e654b9a77eb137f208613349db331cdbfcd9a8354b8ebba5c00
checksum=23358ad5d1a37d3d856709da55d8696c6eef30fcf88abd27ffe4b8441cfada7f
nocross=yes
patch_args="-p1"
only_for_archs="i686 x86_64"
pre_build() {
sed -i 's|\,\ "<\ 2\.4"||g' $pkgname.gemspec
}
do_build() {
gem build $pkgname.gemspec
}