[Lunar-commits] <moonbase> sbt-bin: version bump to 0.7.7
Christian Krause
wookietreiber at lunar-linux.org
Sat May 14 15:50:11 CEST 2011
commit e35df254161f5f6512f0b3172017250f4a115fff
Author: Christian Krause <wookietreiber at lunar-linux.org>
Date: Sat May 14 15:50:11 2011 +0200
sbt-bin: version bump to 0.7.7
---
zbeta/sbt-bin/BUILD | 3 ++-
zbeta/sbt-bin/DETAILS | 8 ++++----
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/zbeta/sbt-bin/BUILD b/zbeta/sbt-bin/BUILD
index 8bc948b..40d0c45 100644
--- a/zbeta/sbt-bin/BUILD
+++ b/zbeta/sbt-bin/BUILD
@@ -4,7 +4,8 @@
prepare_install &&
- mkdir -p /opt/sbt &&
+ install -d /opt/sbt &&
+
install -m644 $SOURCE /opt/sbt/sbt-launch.jar &&
install -m755 sbt /usr/bin/sbt
diff --git a/zbeta/sbt-bin/DETAILS b/zbeta/sbt-bin/DETAILS
index 5de5c5f..edafc19 100644
--- a/zbeta/sbt-bin/DETAILS
+++ b/zbeta/sbt-bin/DETAILS
@@ -1,17 +1,17 @@
MODULE=sbt-bin
- VERSION=0.7.5
+ VERSION=0.7.7
SOURCE=sbt-launch-$VERSION.jar
SOURCE_URL=http://simple-build-tool.googlecode.com/files/
- SOURCE_VFY=sha1:b398555a69ef9317f7840020fa57bd8f23eaf60e
+ SOURCE_VFY=sha1:6b5ba879e80a0464c9eaae786bef494e448e6df7
WEB_SITE=http://code.google.com/p/simple-build-tool
ENTERED=20110306
- UPDATED=20110402
+ UPDATED=20110514
SHORT="Simple Build Tool especially for java and scala"
LDD_CHECK=off
ARCHIVE=off
cat << EOF
-sbt (Simple Build Tool) is a build tool (like ant or maven).
+sbt (Simple Build Tool) is a build tool especially for java and scala.
Features include:
- fairly fast, unintrusive, and easy to set up for simple projects
More information about the Lunar-commits
mailing list