Sickbeard 494

This commit is contained in:
Adam Vandenberg 2012-04-10 19:10:14 -07:00
parent 9cd474f630
commit eee2760256

View file

@ -1,9 +1,9 @@
require 'formula'
class Sickbeard < Formula
url 'https://github.com/midgetspy/Sick-Beard/tarball/build-489'
url 'https://github.com/midgetspy/Sick-Beard/tarball/build-494'
homepage 'http://www.sickbeard.com/'
md5 'fee7c987f12dc48f0d7c057c9f61c180'
md5 'ffa9a21ee0c99af8319e434323f4ca64'
head 'https://github.com/midgetspy/Sick-Beard.git'
@ -11,7 +11,6 @@ class Sickbeard < Formula
def install
prefix.install Dir['*']
bin.mkpath
(bin+"sickbeard").write(startup_script)
plist_path.write(startup_plist)
plist_path.chmod 0644