aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrett Koonce2014-07-20 19:23:22 -0700
committerBrett Koonce2014-07-20 21:59:15 -0700
commitb72e0fad4be33ff44b3207c84fbf1b651c7e6ea3 (patch)
tree7801984d992ea38a778a7eb53bd1298ba42435c5 /Library/Formula
parentd78d57906a5c05122d3991334a1915ec93899a75 (diff)
downloadhomebrew-b72e0fad4be33ff44b3207c84fbf1b651c7e6ea3.tar.bz2
CouchPotatoServer 2.5.2
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/couchpotatoserver.rb14
1 files changed, 7 insertions, 7 deletions
diff --git a/Library/Formula/couchpotatoserver.rb b/Library/Formula/couchpotatoserver.rb
index 2f64fd1f6..6cd7f36d4 100644
--- a/Library/Formula/couchpotatoserver.rb
+++ b/Library/Formula/couchpotatoserver.rb
@@ -1,19 +1,19 @@
-require 'formula'
+require "formula"
class Couchpotatoserver < Formula
- homepage 'https://couchpota.to'
- url 'https://github.com/RuudBurger/CouchPotatoServer/archive/build/2.5.1.tar.gz'
- sha1 '5fe274d7dd27179dad6dfacb63cee7d0cb90f042'
+ homepage "https://couchpota.to"
+ url "https://github.com/RuudBurger/CouchPotatoServer/archive/build/2.5.2.tar.gz"
+ sha1 "b19509aa2fefca8c1caa8682a99bbce7e478ba22"
- head 'https://github.com/RuudBurger/CouchPotatoServer.git'
+ head "https://github.com/RuudBurger/CouchPotatoServer.git"
def install
prefix.install_metafiles
- libexec.install Dir['*']
+ libexec.install Dir["*"]
(bin+"couchpotatoserver").write(startup_script)
end
- plist_options :manual => 'couchpotatoserver'
+ plist_options :manual => "couchpotatoserver"
def plist; <<-EOS.undent
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">