[Lunar-commits] <moonbase> slang: version bumped to 2.2.1.
Florin Braescu
florin at lunar-linux.org
Mon Feb 22 21:01:32 CET 2010
commit d60c91b6522b9eaa51eaae1853a76c0b4f056879
Author: Florin Braescu <florin at lunar-linux.org>
Date: Mon Feb 22 22:01:32 2010 +0200
slang: version bumped to 2.2.1.
Many new features and enhacements.
---
libs/slang/BUILD | 6 +++---
libs/slang/DETAILS | 12 ++++++------
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/libs/slang/BUILD b/libs/slang/BUILD
index be4d982..d33eaf6 100644
--- a/libs/slang/BUILD
+++ b/libs/slang/BUILD
@@ -1,10 +1,10 @@
(
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
--localstatedir=/var $OPTS &&
- default_make &&
+ default_make &&
if [ "$STATIC" == "y" ]; then
make clean &&
diff --git a/libs/slang/DETAILS b/libs/slang/DETAILS
index ebe858f..1ca7a82 100644
--- a/libs/slang/DETAILS
+++ b/libs/slang/DETAILS
@@ -1,12 +1,12 @@
MODULE=slang
- VERSION=2.1.4
+ VERSION=2.2.1
SOURCE=slang-$VERSION.tar.bz2
- SOURCE_URL[0]=ftp://space.mit.edu/pub/davis/slang/v2.1/
- SOURCE_URL[1]=ftp://ftp.plig.org/pub/slang/v2.1/
- SOURCE_VFY=sha1:8670420f870f3f5b92e72ec5962aefa52fd546a5
- WEB_SITE=http://www.s-lang.org/
+ SOURCE_URL[0]=ftp://space.mit.edu/pub/davis/slang/v2.2
+ SOURCE_URL[1]=ftp://ftp.plig.org/pub/slang/v2.2
+ SOURCE_VFY=sha1:92e97c03c25a839d11a24d447fc0d589b741c6a7
+ WEB_SITE=http://www.s-lang.org
ENTERED=20050821
- UPDATED=20091001
+ UPDATED=20100222
SHORT="Powerful interpreted language"
PSAFE=no
More information about the Lunar-commits
mailing list