Date: Tuesday, April 4, 2023 @ 07:56:25
Author: dvzrv
Revision: 1434484
Set sources to use the hashicorp upstream (instead of being redirected).
Modified:
vagrant/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-04 07:50:46 UTC (rev 1434483)
+++ PKGBUILD 2023-04-04 07:56:25 UTC (rev 1434484)
@@ -21,8 +21,8 @@
makedepends=('git' 'go')
conflicts=('vagrant-substrate')
replaces=('vagrant-substrate')
-source=($pkgname-$pkgver.tar.gz::https://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz
-
"git+https://github.com/mitchellh/vagrant-installers.git#commit=4770b51")
+source=($pkgname-$pkgver.tar.gz::https://github.com/hashicorp/$pkgname/archive/v$pkgver.tar.gz
+
"git+https://github.com/hashicorp/vagrant-installers.git#commit=4770b51")
sha256sums=('43eb1461c6dcfd23a0c386570e6c2a876e06d2388bbc0f1f0c9c99e393aa2f0f'
'SKIP')