Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/tmux/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'tmux'
pkgname=tmux
version=3.7b
version=3.7c
revision=1
build_style=gnu-configure
configure_args="--enable-utempter --enable-sixel"
Expand All @@ -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=87f2e99e3b685973f2ca002ffd6ed7e51a5744f7009daae5a15670b6d532db96
checksum=7c60cae9a0e25288e2e24750aafc9e8800fc7fd4555e447e1b29ee4201cfb3bf

pre_configure() {
autoreconf -fi
Expand Down