Campbell Jones pushed to branch main at Arch Linux / Packaging / Packages /
kitty
Commits:
a9a4b6b5 by Campbell Jones at 2025-03-21T12:42:58-04:00
upgpkg: 0.40.1-1: Update to v0.40.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.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
=====================================
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
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kitty/-/commit/a9a4b6b53d1d0839f293c50bdbacf17cca8a52d2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kitty/-/commit/a9a4b6b53d1d0839f293c50bdbacf17cca8a52d2
You're receiving this email because of your account on gitlab.archlinux.org.