mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
desktop/dbgl: updated for version 0.98
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
4545563d63
commit
9f2bea4dac
2 changed files with 5 additions and 5 deletions
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=dbgl
|
||||
VERSION=${VERSION:-0.97}
|
||||
VERSION=${VERSION:-0.98}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="dbgl"
|
||||
VERSION="0.97"
|
||||
VERSION="0.98"
|
||||
HOMEPAGE="https://dbgl.org/"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://dbgl.org/download/src097.zip"
|
||||
MD5SUM_x86_64="23c3f4fe63a910572d2c8f7dea64a20e"
|
||||
REQUIRES="dosbox apache-ant zulu-openjdk11"
|
||||
DOWNLOAD_x86_64="https://dbgl.org/download/src098.zip"
|
||||
MD5SUM_x86_64="0766d38b176882cf5076ae31c46659aa"
|
||||
REQUIRES="dosbox apache-ant zulu-openjdk17"
|
||||
MAINTAINER="Yth - Arnaud"
|
||||
EMAIL="yth@ythogtha.org"
|
||||
|
|
Loading…
Reference in a new issue