Lukas Fleischer pushed to branch main at Arch Linux / Packaging / Packages /
kitty
Commits:
e5de317e by Lukas Fleischer at 2025-05-11T15:57:30+02:00
upgpkg: 0.42.0-1: update to 0.42.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = kitty
pkgdesc = A modern, hackable, featureful, OpenGL-based terminal emulator
- pkgver = 0.41.1
+ pkgver = 0.42.0
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.41.1/kitty-0.41.1.tar.xz
- source =
https://github.com/kovidgoyal/kitty/releases/download/v0.41.1/kitty-0.41.1.tar.xz.sig
+ source =
https://github.com/kovidgoyal/kitty/releases/download/v0.42.0/kitty-0.42.0.tar.xz
+ source =
https://github.com/kovidgoyal/kitty/releases/download/v0.42.0/kitty-0.42.0.tar.xz.sig
validpgpkeys = 3CE1780F78DD88DF45194FD706BC317B515ACE7C
- b2sums =
9875df797099b893176bc8899d00f40cb57f0056a1ca87c778d2ffdd4480c7b14f58e0fe322c1e3cbdb73a126f3b0664600484764217eccfd4818589fbe43b47
+ b2sums =
8da616f758a63bec66c4afc088376e4392fc4e339a3953374962b70924e3aabe4009d71c74be8b6a49c731c4bddf9b430e4d61f86f23f047f068d6a661083edf
b2sums = SKIP
pkgname = kitty
=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@
pkgbase=kitty
pkgname=(kitty kitty-terminfo kitty-shell-integration)
-pkgver=0.41.1
+pkgver=0.42.0
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=('9875df797099b893176bc8899d00f40cb57f0056a1ca87c778d2ffdd4480c7b14f58e0fe322c1e3cbdb73a126f3b0664600484764217eccfd4818589fbe43b47'
+b2sums=('8da616f758a63bec66c4afc088376e4392fc4e339a3953374962b70924e3aabe4009d71c74be8b6a49c731c4bddf9b430e4d61f86f23f047f068d6a661083edf'
'SKIP')
validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kitty/-/commit/e5de317edd64517c260492a7a0a540d5be347615
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kitty/-/commit/e5de317edd64517c260492a7a0a540d5be347615
You're receiving this email because of your account on gitlab.archlinux.org.