diff --git a/srcpkgs/kitty/template b/srcpkgs/kitty/template index 26e1125596d..c5ae3245466 100644 --- a/srcpkgs/kitty/template +++ b/srcpkgs/kitty/template @@ -1,6 +1,6 @@ # Template file for 'kitty' pkgname=kitty -version=0.11.1 +version=0.11.2 revision=1 python_version=3 hostmakedepends="ncurses pkg-config" @@ -9,11 +9,11 @@ makedepends="gettext-devel glfw-devel harfbuzz-devel libxkbcommon-devel depends="kitty-terminfo" conf_files="/etc/kitty/kitty.conf" short_desc="Modern, hackable, featureful, OpenGL based terminal emulator" -maintainer="Julio Galvan " +maintainer="Benjamin Slade " license="GPL-3.0-or-later" homepage="https://sw.kovidgoyal.net/kitty/" distfiles="https://github.com/kovidgoyal/kitty/releases/download/v${version}/kitty-${version}.tar.xz" -checksum=3baf72ee4de8818bbc205fd631f716b60eabc8bd215ec7e834e00a01db7912c4 +checksum=3bf198f529b3a4fd0811c2036e104cf8ffe034b57832c551413cbb37f505c4d3 if [ -n "$CROSS_BUILD" ]; then hostmakedepends+=" python3-devel wayland-devel wayland-protocols"