mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
development/racket: updated for version 6.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
cb97db3452
commit
319bbf62d5
2 changed files with 5 additions and 5 deletions
|
@ -23,8 +23,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=racket
|
||||
VERSION=${VERSION:-6.0}
|
||||
SUFFIX=src-unix # suffix of the UNIX sourcepackage
|
||||
VERSION=${VERSION:-6.1}
|
||||
SUFFIX=src # suffix of the UNIX sourcepackage
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="racket"
|
||||
VERSION="6.0"
|
||||
VERSION="6.1"
|
||||
HOMEPAGE="http://racket-lang.org/"
|
||||
DOWNLOAD="http://mirror.racket-lang.org/installers/6.0/racket-6.0-src-unix.tgz"
|
||||
MD5SUM="862f4ae0ad16a84009403de91811b7af"
|
||||
DOWNLOAD="http://mirror.racket-lang.org/installers/6.1/racket-6.1-src.tgz"
|
||||
MD5SUM="28514cd01ee88be72670c9a4b34843ee"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue