academic/biblesync: Updated for version 2.0.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
26485e9e0f
commit
47f0ceeafe
|
@ -4,13 +4,12 @@ BibleSync is a shared navigation protocol using LAN multicast.
|
|||
It is useful for a single person when running Bible programs on
|
||||
multiple machines or devices, all of which you wish to navigate
|
||||
through the Bible together, or for a group working closely together,
|
||||
such as translators. Also, it has a "lecture" mode, where a speaker's
|
||||
such as translators. Also, it has a "lecture" mode, where a speaker's
|
||||
Bible program induces the audience's programs to follow along.
|
||||
|
||||
Some History.
|
||||
Up until and including xiphos 4.0.0 biblesync was included as part of
|
||||
the xiphos source code. It has been removed from the source in xiphos 4.0.1
|
||||
and set to be a general library for any bible software that wants to use
|
||||
shared navigation. It doesn't have it's own web site yet, so is on the
|
||||
gnomesword source site.
|
||||
shared navigation.
|
||||
biblesync is a requirement for xiphos 4.0.1 or higher.
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=biblesync
|
||||
VERSION=${VERSION:-1.2.0}
|
||||
VERSION=${VERSION:-2.0.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="biblesync"
|
||||
VERSION="1.2.0"
|
||||
VERSION="2.0.1"
|
||||
HOMEPAGE="https://github.com/karlkleinpaste/biblesync"
|
||||
DOWNLOAD="https://github.com/karlkleinpaste/biblesync/releases/download/1.2.0/biblesync-1.2.0.tar.gz"
|
||||
MD5SUM="c1532f3ec2b56e15c0f7b5b8710e44f0"
|
||||
DOWNLOAD="https://github.com/karlkleinpaste/biblesync/releases/download/2.0.1/biblesync-2.0.1.tar.gz"
|
||||
MD5SUM="b9db8aae61bb0f9a4545c0782968466e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue