aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2012-04-10 19:10:14 -0700
committerAdam Vandenberg2012-04-10 19:10:14 -0700
commitc3c0bdc3b923e93365a5bedd4d152ad30d9606cd (patch)
tree13151b521b4cf5b76cfe79edc064808b986a0b10 /Library/Formula
parent9eecfc0addc5a34fbb36c908bae42e44814e2e5e (diff)
downloadhomebrew-c3c0bdc3b923e93365a5bedd4d152ad30d9606cd.tar.bz2
Sickbeard 494
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/sickbeard.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/sickbeard.rb b/Library/Formula/sickbeard.rb
index 4eed36f69..74152764d 100644
--- a/Library/Formula/sickbeard.rb
+++ b/Library/Formula/sickbeard.rb
@@ -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