Skip to content

Commit

Permalink
tmux: Securely download source archive over HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Aug 23, 2018
1 parent 135d61b commit ef2d9ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmux-1.9a-0.bee
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
## 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://downloads.sourceforge.net/project/tmux/tmux/tmux-1.9/tmux-${PKGVERSION}.tar.gz"
SRCURL[0]="https://downloads.sourceforge.net/project/tmux/tmux/tmux-1.9/tmux-${PKGVERSION}.tar.gz"

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

0 comments on commit ef2d9ac

Please sign in to comment.