Date: Fri, 18 Jun 2021 15:38:29 GMT From: Rainer Hurling <rhurlin@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: aeb2d6000af2 - main - x11/kitty: Update to 0.21.1 Message-ID: <202106181538.15IFcT8N077481@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by rhurlin: URL: https://cgit.FreeBSD.org/ports/commit/?id=aeb2d6000af2536c0e7f8be228cc267cefe76a09 commit aeb2d6000af2536c0e7f8be228cc267cefe76a09 Author: Rainer Hurling <rhurlin@FreeBSD.org> AuthorDate: 2021-06-18 15:33:34 +0000 Commit: Rainer Hurling <rhurlin@FreeBSD.org> CommitDate: 2021-06-18 15:33:34 +0000 x11/kitty: Update to 0.21.1 Fix a regression in the previous release that could cause a crash when changing layouts and mousing. Changelog: https://sw.kovidgoyal.net/kitty/changelog.html#id1 PR: 256678 Reported by: Alexis Praga <alexis.praga@free.fr> (maintainer) --- x11/kitty/Makefile | 2 +- x11/kitty/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x11/kitty/Makefile b/x11/kitty/Makefile index 921c8d17629c..e62a07896f7f 100644 --- a/x11/kitty/Makefile +++ b/x11/kitty/Makefile @@ -1,6 +1,6 @@ PORTNAME= kitty DISTVERSIONPREFIX= v -DISTVERSION= 0.21.0 +DISTVERSION= 0.21.1 CATEGORIES= x11 MAINTAINER= alexis.praga@free.fr diff --git a/x11/kitty/distinfo b/x11/kitty/distinfo index e168ad397452..d5a9eb95ae25 100644 --- a/x11/kitty/distinfo +++ b/x11/kitty/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623487559 -SHA256 (kovidgoyal-kitty-v0.21.0_GH0.tar.gz) = 24345ccdefca9bbd8e8ff13d242c335907701ff51dedaa5837d912c0622ab2ee -SIZE (kovidgoyal-kitty-v0.21.0_GH0.tar.gz) = 5677974 +TIMESTAMP = 1623960643 +SHA256 (kovidgoyal-kitty-v0.21.1_GH0.tar.gz) = 0b4b18788fa2bc0855078d6299139b12f61fa1d2311508a69e9936ca916d6c2d +SIZE (kovidgoyal-kitty-v0.21.1_GH0.tar.gz) = 5677683
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106181538.15IFcT8N077481>