Browse Source
Merge pull request #4963 from diizzyy/patch-97
utils/tmux: Update to 2.6
lilik-openwrt-22.03
Hannu Nyman
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
utils/tmux/Makefile
|
|
@ -8,12 +8,12 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=tmux |
|
|
|
PKG_VERSION:=2.5 |
|
|
|
PKG_VERSION:=2.6 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |
|
|
|
PKG_SOURCE_URL:=https://github.com/tmux/tmux/releases/download/$(PKG_VERSION) |
|
|
|
PKG_HASH:=ae135ec37c1bf6b7750a84e3a35e93d91033a806943e034521c8af51b12d95df |
|
|
|
PKG_HASH:=b17cd170a94d7b58c0698752e1f4f263ab6dc47425230df7e53a6435cc7cd7e8 |
|
|
|
PKG_MAINTAINER:=Maxim Storchak <m.storchak@gmail.com> |
|
|
|
|
|
|
|
PKG_LICENSE:=ISC |
|
|
|