Clay: Use current binary and homepage URLs
The Clay homepage has moved to http://claylabs.com/clay/. The claylanguage.org hostname still redirects to the old site, so that should be changed as well. Closes Homebrew/homebrew#8935. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
This commit is contained in:
parent
c0187d920c
commit
fa937516f6
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
require 'formula'
|
||||
|
||||
class Clay < Formula
|
||||
url 'http://tachyon.in/clay/binaries/clay-macosx-2011.04.18.zip'
|
||||
homepage 'http://claylanguage.org'
|
||||
url 'http://claylabs.com/clay/binaries/clay-macosx-2011.04.18.zip'
|
||||
homepage 'http://claylabs.com/clay/'
|
||||
md5 '9f43d8147f95ce0d7c3cd12e368406a4'
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue