Skip to content

Commit

Permalink
gcc: Use HTTPS in download url
Browse files Browse the repository at this point in the history
  • Loading branch information
donald authored and pmenzel committed Jan 18, 2018
1 parent 251da81 commit 7347e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcc.be0
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# BEE_VERSION gcc-5.3.0-1

SRCURL[0]="http://ftp.gnu.org/gnu/gcc/gcc-${PKGVERSION}/gcc-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://ftp.gnu.org/gnu/gcc/gcc-${PKGVERSION}/gcc-${PKGVERSION}.tar.bz2"

LIBEXECDIR=/usr/lib
LIBDIR=/usr/lib
Expand Down

0 comments on commit 7347e2c

Please sign in to comment.