mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
development/racket: Updated for version 6.1.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5a79b8ca8e
commit
f8c183749d
2 changed files with 5 additions and 5 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=racket
|
||||
VERSION=${VERSION:-6.1}
|
||||
VERSION=${VERSION:-6.1.1}
|
||||
SUFFIX=src # suffix of the UNIX sourcepackage
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
@ -79,7 +79,7 @@ cd src/build
|
|||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||
--mandir=/usr/man \
|
||||
--datadir=/usr/share/$PRGNAM \
|
||||
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
make
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="racket"
|
||||
VERSION="6.1"
|
||||
VERSION="6.1.1"
|
||||
HOMEPAGE="http://racket-lang.org/"
|
||||
DOWNLOAD="http://mirror.racket-lang.org/installers/6.1/racket-6.1-src.tgz"
|
||||
MD5SUM="28514cd01ee88be72670c9a4b34843ee"
|
||||
DOWNLOAD="http://mirror.racket-lang.org/installers/6.1.1/racket-6.1.1-src.tgz"
|
||||
MD5SUM="41651cb9d5ab287e102cdafc6f5fc04b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue