Skip to content

Commit

Permalink
gnome-session: 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 Mar 12, 2018
1 parent e7ce007 commit bce930e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnome-session-3.4.1-1.bee
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

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

mee_install_post() {
start_cmd mv ${D}${DATADIR}/xsessions{,.available}
Expand Down

0 comments on commit bce930e

Please sign in to comment.