diff options
| author | richo | 2013-03-21 14:27:16 +1100 |
|---|---|---|
| committer | Jack Nagel | 2013-03-20 22:33:53 -0500 |
| commit | f909a257ff70d94bfee43eaae66bd02634202e04 (patch) | |
| tree | 6172d88ce0f5a5e310b05b83f1180596c729e914 | |
| parent | 79fa5888265a8b38863c00d72198f725643b493b (diff) | |
| download | homebrew-f909a257ff70d94bfee43eaae66bd02634202e04.tar.bz2 | |
lolcode: v0.11.1
Closes #18628.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -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 25f26b23a..9c184d780 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/archive/v0.10.3.tar.gz' - sha1 '05f08be0e2eecc6e774b656e614bd48ef12481a7' + url 'https://github.com/justinmeza/lci/archive/v0.11.1.tar.gz' + sha1 '9949a2480a738ac566dbe66142dd351f778fb8b7' head 'https://github.com/justinmeza/lolcode.git' |
