vagrant: 1.6.5 -> 1.7.0 (bittray sucks)

This commit is contained in:
James Mills 2014-12-10 20:31:23 +10:00
parent 7b3bb0da1f
commit 55bc1b04e9
3 changed files with 2848 additions and 2352 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1 +1 @@
d1ddc0021c7654568e4ebe1e4b1d0e7c vagrant_1.6.5_x86_64.rpm
e918168bbbd0797de381b645edb8aaef vagrant_1.7.0_x86_64.rpm

View File

@ -4,10 +4,10 @@
# Depends on: ruby curl lzo libidn rtmpdump virtualbox
name=vagrant
version=1.6.5
version=1.7.0
release=1
source=(https://dl.bintray.com/mitchellh/${name}/${name}_${version}_x86_64.rpm)
source=(http://shortcircuit.net.au/~prologic/distfiles/${name}_${version}_x86_64.rpm)
build(){
cp -R ${SRC}/* ${PKG}/
build() {
cp -r ${SRC}/* ${PKG}
}