development/ChezScheme: Updated for version 9.5.1_674e218.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
awg 2019-03-11 09:28:26 +07:00 committed by Willy Sudiarto Raharjo
parent 8c7340ae42
commit df25caf41b
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
3 changed files with 11 additions and 11 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
# SlackBuild for ChezScheme, 16 July 2018
# SlackBuild for ChezScheme, 7 March 2019
# awg <awg@cock.li>
# All rights reserved.
#
@ -21,7 +21,7 @@
## LICENSE in the ChezScheme source distribution.
PRGNAM=ChezScheme
VERSION=${VERSION:-9.5.1_fb826e5}
VERSION=${VERSION:-9.5.1_674e218}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -61,7 +61,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
for SRCNAM in \
ChezScheme-fb826e55ac9135c65c0bfcf86c861ed3215a30a4 \
ChezScheme-674e2180d6893000446590038dcacf0ef661e564 \
nanopass-framework-scheme-1f7e80bcff16766ef419183169bbc343db07db0c \
zlib-cacf7f1d4e3d44d871b605da3b647f07d718623f \
stex-3bd2b86cc5ae1797d05fc5cc6f11cc43383f741d \

View File

@ -1,11 +1,11 @@
PRGNAM="ChezScheme"
VERSION="9.5.1_fb826e5"
VERSION="9.5.1_674e218"
HOMEPAGE="https://cisco.github.io/ChezScheme/"
DOWNLOAD="https://github.com/cisco/ChezScheme/archive/fb826e5/ChezScheme-fb826e55ac9135c65c0bfcf86c861ed3215a30a4.tar.gz \
DOWNLOAD="https://github.com/cisco/ChezScheme/archive/674e218/ChezScheme-674e2180d6893000446590038dcacf0ef661e564.tar.gz \
https://github.com/nanopass/nanopass-framework-scheme/archive/1f7e80b/nanopass-framework-scheme-1f7e80bcff16766ef419183169bbc343db07db0c.tar.gz \
https://github.com/madler/zlib/archive/cacf7f1/zlib-cacf7f1d4e3d44d871b605da3b647f07d718623f.tar.gz \
https://github.com/dybvig/stex/archive/3bd2b86/stex-3bd2b86cc5ae1797d05fc5cc6f11cc43383f741d.tar.gz"
MD5SUM="5d4dc55b54038388360f2b876c7fe34b \
MD5SUM="cf97d81595ffb4b57ba751c6372a534f \
6b1fd3a73f273641981341efa0e4b64e \
4df8ccfbd8f637d556f56da8ad348c19 \
0222208d7134a53d84a297c3a5a65b87"

View File

@ -1,8 +1,8 @@
Chez Scheme is a complete implementation of the language of the
Revised^6 Report on Scheme (R6RS), with numerous extensions. It sports
a fast compiler that generates native code for x86, x86_64, and 32-bit
PowerPC architectures. Formerly a commercial product, it was
open-sourced by Cisco Systems in April 2016.
Chez Scheme is a complete implementation of the language of
the Revised^6 Report on Scheme (R6RS), with numerous extensions.
It sports a fast compiler that generates native code for x86, x86_64,
and 32-bit PowerPC architectures. Formerly a commercial product,
it was open-sourced by Cisco Systems in April 2016.
The unthreaded version is built by default, but enabling support for
multithreading is easy: