From b72e0fad4be33ff44b3207c84fbf1b651c7e6ea3 Mon Sep 17 00:00:00 2001 From: Brett Koonce Date: Sun, 20 Jul 2014 19:23:22 -0700 Subject: CouchPotatoServer 2.5.2 --- Library/Formula/couchpotatoserver.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3