Skip to content

Commit

Permalink
Merge pull request #880 from mariux64/update-tmux-from-1.9a-to-2.7
Browse files Browse the repository at this point in the history
Update tmux from 1.9a to 2.7
  • Loading branch information
donald authored Aug 27, 2018
2 parents a9c7514 + ba51026 commit 374733a
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions tmux-1.9a-0.bee → tmux.be0
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
#!/usr/bin/env beesh

# 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.)

###############################################################################
## 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://github.com/tmux/tmux/releases/download/${PKGVERSION}/tmux-${PKGVERSION}.tar.gz"

###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.
Expand All @@ -22,8 +24,8 @@ SRCURL[0]="http://downloads.sourceforge.net/project/tmux/tmux/tmux-1.9/tmux-${PK
# EXCLUDE+=()

###############################################################################
## Uncomment the next statement, if the software may not be able to be build
## outside the source directory and need to be build inside the source
## Uncomment the next statement, if the software may not be able to be built
## outside the source directory and needs to be built inside the source
## directory.

# build_in_sourcedir
Expand Down Expand Up @@ -52,7 +54,7 @@ SRCURL[0]="http://downloads.sourceforge.net/project/tmux/tmux/tmux-1.9/tmux-${PK
#}

#mee_configure() {
# bee_configure
# bee_configure
#}

#mee_build() {
Expand All @@ -71,7 +73,7 @@ SRCURL[0]="http://downloads.sourceforge.net/project/tmux/tmux/tmux-1.9/tmux-${PK
## The name of this bee-file should follow the following naming convention:
## pkgname-pkgversion-pkgrevision.bee
##
## You may remove all comments as long as SRCURL[0]="" is set.
## You may remove all comments as long as SRCURL[0] is set.
##
## Everything in this file will be executed in a bash environment.
##
Expand Down

0 comments on commit 374733a

Please sign in to comment.