mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
system/yash: Updated for version 2.56.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9b123a778d
commit
a40cf2fef7
2 changed files with 5 additions and 5 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
# Copyright 2015-2018 Leonard Schmidt <lems@gmx.net>
|
||||
# Copyright 2018-2020 Hunter Sezen <orbea@riseup.net>
|
||||
# Copyright 2023 K. Eugene Carlson <kvngncrlsn@gmail.com>
|
||||
# Copyright 2023-2024 K. Eugene Carlson <kvngncrlsn@gmail.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -27,7 +27,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=yash
|
||||
VERSION=${VERSION:-2.55}
|
||||
VERSION=${VERSION:-2.56.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="yash"
|
||||
VERSION="2.55"
|
||||
VERSION="2.56.1"
|
||||
HOMEPAGE="https://magicant.github.io/yash/"
|
||||
DOWNLOAD="https://github.com/magicant/yash/releases/download/2.55/yash-2.55.tar.xz"
|
||||
MD5SUM="ec4ad069cd79aace2348abeb6dcb5275"
|
||||
DOWNLOAD="https://github.com/magicant/yash/releases/download/2.56.1/yash-2.56.1.tar.xz"
|
||||
MD5SUM="c871fe6cf3eef8c753690bd617b92fd4"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue