diff --git a/extra/kitty/.SRCINFO b/extra/kitty/.SRCINFO index fef34e6b7..0986cea93 100644 --- a/extra/kitty/.SRCINFO +++ b/extra/kitty/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = kitty pkgdesc = A modern, hackable, featureful, OpenGL-based terminal emulator - pkgver = 0.36.0 + pkgver = 0.36.1 pkgrel = 1 url = https://github.com/kovidgoyal/kitty arch = x86_64 @@ -26,10 +26,10 @@ pkgbase = kitty depends = librsync depends = xxhash options = !lto - source = kitty-0.36.0.tar.xz::https://github.com/kovidgoyal/kitty/releases/download/v0.36.0/kitty-0.36.0.tar.xz - source = kitty-0.36.0.tar.xz.sig::https://github.com/kovidgoyal/kitty/releases/download/v0.36.0/kitty-0.36.0.tar.xz.sig + source = kitty-0.36.1.tar.xz::https://github.com/kovidgoyal/kitty/releases/download/v0.36.1/kitty-0.36.1.tar.xz + source = kitty-0.36.1.tar.xz.sig::https://github.com/kovidgoyal/kitty/releases/download/v0.36.1/kitty-0.36.1.tar.xz.sig validpgpkeys = 3CE1780F78DD88DF45194FD706BC317B515ACE7C - b2sums = 7070f1cd1f0dbdd11a91771c124d7278a4918f320b3f2bbc299cd1d5cab05e617761d97f2531736757788b130453de73951ee75a4d604ee99b8ef819080e58ac + b2sums = e03c192d1d523ccc6d20db450fa4f7c4ec741df846152e8363090ed28880aaab40fd5a8c832e5285b6834568730f422353e0bb7e02388e254410ce714f29aa57 b2sums = SKIP pkgname = kitty diff --git a/extra/kitty/PKGBUILD b/extra/kitty/PKGBUILD index d15da8be3..1ccdf65cf 100644 --- a/extra/kitty/PKGBUILD +++ b/extra/kitty/PKGBUILD @@ -11,7 +11,7 @@ pkgbase=kitty pkgname=(kitty kitty-terminfo kitty-shell-integration) -pkgver=0.36.0 +pkgver=0.36.1 pkgrel=1 pkgdesc="A modern, hackable, featureful, OpenGL-based terminal emulator" arch=('x86_64') @@ -23,7 +23,7 @@ makedepends=('libxinerama' 'libxrandr' 'wayland-protocols' 'go' 'simde' 'ttf-ner options=("!lto") source=("${pkgname}-${pkgver}.tar.xz::https://github.com/kovidgoyal/${pkgbase}/releases/download/v${pkgver}/${pkgbase}-${pkgver}.tar.xz" "${pkgname}-${pkgver}.tar.xz.sig::https://github.com/kovidgoyal/${pkgbase}/releases/download/v${pkgver}/${pkgbase}-${pkgver}.tar.xz.sig") -b2sums=('7070f1cd1f0dbdd11a91771c124d7278a4918f320b3f2bbc299cd1d5cab05e617761d97f2531736757788b130453de73951ee75a4d604ee99b8ef819080e58ac' +b2sums=('e03c192d1d523ccc6d20db450fa4f7c4ec741df846152e8363090ed28880aaab40fd5a8c832e5285b6834568730f422353e0bb7e02388e254410ce714f29aa57' 'SKIP') validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal