mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/kitty: Updated for version 0.35.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2663bb7317
commit
5de41e88eb
2 changed files with 4 additions and 4 deletions
|
@ -12,7 +12,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=kitty
|
||||
VERSION=${VERSION:-0.34.1}
|
||||
VERSION=${VERSION:-0.35.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="kitty"
|
||||
VERSION="0.34.1"
|
||||
VERSION="0.35.1"
|
||||
HOMEPAGE="https://sw.kovidgoyal.net/kitty/"
|
||||
DOWNLOAD="https://download.dlackware.com/hosted-sources/kitty/kitty-0.34.1.tar.xz"
|
||||
MD5SUM="992c3ed6c2209a4aa8446afda0c8ee72"
|
||||
DOWNLOAD="https://download.dlackware.com/hosted-sources/kitty/kitty-0.35.1.tar.xz"
|
||||
MD5SUM="6109e7e488562e682763b8febe548aa9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="librsync google-go-lang simde"
|
||||
|
|
Loading…
Reference in a new issue