Browse Source
graphics/yacreader: Updated for version 9.15.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/270/head
Matteo Bernardini
9 months ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
5 additions and
8 deletions
-
graphics/yacreader/yacreader.SlackBuild
-
graphics/yacreader/yacreader.info
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
# Slackware build script for yacreader |
|
|
|
|
|
|
|
# Copyright 2016-2024 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy |
|
|
|
# Copyright 2016-2025 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy |
|
|
|
# All rights reserved. |
|
|
|
# |
|
|
|
# Redistribution and use of this script, with or without modification, is |
|
|
@ -25,7 +25,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=yacreader |
|
|
|
VERSION=${VERSION:-9.14.2.2402143} |
|
|
|
VERSION=${VERSION:-9.15.0} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
@ -38,9 +38,6 @@ if [ -z "$ARCH" ]; then |
|
|
|
esac |
|
|
|
fi |
|
|
|
|
|
|
|
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what |
|
|
|
# the name of the created package would be, and then exit. This information |
|
|
|
# could be useful to other scripts. |
|
|
|
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then |
|
|
|
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" |
|
|
|
exit 0 |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="yacreader" |
|
|
|
VERSION="9.14.2.2402143" |
|
|
|
VERSION="9.15.0" |
|
|
|
HOMEPAGE="https://www.yacreader.com" |
|
|
|
DOWNLOAD="https://github.com/YACReader/yacreader/releases/download/9.14.2/yacreader-9.14.2.2402143-src.tar.xz" |
|
|
|
MD5SUM="4c44baf03fa496889cdda94974d17fdc" |
|
|
|
DOWNLOAD="https://github.com/YACReader/yacreader/releases/download/9.15.0/yacreader-9.15.0-src.tar.xz" |
|
|
|
MD5SUM="be80cf4e77121e783b9c125f0be30936" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|