development/racket: Updated for version 6.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e449a5580f
commit
bf4d8ab322
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=racket
|
||||
VERSION=${VERSION:-6.2}
|
||||
VERSION=${VERSION:-6.3}
|
||||
SUFFIX=src # suffix of the UNIX sourcepackage
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="racket"
|
||||
VERSION="6.2"
|
||||
VERSION="6.3"
|
||||
HOMEPAGE="http://racket-lang.org/"
|
||||
DOWNLOAD="http://mirror.racket-lang.org/installers/6.2/racket-6.2-src.tgz"
|
||||
MD5SUM="4ef7892c546355a2afa851f06177e6bc"
|
||||
DOWNLOAD="http://mirror.informatik.uni-tuebingen.de/mirror/racket/6.3/racket-6.3-src.tgz"
|
||||
MD5SUM="006e110f0fafdd52ceeb461c5c89aed9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue