diff options
Diffstat (limited to 'Library/Formula/appledoc.rb')
| -rw-r--r-- | Library/Formula/appledoc.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/appledoc.rb b/Library/Formula/appledoc.rb index 5f06a33ed..d300fc3df 100644 --- a/Library/Formula/appledoc.rb +++ b/Library/Formula/appledoc.rb @@ -12,8 +12,8 @@ end class Appledoc < Formula homepage 'http://appledoc.gentlebytes.com/' - url "https://github.com/tomaz/appledoc/tarball/v2.1" - sha1 'd3bd05ce3f7b755cd0dfcb15316bc9f667c1ff2f' + url "https://github.com/tomaz/appledoc/archive/v2.1.tar.gz" + sha1 'c30675e340d2ae1334e3d9254701de6f40d6658c' head 'https://github.com/tomaz/appledoc.git', :branch => 'master' |
