Skip to content

Commit

Permalink
system/yash: Updated for version 2.58.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
pghvlaans committed Feb 7, 2025
1 parent b800ac9 commit 8fc7f0a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 21 deletions.
14 changes: 0 additions & 14 deletions system/yash/root-test.patch

This file was deleted.

5 changes: 1 addition & 4 deletions system/yash/yash.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=yash
VERSION=${VERSION:-2.58}
VERSION=${VERSION:-2.58.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
Expand Down Expand Up @@ -77,9 +77,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;

# 2025-02-03: One test fails due to root PS1 (KEC)
patch -p0 < $CWD/root-test.patch

CFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
Expand Down
6 changes: 3 additions & 3 deletions system/yash/yash.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PRGNAM="yash"
VERSION="2.58"
VERSION="2.58.1"
HOMEPAGE="https://magicant.github.io/yash/"
DOWNLOAD="https://github.com/magicant/yash/releases/download/2.58/yash-2.58.tar.xz"
MD5SUM="20a1aa473672712ef7c18648ddff27a3"
DOWNLOAD="https://github.com/magicant/yash/releases/download/2.58.1/yash-2.58.1.tar.xz"
MD5SUM="ee5d178e57852e8459f6f93659499541"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
Expand Down

0 comments on commit 8fc7f0a

Please sign in to comment.