mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
tmux: fix download-url
tmux is not avail on Sourceforge anymore, so change to Github as in trunk Signed-off-by: Sven Roederer <devel-sven@geroedel.de>
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ PKG_VERSION:=1.9a
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=@SF/tmux
|
||||
PKG_SOURCE_URL:=https://github.com/tmux/tmux/releases/download/$(PKG_VERSION)
|
||||
PKG_MD5SUM:=b07601711f96f1d260b390513b509a2d
|
||||
PKG_MAINTAINER:=Maxim Storchak <m.storchak@gmail.com>
|
||||
PKG_LICENSE:=ISC
|
||||
|
||||
Reference in New Issue
Block a user