vagrant: update to 1.9.4.
This commit is contained in:
parent
7827a8d3ec
commit
13445d4409
1 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue