diff options
author | David O'Shaughnessy <dev@osh.id.au> | 2023-12-27 09:16:28 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-29 18:49:40 +0700 |
commit | 11c4e4e4cd26cc596d3b81c56e8d5a06d68079fd (patch) | |
tree | 55dafe913557b8a62a42e6c09e34f3db129468ff /office | |
parent | 0c73bce516d55bc943b8d9bf52a615fa176eb2ce (diff) |
office/JabRef: Updated for version 5.12.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r-- | office/JabRef/JabRef.SlackBuild | 2 | ||||
-rw-r--r-- | office/JabRef/JabRef.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/office/JabRef/JabRef.SlackBuild b/office/JabRef/JabRef.SlackBuild index 784eac77b983..bdda83822c06 100644 --- a/office/JabRef/JabRef.SlackBuild +++ b/office/JabRef/JabRef.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=JabRef -VERSION=${VERSION:-5.11} +VERSION=${VERSION:-5.12} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/office/JabRef/JabRef.info b/office/JabRef/JabRef.info index 9cd15c5b1eb1..d4afa42b6771 100644 --- a/office/JabRef/JabRef.info +++ b/office/JabRef/JabRef.info @@ -1,10 +1,10 @@ PRGNAM="JabRef" -VERSION="5.11" +VERSION="5.12" HOMEPAGE="https://www.jabref.org" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/JabRef/jabref/releases/download/v5.11/jabref_5.11_amd64.deb" -MD5SUM_x86_64="e96bb80765513dc1131609bf7e8c780e" +DOWNLOAD_x86_64="https://github.com/JabRef/jabref/releases/download/v5.12/jabref_5.12_amd64.deb" +MD5SUM_x86_64="a9254d5ebb31b2def9c525005619f861" REQUIRES="" MAINTAINER="David O'Shaughnessy" EMAIL="dev@osh.id.au" |