Skip to content

Commit

Permalink
gdk-pixbuf: Securely download source archive
Browse files Browse the repository at this point in the history
Use HTTPS to securely download the source archive.
  • Loading branch information
pmenzel committed Jun 7, 2018
1 parent da282fd commit 6008528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gdk-pixbuf.be0
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# BEE_VERSION gdk-pixbuf-2.32.0-0

SRCURL[0]="http://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/${PKGVERSION[2]}/gdk-pixbuf-${PKGVERSION}.tar.xz"
SRCURL[0]="https://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/${PKGVERSION[2]}/gdk-pixbuf-${PKGVERSION}.tar.xz"

PATCHURL[0]=""

Expand Down

0 comments on commit 6008528

Please sign in to comment.