office/hebcal: Updated for version 5.8.6.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Judah Milgram 2024-07-15 09:34:08 +07:00 committed by Willy Sudiarto Raharjo
parent a7f9fc55a0
commit c805fecf73
3 changed files with 9 additions and 18 deletions

View File

@ -13,4 +13,9 @@ page.
For a list of known cities and coordinates, do
hebcal cities
To view the default city set at compile time:
hebcal info

View File

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=hebcal
VERSION=${VERSION:-5.8.4}
VERSION=${VERSION:-5.8.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -50,20 +50,6 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""
fi
set -e
rm -rf $PKG

View File

@ -1,8 +1,8 @@
PRGNAM="hebcal"
VERSION="5.8.4"
VERSION="5.8.6"
HOMEPAGE="http://hebcal.github.io/"
DOWNLOAD="https://github.com/hebcal/hebcal/archive/v5.8.4/hebcal-5.8.4.tar.gz"
MD5SUM="7a22d277057acac8e33675af009c0d1f"
DOWNLOAD="https://github.com/hebcal/hebcal/archive/v5.8.6/hebcal-5.8.6.tar.gz"
MD5SUM="968112065095471db1c46ad2a3c760ea"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""