diff options
| author | Brett Koonce | 2014-05-26 22:14:18 -0700 |
|---|---|---|
| committer | Brett Koonce | 2014-05-28 19:21:57 -0700 |
| commit | 7b1b235259af37476d7767a4493a4f60bc206e5e (patch) | |
| tree | 4318988b94c826464c6a0ff9050d2ca7766df9d6 /Library | |
| parent | aa80153104de396744f2cca3e70877eb899efc52 (diff) | |
| download | homebrew-7b1b235259af37476d7767a4493a4f60bc206e5e.tar.bz2 | |
svtplay-dl 0.9.2014.04.27
Closes #29609.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/svtplay-dl.rb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Library/Formula/svtplay-dl.rb b/Library/Formula/svtplay-dl.rb index 1bb1aa350..eb4a04062 100644 --- a/Library/Formula/svtplay-dl.rb +++ b/Library/Formula/svtplay-dl.rb @@ -1,14 +1,14 @@ -require 'formula' +require "formula" class SvtplayDl < Formula - homepage 'https://github.com/spaam/svtplay-dl' - url 'https://github.com/spaam/svtplay-dl/archive/0.9.2014.04.01.tar.gz' - sha1 '817a7c60abfb0a32a00e7e3ffe16fae3cc59d49f' + homepage "https://github.com/spaam/svtplay-dl" + url "https://github.com/spaam/svtplay-dl/archive/0.9.2014.04.27.tar.gz" + sha1 "c1a36ef44bf284d3b48813656c1593c5d36145a1" - depends_on 'rtmpdump' + depends_on "rtmpdump" def install - bin.install 'svtplay-dl' + bin.install "svtplay-dl" end def caveats; <<-EOS.undent |
