mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
vagrant: update to 2.4.7.
This commit is contained in:
parent
edab52e545
commit
2e7bdebc13
2 changed files with 2 additions and 20 deletions
|
@ -1,15 +0,0 @@
|
||||||
--- /bin/vagrant 2022-08-06 00:16:44.000000000 +0200
|
|
||||||
+++ /bin/vagrant 2022-08-23 09:50:50.613805575 +0200
|
|
||||||
@@ -221,11 +221,6 @@
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
- if !Vagrant.in_installer? && !Vagrant.very_quiet?
|
|
||||||
- # If we're not in the installer, warn.
|
|
||||||
- env.ui.warn(I18n.t("vagrant.general.not_in_installer") + "\n", prefix: false)
|
|
||||||
- end
|
|
||||||
-
|
|
||||||
# Acceptable experimental flag values include:
|
|
||||||
#
|
|
||||||
# Unset - Disables experimental features
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'vagrant'
|
# Template file for 'vagrant'
|
||||||
pkgname=vagrant
|
pkgname=vagrant
|
||||||
version=2.4.3
|
version=2.4.7
|
||||||
revision=1
|
revision=1
|
||||||
archs="i686 x86_64*"
|
archs="i686 x86_64*"
|
||||||
build_style=gemspec
|
build_style=gemspec
|
||||||
|
@ -11,7 +11,7 @@ license="BUSL-1.1"
|
||||||
homepage="https://www.vagrantup.com/"
|
homepage="https://www.vagrantup.com/"
|
||||||
changelog="https://raw.githubusercontent.com/hashicorp/vagrant/main/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/hashicorp/vagrant/main/CHANGELOG.md"
|
||||||
distfiles="https://github.com/hashicorp/vagrant/archive/v${version}.tar.gz"
|
distfiles="https://github.com/hashicorp/vagrant/archive/v${version}.tar.gz"
|
||||||
checksum=65059d4825799412fc5d49cebc2170240164fadc37d2ada54531d1f77a9e6762
|
checksum=417e5f1a2ec7064d94f857a4a6c394ef938fa3acbbfcba106c5d7bd63c5f0efb
|
||||||
nocross=yes
|
nocross=yes
|
||||||
repository=nonfree
|
repository=nonfree
|
||||||
|
|
||||||
|
@ -56,7 +56,4 @@ do_install() {
|
||||||
find ${DESTDIR} -type d -name doc -print0|xargs -0 rm -rf --
|
find ${DESTDIR} -type d -name doc -print0|xargs -0 rm -rf --
|
||||||
find ${DESTDIR} -type d -name ports -print0|xargs -0 rm -rf --
|
find ${DESTDIR} -type d -name ports -print0|xargs -0 rm -rf --
|
||||||
rm -r ${DESTDIR}/usr/lib/vagrant/cache
|
rm -r ${DESTDIR}/usr/lib/vagrant/cache
|
||||||
|
|
||||||
# XXX: work around bad permissions
|
|
||||||
chmod -R go-wx ${DESTDIR}/usr/lib/vagrant/gems/google-protobuf-*/lib/google
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue