diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-11-04 18:53:33 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-04 18:53:33 -0800 |
commit | c69c1612212d5ab182f14f36861c1163f39c4e4c (patch) | |
tree | 58327ce27c99b3764d7422126247478b1a0b4f34 | |
parent | fa403a5551591a05c6c0db54d5c473466d6f6728 (diff) | |
parent | 6b1cdcaee85d9a852c9dc68d33349778cc993387 (diff) |
Merge pull request #13854 from mstorchak/tmux
tmux: update to 3.1c
-rw-r--r-- | utils/tmux/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/tmux/Makefile b/utils/tmux/Makefile index 45eebe2ca..d180cad38 100644 --- a/utils/tmux/Makefile +++ b/utils/tmux/Makefile @@ -2,12 +2,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tmux -PKG_VERSION:=3.1b +PKG_VERSION:=3.1c PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/tmux/tmux/tar.gz/$(PKG_VERSION)? -PKG_HASH:=100d0a11a822927172e8b983b5f9401476bd9f2cfa6758512f762b9ad74f9536 +PKG_HASH:=b9617dd4d1c541ebc21b6b5760d58102fc039a593786aab273b5dd95dd514bea PKG_MAINTAINER:=Maxim Storchak <m.storchak@gmail.com> PKG_LICENSE:=ISC |