From 657cd555be26fac333699830a34f3850da7ec939 Mon Sep 17 00:00:00 2001 From: "E. Max O'Mancer" Date: Tue, 10 Jul 2018 10:54:53 -0600 Subject: [PATCH] kitty: update to 0.11.3 --- srcpkgs/kitty/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/kitty/template b/srcpkgs/kitty/template index c5ae3245466..8a561922bc2 100644 --- a/srcpkgs/kitty/template +++ b/srcpkgs/kitty/template @@ -1,6 +1,6 @@ # Template file for 'kitty' pkgname=kitty -version=0.11.2 +version=0.11.3 revision=1 python_version=3 hostmakedepends="ncurses pkg-config" @@ -13,7 +13,7 @@ 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=3bf198f529b3a4fd0811c2036e104cf8ffe034b57832c551413cbb37f505c4d3 +checksum=e36e3d777824030b686003fbf20c1861efb8183e43bf3efc9cb8f92a0aa9a10e if [ -n "$CROSS_BUILD" ]; then hostmakedepends+=" python3-devel wayland-devel wayland-protocols"