git: 1c376684c744 - main - Cirrus-CI: Use HTTPS to fetch pkg

From: Mark Johnston <markj_at_FreeBSD.org>
Date: Sat, 09 Dec 2023 15:12:24 UTC
The branch main has been updated by markj:

URL: https://cgit.FreeBSD.org/src/commit/?id=1c376684c7441a90e64f082c19e3da7942716ad1

commit 1c376684c7441a90e64f082c19e3da7942716ad1
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2023-12-08 21:33:01 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2023-12-09 15:12:04 +0000

    Cirrus-CI: Use HTTPS to fetch pkg
    
    Discussed with: Jose Luis Duran <jlduran@gmail.com>
    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