Jonathan Steel pushed to branch main at Arch Linux / Packaging / Packages /
vagrant
Commits:
946797ad by Jonathan Steel at 2024-01-21T11:35:59+00:00
upgpkg: 2.4.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
pkgbase = vagrant
pkgdesc = Build and distribute virtualized development environments
- pkgver = 2.4.0
+ pkgver = 2.4.1
pkgrel = 1
url = https://vagrantup.com
arch = x86_64
- license = MIT
+ license = BUSL-1.1
makedepends = git
makedepends = go
depends = curl
@@ -20,9 +20,9 @@ pkgbase = vagrant
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
+ source =
vagrant-2.4.1.tar.gz::https://github.com/hashicorp/vagrant/archive/v2.4.1.tar.gz
+ source =
git+https://github.com/hashicorp/vagrant-installers.git#commit=7bcf4d4
+ sha256sums =
19cfa306e3ffae5ddbf30504f61a1a3124aa9a87721b130a14098d4ea1febf89
sha256sums = SKIP
pkgname = vagrant
=====================================
PKGBUILD
=====================================
@@ -9,12 +9,12 @@
# Contributor: Steven Nance <[email protected]>
pkgname=vagrant
-pkgver=2.4.0
+pkgver=2.4.1
pkgrel=1
pkgdesc="Build and distribute virtualized development environments"
arch=('x86_64')
url="https://vagrantup.com"
-license=('MIT')
+license=('BUSL-1.1')
options=('!emptydirs')
depends=('curl' 'libarchive' 'libssh2' 'libxml2' 'libxslt' 'rsync'
'ruby' 'xz' 'perl')
@@ -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=32c899e")
-sha256sums=('b3b27cec956b864ad3ab333a819e3d5b5d769ecc159ea8af98c466aef2c069c5'
+
"git+https://github.com/hashicorp/vagrant-installers.git#commit=7bcf4d4")
+sha256sums=('19cfa306e3ffae5ddbf30504f61a1a3124aa9a87721b130a14098d4ea1febf89'
'SKIP')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/vagrant/-/commit/946797ad0df710df516bcd0ad4bfa588036a0c75
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/vagrant/-/commit/946797ad0df710df516bcd0ad4bfa588036a0c75
You're receiving this email because of your account on gitlab.archlinux.org.