From a9a4b6b53d1d0839f293c50bdbacf17cca8a52d2 Mon Sep 17 00:00:00 2001 From: Campbell Jones <serebit@archlinux.org> Date: Fri, 21 Mar 2025 12:42:58 -0400 Subject: [PATCH] upgpkg: 0.40.1-1: Update to v0.40.1 --- .SRCINFO | 8 ++++---- PKGBUILD | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 7d132e0..3bb89e5 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = kitty pkgdesc = A modern, hackable, featureful, OpenGL-based terminal emulator - pkgver = 0.40.0 + pkgver = 0.40.1 pkgrel = 1 url = https://github.com/kovidgoyal/kitty arch = x86_64 @@ -32,10 +32,10 @@ pkgbase = kitty depends = xxhash depends = zlib options = !lto - source = https://github.com/kovidgoyal/kitty/releases/download/v0.40.0/kitty-0.40.0.tar.xz - source = https://github.com/kovidgoyal/kitty/releases/download/v0.40.0/kitty-0.40.0.tar.xz.sig + source = https://github.com/kovidgoyal/kitty/releases/download/v0.40.1/kitty-0.40.1.tar.xz + source = https://github.com/kovidgoyal/kitty/releases/download/v0.40.1/kitty-0.40.1.tar.xz.sig validpgpkeys = 3CE1780F78DD88DF45194FD706BC317B515ACE7C - b2sums = cd0fe553b0500e914d9b410176bf0a0420d97a6842b5794c90fd6f5904f7105408b124f475bd4df4859430d81d1ff17d842d658ce12d3696aa2fdc5fac82183f + b2sums = 0e7551051059eb9a67e68b051f57a34a1e4c6413a53ec3db3cdae1352c2d694d458036fccd8cb3d55590aef4e1ae2dc65731c46ccd9f294fc728440f3f1cfe1a b2sums = SKIP pkgname = kitty diff --git a/PKGBUILD b/PKGBUILD index d88423a..ea3e352 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,7 +7,7 @@ pkgbase=kitty pkgname=(kitty kitty-terminfo kitty-shell-integration) -pkgver=0.40.0 +pkgver=0.40.1 pkgrel=1 pkgdesc="A modern, hackable, featureful, OpenGL-based terminal emulator" arch=('x86_64') @@ -45,7 +45,7 @@ makedepends=( ) options=("!lto") source=("https://github.com/kovidgoyal/${pkgbase}/releases/download/v${pkgver}/${pkgbase}-${pkgver}.tar.xz"{,.sig}) -b2sums=('cd0fe553b0500e914d9b410176bf0a0420d97a6842b5794c90fd6f5904f7105408b124f475bd4df4859430d81d1ff17d842d658ce12d3696aa2fdc5fac82183f' +b2sums=('0e7551051059eb9a67e68b051f57a34a1e4c6413a53ec3db3cdae1352c2d694d458036fccd8cb3d55590aef4e1ae2dc65731c46ccd9f294fc728440f3f1cfe1a' 'SKIP') validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal -- GitLab