Skip to content

Commit

Permalink
tmux: Update version from 1.9a to 2.7
Browse files Browse the repository at this point in the history
The project moved from SourceForge to GitHub, so update the source URL.
  • Loading branch information
pmenzel committed Aug 23, 2018
1 parent b7fa2e5 commit ba51026
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tmux.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION tmux-1.9a-0
# BEE_VERSION tmux-2.7-0

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)
Expand All @@ -9,7 +9,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]="https://downloads.sourceforge.net/project/tmux/tmux/tmux-1.9/tmux-${PKGVERSION}.tar.gz"
SRCURL[0]="https://github.com/tmux/tmux/releases/download/${PKGVERSION}/tmux-${PKGVERSION}.tar.gz"

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

0 comments on commit ba51026

Please sign in to comment.