desktop/rss-guard: updated for version 4.5.1

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Arn0 2023-10-05 13:04:16 +02:00 committed by Willy Sudiarto Raharjo
parent 4110208a22
commit 540bfda6b6
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 7 additions and 4 deletions

View file

@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=rss-guard
SRCNAM=rssguard
VERSION=${VERSION:-4.5.0}
VERSION=${VERSION:-4.5.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -61,6 +61,9 @@ elif [ "$ARCH" = "i686" ]; then
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
elif [ "$ARCH" = "aarch64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""

View file

@ -1,8 +1,8 @@
PRGNAM="rss-guard"
VERSION="4.5.0"
VERSION="4.5.1"
HOMEPAGE="https://github.com/martinrotter/rssguard"
DOWNLOAD="https://github.com/martinrotter/rssguard/archive/4.5.0/rssguard-4.5.0.tar.gz"
MD5SUM="2428e91e0d24ba293f4c3057e15e6700"
DOWNLOAD="https://github.com/martinrotter/rssguard/archive/4.5.1/rssguard-4.5.1.tar.gz"
MD5SUM="fcc2a33f025e56c68431ef2e2fa217ad"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""