diff options
| author | Brett Koonce | 2014-09-23 18:37:04 -0700 |
|---|---|---|
| committer | Brett Koonce | 2014-09-23 18:46:24 -0700 |
| commit | a83c1c55fc02a313e08819572b59fa9438a7fdda (patch) | |
| tree | cb65c43e1fa8a980b353846ebbbf5158e0f72412 /Library/Formula | |
| parent | f96ba6b8a044bcadebf99146ab2bab8505b354e1 (diff) | |
| download | homebrew-a83c1c55fc02a313e08819572b59fa9438a7fdda.tar.bz2 | |
sl 5.02
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/sl.rb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Library/Formula/sl.rb b/Library/Formula/sl.rb index 1ec9b2038..748dad718 100644 --- a/Library/Formula/sl.rb +++ b/Library/Formula/sl.rb @@ -1,11 +1,11 @@ -require 'formula' +require "formula" class Sl < Formula - homepage 'https://github.com/mtoyoda/sl' - url 'https://github.com/mtoyoda/sl/archive/5.01.tar.gz' - sha256 'b16fcaa40cb195105e97f86280e3f37a9011d0c01d7e534946386d126408f6da' + homepage "https://github.com/mtoyoda/sl" + url "https://github.com/mtoyoda/sl/archive/5.02.tar.gz" + sha256 "1e5996757f879c81f202a18ad8e982195cf51c41727d3fea4af01fdcbbb5563a" - head 'https://github.com/mtoyoda/sl.git' + head "https://github.com/mtoyoda/sl.git" fails_with :clang do build 318 |
