mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
development/bfg: Updated for version 1.13.0.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a58ef43cd8
commit
e6d2e6f808
2 changed files with 8 additions and 7 deletions
|
@ -1,9 +1,10 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Slackware build script for bfg
|
# Slackware build script for bfg
|
||||||
|
#
|
||||||
# Ryan P.C. McQuen | Everett, WA | ryanpcmcquen@member.fsf.org
|
# Ryan P.C. McQuen | Everett, WA | ryanpcmcquen@member.fsf.org
|
||||||
|
# Copyright 2017,2020 Jason Graham <jgraham@compukix.net> MD, USA
|
||||||
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# 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
|
# it under the terms of the GNU General Public License as published by
|
||||||
# the Free Software Foundation; either version 2 of the License, or
|
# the Free Software Foundation; either version 2 of the License, or
|
||||||
|
@ -23,7 +24,7 @@
|
||||||
# not, see <http://www.gnu.org/licenses/>.
|
# not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
PRGNAM=bfg
|
PRGNAM=bfg
|
||||||
VERSION=${VERSION:-1.12.15}
|
VERSION=${VERSION:-1.13.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="bfg"
|
PRGNAM="bfg"
|
||||||
VERSION="1.12.15"
|
VERSION="1.13.0"
|
||||||
HOMEPAGE="https://rtyley.github.io/bfg-repo-cleaner/"
|
HOMEPAGE="https://rtyley.github.io/bfg-repo-cleaner/"
|
||||||
DOWNLOAD="http://repo1.maven.org/maven2/com/madgag/bfg/1.12.15/bfg-1.12.15.jar"
|
DOWNLOAD="https://repo1.maven.org/maven2/com/madgag/bfg/1.13.0/bfg-1.13.0.jar"
|
||||||
MD5SUM="60b564fa4d8b0f177424dbb269af02df"
|
MD5SUM="f437b07a4651c8b549703940de6ce1d2"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="jdk"
|
REQUIRES="jdk"
|
||||||
MAINTAINER="Jason Graham"
|
MAINTAINER="Jason Graham"
|
||||||
EMAIL="jgraha8@gmail.com"
|
EMAIL="jgraham@compukix.net"
|
||||||
|
|
Loading…
Reference in a new issue