mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
development/bfg: Updated for version 1.14.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
39f40ef4de
commit
7414d2c64b
2 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for bfg
|
||||
#
|
||||
# Ryan P.C. McQuen | Everett, WA | ryanpcmcquen@member.fsf.org
|
||||
# Copyright 2017,2020 Jason Graham <jgraham@compukix.net> MD, USA
|
||||
# Copyright 2017,2020,2023 Jason Graham USA <jgraham@compukix.net>
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=bfg
|
||||
VERSION=${VERSION:-1.13.0}
|
||||
VERSION=${VERSION:-1.14.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="bfg"
|
||||
VERSION="1.13.0"
|
||||
VERSION="1.14.0"
|
||||
HOMEPAGE="https://rtyley.github.io/bfg-repo-cleaner/"
|
||||
DOWNLOAD="https://repo1.maven.org/maven2/com/madgag/bfg/1.13.0/bfg-1.13.0.jar"
|
||||
MD5SUM="f437b07a4651c8b549703940de6ce1d2"
|
||||
DOWNLOAD="https://repo1.maven.org/maven2/com/madgag/bfg/1.14.0/bfg-1.14.0.jar"
|
||||
MD5SUM="c8d2e17d9a42d87f82653aec47acfc80"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="zulu-openjdk8"
|
||||
|
|
Loading…
Reference in a new issue