mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
misc/jmri: Updated for version 5.8
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c2a1949483
commit
32a92eeea8
3 changed files with 8 additions and 6 deletions
|
@ -3,3 +3,5 @@ railroad computer control.
|
|||
|
||||
Please note, to access your controller hardware you will probably need
|
||||
to add your username to the 'dialout' group.
|
||||
|
||||
Instead of zulu-openjdk11, you can use any other Java 11 distribution.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for JMRI
|
||||
|
||||
# Copyright 2011 David Spencer, Baildon, West Yorkshire, U.K.
|
||||
# Copyright 2016-2023 Heiko Rosemann, Germany
|
||||
# Copyright 2016-2024 Heiko Rosemann, Germany
|
||||
|
||||
# All rights reserved.
|
||||
#
|
||||
|
@ -27,8 +27,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=jmri
|
||||
VERSION=${VERSION:-5.6}
|
||||
REVISION=${REVISION:-R89a87446cb}
|
||||
VERSION=${VERSION:-5.8}
|
||||
REVISION=${REVISION:-Rbc21ce2ce7}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="jmri"
|
||||
VERSION="5.6"
|
||||
VERSION="5.8"
|
||||
HOMEPAGE="http://jmri.org/"
|
||||
DOWNLOAD="https://github.com/JMRI/JMRI/releases/download/v5.6/JMRI.5.6+R89a87446cb.tgz"
|
||||
MD5SUM="e209cf559d063353e7f86ebe996a188d"
|
||||
DOWNLOAD="https://github.com/JMRI/JMRI/releases/download/v5.8/JMRI.5.8+Rbc21ce2ce7.tgz"
|
||||
MD5SUM="d46eec67b1e0bd09af1f808ce18521a8"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="zulu-openjdk11"
|
||||
|
|
Loading…
Reference in a new issue