From cedda1bf133070e23ee3959c11d216a7d6e0dade Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Mon, 22 Jan 2024 11:15:44 +0700 Subject: [PATCH] vagrant: move to nonfree --- srcpkgs/vagrant/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/vagrant/template b/srcpkgs/vagrant/template index b3a0db0670b..cd207be0d2d 100644 --- a/srcpkgs/vagrant/template +++ b/srcpkgs/vagrant/template @@ -1,18 +1,19 @@ # Template file for 'vagrant' pkgname=vagrant version=2.4.0 -revision=1 +revision=2 archs="i686 x86_64*" build_style=gemspec depends="bsdtar curl openssh rsync" short_desc="Tool for building and distributing development environments" maintainer="Andrea Brancaleoni " -license="MIT" +license="BUSL-1.1" homepage="https://www.vagrantup.com/" changelog="https://raw.githubusercontent.com/hashicorp/vagrant/main/CHANGELOG.md" distfiles="https://github.com/hashicorp/vagrant/archive/v${version}.tar.gz" checksum=b3b27cec956b864ad3ab333a819e3d5b5d769ecc159ea8af98c466aef2c069c5 nocross=yes +repository=nonfree post_extract() { vsed -e 's|, "< 3\.1"||g' -i vagrant.gemspec