From ba51026be9906b435ad3b0ab73409c755026ad5f Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 23 Aug 2018 13:44:46 +0200 Subject: [PATCH] tmux: Update version from 1.9a to 2.7 The project moved from SourceForge to GitHub, so update the source URL. --- tmux.be0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmux.be0 b/tmux.be0 index cb7f81488..866e5256f 100755 --- a/tmux.be0 +++ b/tmux.be0 @@ -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.) @@ -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.