aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2023-12-08 21:33:01 +0000
committerMark Johnston <markj@FreeBSD.org>2023-12-09 15:12:04 +0000
commit1c376684c7441a90e64f082c19e3da7942716ad1 (patch)
treee804ef76ae402d4b703d5107efc9b825e1b59162
parentbed7633b108930e9e9d2478c75556035938d4e88 (diff)
downloadsrc-1c376684c7441a90e64f082c19e3da7942716ad1.tar.gz
src-1c376684c7441a90e64f082c19e3da7942716ad1.zip
Cirrus-CI: Use HTTPS to fetch pkg
Discussed with: Jose Luis Duran <jlduran@gmail.com> Fixes: 3c097b06a717 ("Cirrus-CI: forcably upgrade pkg to latest")
-rw-r--r--.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
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