Skip to content

Commit

Permalink
evince: Securely download source archive over HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Sep 4, 2018
1 parent d067347 commit 7180203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evince.be0
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BEE_BUILDTYPE=configure
## The source URL(s) define the location of the sources that will be
## downloaded. Version variables may be used to simplify reuse of this bee-file.

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

###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.
Expand Down

0 comments on commit 7180203

Please sign in to comment.