Skip to content

Commit

Permalink
upgraded Play to 1.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
targeter authored and adamv committed Jan 26, 2011
1 parent 7cd042f commit 8a8e847
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Library/Formula/play.rb
@@ -1,9 +1,9 @@
require 'formula'

class Play <Formula
url 'http://download.playframework.org/releases/play-1.1.zip'
url 'http://download.playframework.org/releases/play-1.1.1.zip'
homepage 'http://www.playframework.org/'
md5 '54513b11dc4eacd68d01f5c59bb8ec97'
md5 '3a2a49cfcc0ea679c75d3c1cb34ec080'

def install
rm_rf 'python' # we don't need the bundled Python for windows
Expand Down

0 comments on commit 8a8e847

Please sign in to comment.