Date: Sun, 9 Oct 2022 15:40:12 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d7448d5301bf - main - sysutils/py-tmuxp: Update to 1.16.1 Message-ID: <202210091540.299FeCoV047109@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=d7448d5301bfada04d271b63ede8fc229a6964e5 commit d7448d5301bfada04d271b63ede8fc229a6964e5 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-10-09 15:32:33 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-10-09 15:37:59 +0000 sysutils/py-tmuxp: Update to 1.16.1 Changes: https://github.com/tmux-python/tmuxp/releases --- sysutils/py-tmuxp/Makefile | 4 ++-- sysutils/py-tmuxp/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sysutils/py-tmuxp/Makefile b/sysutils/py-tmuxp/Makefile index 6391997e4c27..ffcea3fb99f7 100644 --- a/sysutils/py-tmuxp/Makefile +++ b/sysutils/py-tmuxp/Makefile @@ -1,5 +1,5 @@ PORTNAME= tmuxp -PORTVERSION= 1.16.0 +PORTVERSION= 1.16.1 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=8<9:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}colorama>=0.3.9:devel/py-colorama@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}libtmux>=0.15.7<0.16.0:devel/py-libtmux@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}libtmux>=0.15.8<0.16.0:devel/py-libtmux@${PY_FLAVOR} \ tmux:sysutils/tmux USES= python:3.6+ diff --git a/sysutils/py-tmuxp/distinfo b/sysutils/py-tmuxp/distinfo index 9fd288add37c..856fdce68912 100644 --- a/sysutils/py-tmuxp/distinfo +++ b/sysutils/py-tmuxp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1664767982 -SHA256 (tmuxp-1.16.0.tar.gz) = 8fbbb615c79681bfbd323a3d5d8b27b840540cf0160821999eb197c82666f59d -SIZE (tmuxp-1.16.0.tar.gz) = 816004 +TIMESTAMP = 1665073156 +SHA256 (tmuxp-1.16.1.tar.gz) = c21b232112c0e4efc0f0d39f73f1593d761efd04b804667e2fcc3024084e8d59 +SIZE (tmuxp-1.16.1.tar.gz) = 816117
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210091540.299FeCoV047109>