diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/couchpotatoserver.rb | 14 |
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"> |
