Skip to content

Commit dc5703c

Browse files
Robert Marshallstanhu
andcommitted
Merge branch 'sh-use-https-url-for-libffi' into 'master'
Use HTTPS instead of FTP for libffi source See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7351 Merged-by: Robert Marshall <[email protected]> Approved-by: Jason Plum <[email protected]> Approved-by: Robert Marshall <[email protected]> Co-authored-by: Stan Hu <[email protected]>
2 parents fac64ed + 876bdf8 commit dc5703c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/software/libffi.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
version('3.2.1') { source sha256: 'd06ebb8e1d9a22d19e38d63fdb83954253f39bedc5d46232a05645685722ca37' }
3131

32-
source url: "ftp://sourceware.org/pub/libffi/libffi-#{version}.tar.gz"
32+
source url: "https://sourceware.org/pub/libffi/libffi-#{version}.tar.gz"
3333

3434
relative_path "libffi-#{version}"
3535

0 commit comments

Comments
 (0)