diff options
| author | Brett Koonce | 2013-01-01 08:59:28 -0600 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-01 10:31:44 -0800 |
| commit | 2517da24912f326307d74ad85c426fe3c040b48f (patch) | |
| tree | a68022e4a7c7234976e2dc234af822ee0cdafdb3 | |
| parent | 3e0ab15eb9ac5bc50284ad20822ede5256b637f0 (diff) | |
| download | homebrew-2517da24912f326307d74ad85c426fe3c040b48f.tar.bz2 | |
Sick-Beard 498
Closes #16823.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/sickbeard.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/sickbeard.rb b/Library/Formula/sickbeard.rb index 8aa747850..c57e442dc 100644 --- a/Library/Formula/sickbeard.rb +++ b/Library/Formula/sickbeard.rb @@ -2,8 +2,8 @@ require 'formula' class Sickbeard < Formula homepage 'http://www.sickbeard.com/' - url 'https://github.com/midgetspy/Sick-Beard/tarball/build-497' - sha1 '6a0a30b2878a0d93ec22e2d2547673fa8b8d08ed' + url 'https://github.com/midgetspy/Sick-Beard/tarball/build-498' + sha1 '39b57fadf7c5562e889f9203c0dac5212eab9b79' head 'https://github.com/midgetspy/Sick-Beard.git' |
