diff options
| author | Brett Koonce | 2013-08-16 21:25:14 -0500 |
|---|---|---|
| committer | Misty De Meo | 2013-08-16 23:25:28 -0700 |
| commit | 64187fcd8891f63f48090d815b16493f6d35b73c (patch) | |
| tree | baf5650e1460e1671b071bf46d2402e299935218 /Library | |
| parent | af623581fc9cd62fee95518c5d13e488137f74a2 (diff) | |
| download | homebrew-64187fcd8891f63f48090d815b16493f6d35b73c.tar.bz2 | |
svtplay-dl 0.9.2013.08.10
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/svtplay-dl.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/svtplay-dl.rb b/Library/Formula/svtplay-dl.rb index eb5d517e8..6015462a3 100644 --- a/Library/Formula/svtplay-dl.rb +++ b/Library/Formula/svtplay-dl.rb @@ -2,8 +2,8 @@ require 'formula' class SvtplayDl < Formula homepage 'https://github.com/spaam/svtplay-dl' - url 'https://github.com/spaam/svtplay-dl/archive/0.9.2013.05.06.tar.gz' - sha1 '246c0ccaf1df0656a8d5ee0df8cf14aac2fecd96' + url 'https://github.com/spaam/svtplay-dl/archive/0.9.2013.08.10.tar.gz' + sha1 'f56db48f8bc2a09bc8df07e2da1faea5889598c0' depends_on 'rtmpdump' |
