diff options
| author | Adam Vandenberg | 2013-01-27 19:27:37 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-28 21:40:04 -0800 |
| commit | ecb0a119041933c0ac6127ae60465983aeb8b247 (patch) | |
| tree | 673331b741c44695c16adf4bf2771ba47eb7b2dd /Library | |
| parent | e70e69135fe3ce10eed013731dd48ee0a2add561 (diff) | |
| download | homebrew-ecb0a119041933c0ac6127ae60465983aeb8b247.tar.bz2 | |
sub2srt: style nits
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/sub2srt.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/sub2srt.rb b/Library/Formula/sub2srt.rb index 4e41f528a..633bbfb2d 100644 --- a/Library/Formula/sub2srt.rb +++ b/Library/Formula/sub2srt.rb @@ -1,8 +1,8 @@ require 'formula' class Sub2srt < Formula - url 'http://www.robelix.com/sub2srt/download/sub2srt-0.5.3.tar.gz' homepage 'http://www.robelix.com/sub2srt/' + url 'http://www.robelix.com/sub2srt/download/sub2srt-0.5.3.tar.gz' sha1 'eaecadc4caaaacddcd0e13202be722f13706acd4' def install |
