aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/sbt.rb
diff options
context:
space:
mode:
authorPatrick Mahoney2013-12-12 01:24:34 -0500
committerAdam Vandenberg2013-12-12 20:36:19 -0800
commiteda1a1f2ea8f540ec46d89c4e928bf7b60c1e1f1 (patch)
tree6882787db0781f9cb907f2fb85d6bf898de94416 /Library/Formula/sbt.rb
parentf30d4b1bbf0dd598a55e613e6bf0899cb564d099 (diff)
downloadhomebrew-eda1a1f2ea8f540ec46d89c4e928bf7b60c1e1f1.tar.bz2
sbt 0.13.1
Update homebrew formula to latest stable sbt. Devel now at the most recent nightly. Details ---- Prod o Update the version of the launcher. o Update the sha1 of the sbt launcher. o Update the url of the launcher. Devel o Updated the url for devel to the latest nightly. o Update the devel version o Update the sha1 for devel. o v 0.13.2-20131212-062515 Fix trailing whitespace. Closes #25173. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/sbt.rb')
-rw-r--r--Library/Formula/sbt.rb12
1 files changed, 6 insertions, 6 deletions
diff --git a/Library/Formula/sbt.rb b/Library/Formula/sbt.rb
index f0deea478..6f50fbaa0 100644
--- a/Library/Formula/sbt.rb
+++ b/Library/Formula/sbt.rb
@@ -2,14 +2,14 @@ require 'formula'
class Sbt < Formula
homepage 'http://www.scala-sbt.org'
- url 'http://typesafe.artifactoryonline.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/0.13.0/sbt-launch.jar'
- version '0.13.0'
- sha1 'b78a29b8db7ae0fc90a7890a84a4617975e1d450'
+ url 'http://typesafe.artifactoryonline.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/0.13.1/sbt-launch.jar'
+ version '0.13.1'
+ sha1 '3a1718a467ca34380b0a356a2e1bb46813aff240'
devel do
- url 'http://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/0.13.1-RC5/sbt-launch.jar'
- version '0.13.1-RC5'
- sha1 'dae44eb4fc2f88104aa5e6aea6951cdba576fa4b'
+ url 'http://repo.typesafe.com/typesafe/ivy-snapshots/org.scala-sbt/sbt-launch/0.13.2-20131212-062515/sbt-launch.jar'
+ version '0.13.2-20131212-062515'
+ sha1 'c820c7cb68646cacba5c97f61667ae98e9bb6f77'
end
def install