tmux: update to 3.5a.

This commit is contained in:
Đoàn Trần Công Danh 2025-07-01 20:35:56 +07:00
parent cb08240752
commit d9737dc864
2 changed files with 4 additions and 3 deletions

View file

@ -1,6 +1,6 @@
# Template file for 'tmux'
pkgname=tmux
version=3.5
version=3.5a
revision=1
build_style=gnu-configure
configure_args="--enable-utempter --enable-sixel"
@ -13,7 +13,7 @@ license="ISC"
homepage="https://tmux.github.io"
changelog="https://raw.githubusercontent.com/tmux/tmux/master/CHANGES"
distfiles="https://github.com/tmux/tmux/releases/download/${version}/tmux-${version}.tar.gz"
checksum=2fe01942e7e7d93f524a22f2c883822c06bc258a4d61dba4b407353d7081950f
checksum=16216bd0877170dfcc64157085ba9013610b12b082548c7c9542cc0103198951
pre_configure() {
autoreconf -fi

View file

@ -1 +1,2 @@
site="https://github.com/tmux/tmux/releases"
#site="https://github.com/tmux/tmux/releases"
pattern="(?<=refs/tags/)[0-9.]+[a-z]*(?=.tar)"