Jonathan Steel pushed to branch main at Arch Linux / Packaging / Packages / vagrant
Commits: 7bb07de3 by Jonathan Steel at 2023-10-21T08:18:37+01:00 upgpkg: 2.4.0-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,28 @@ +pkgbase = vagrant + pkgdesc = Build and distribute virtualized development environments + pkgver = 2.4.0 + pkgrel = 1 + url = https://vagrantup.com + arch = x86_64 + license = MIT + makedepends = git + makedepends = go + depends = curl + depends = libarchive + depends = libssh2 + depends = libxml2 + depends = libxslt + depends = rsync + depends = ruby + depends = xz + depends = perl + optdepends = dnsmasq: if using libvirt + conflicts = vagrant-substrate + replaces = vagrant-substrate + options = !emptydirs + source = vagrant-2.4.0.tar.gz::https://github.com/hashicorp/vagrant/archive/v2.4.0.tar.gz + source = git+https://github.com/hashicorp/vagrant-installers.git#commit=32c899e + sha256sums = b3b27cec956b864ad3ab333a819e3d5b5d769ecc159ea8af98c466aef2c069c5 + sha256sums = SKIP + +pkgname = vagrant ===================================== PKGBUILD ===================================== @@ -9,7 +9,7 @@ # Contributor: Steven Nance <[email protected]> pkgname=vagrant -pkgver=2.3.7 +pkgver=2.4.0 pkgrel=1 pkgdesc="Build and distribute virtualized development environments" arch=('x86_64') @@ -23,8 +23,8 @@ optdepends=('dnsmasq: if using libvirt') conflicts=('vagrant-substrate') replaces=('vagrant-substrate') source=($pkgname-$pkgver.tar.gz::https://github.com/hashicorp/$pkgname/archive/v$pkgver.tar.gz - "git+https://github.com/hashicorp/vagrant-installers.git#commit=d2bb84b") -sha256sums=('fa8a96319aa7b9ff5f4a991b77cbf37f549549d84737624bcebefa8f2004bf45' + "git+https://github.com/hashicorp/vagrant-installers.git#commit=32c899e") +sha256sums=('b3b27cec956b864ad3ab333a819e3d5b5d769ecc159ea8af98c466aef2c069c5' 'SKIP') prepare() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/vagrant/-/commit/7bb07de3125b5e47d9270f32f5f5f5b4cd9bad74 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/vagrant/-/commit/7bb07de3125b5e47d9270f32f5f5f5b4cd9bad74 You're receiving this email because of your account on gitlab.archlinux.org.
