office/hebcal: Updated for version 5.8.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
585b0e1d2a
commit
619db0381d
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for hebcal
|
||||
|
||||
# Copyright 2017-2023 Judah Milgram, Washington DC
|
||||
# Copyright 2017-2024 Judah Milgram, Washington DC
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=hebcal
|
||||
VERSION=${VERSION:-5.8.2}
|
||||
VERSION=${VERSION:-5.8.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="hebcal"
|
||||
VERSION="5.8.2"
|
||||
VERSION="5.8.4"
|
||||
HOMEPAGE="http://hebcal.github.io/"
|
||||
DOWNLOAD="https://github.com/hebcal/hebcal/archive/v5.8.2/hebcal-5.8.2.tar.gz"
|
||||
MD5SUM="3b8d22af1652fee308d5068fc39e3053"
|
||||
DOWNLOAD="https://github.com/hebcal/hebcal/archive/v5.8.4/hebcal-5.8.4.tar.gz"
|
||||
MD5SUM="7a22d277057acac8e33675af009c0d1f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue