diff options
| author | Douglas Soares de Andrade | 2013-03-20 21:29:13 -0300 |
|---|---|---|
| committer | Jack Nagel | 2013-03-20 19:33:25 -0500 |
| commit | af59424d1073bc141e87c15ff97fdcee47aefc6d (patch) | |
| tree | b4b95adf98c020db3529e1a8ce585650f3a27fd2 /Library | |
| parent | a8316cce32752897b601586e526bb8fbbda5aa61 (diff) | |
| download | homebrew-af59424d1073bc141e87c15ff97fdcee47aefc6d.tar.bz2 | |
lolcode: fix checksum
Closes #18624.
[jn: switch to archive URL]
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/lolcode.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/lolcode.rb b/Library/Formula/lolcode.rb index 253b8c86c..25f26b23a 100644 --- a/Library/Formula/lolcode.rb +++ b/Library/Formula/lolcode.rb @@ -2,8 +2,8 @@ require 'formula' class Lolcode < Formula homepage 'http://www.icanhaslolcode.org/' - url 'https://github.com/justinmeza/lci/tarball/v0.10.3' - sha1 'c3e4b2b0b83a5e257c2e0e3b613c83c3cae4d084' + url 'https://github.com/justinmeza/lci/archive/v0.10.3.tar.gz' + sha1 '05f08be0e2eecc6e774b656e614bd48ef12481a7' head 'https://github.com/justinmeza/lolcode.git' |
