mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
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'
|
# Template file for 'vagrant'
|
||||||
pkgname=vagrant
|
pkgname=vagrant
|
||||||
version=1.9.3
|
version=1.9.4
|
||||||
revision=1
|
revision=1
|
||||||
hostmakedepends="ruby"
|
hostmakedepends="ruby"
|
||||||
makedepends="ruby-devel zlib-devel"
|
makedepends="ruby-devel zlib-devel"
|
||||||
|
@ -10,12 +10,16 @@ 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=4b141f60e7e59e654b9a77eb137f208613349db331cdbfcd9a8354b8ebba5c00
|
checksum=23358ad5d1a37d3d856709da55d8696c6eef30fcf88abd27ffe4b8441cfada7f
|
||||||
nocross=yes
|
nocross=yes
|
||||||
patch_args="-p1"
|
patch_args="-p1"
|
||||||
|
|
||||||
only_for_archs="i686 x86_64"
|
only_for_archs="i686 x86_64"
|
||||||
|
|
||||||
|
pre_build() {
|
||||||
|
sed -i 's|\,\ "<\ 2\.4"||g' $pkgname.gemspec
|
||||||
|
}
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
gem build $pkgname.gemspec
|
gem build $pkgname.gemspec
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue