From 1c376684c7441a90e64f082c19e3da7942716ad1 Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Fri, 8 Dec 2023 16:33:01 -0500 Subject: [PATCH] Cirrus-CI: Use HTTPS to fetch pkg Discussed with: Jose Luis Duran Fixes: 3c097b06a717 ("Cirrus-CI: forcably upgrade pkg to latest") --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 85853d2a62ea..bcb6b411847e 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -94,7 +94,7 @@ task: - sh .cirrus-ci/pkg-install.sh ${TOOLCHAIN_PKG} git-lite xxx_upgrade_pkg_script: - - fetch http://pkg.freebsd.org/FreeBSD:13:amd64/latest/All/pkg-1.20.9.pkg + - fetch https://pkg.freebsd.org/FreeBSD:13:amd64/latest/All/pkg-1.20.9.pkg - pkg install -y ./pkg-1.20.9.pkg - rm -f pkg-1.20.9.pkg