From 88a0c01ab83f8b5233c429950a315305c37ac74b Mon Sep 17 00:00:00 2001 From: Stuart Williams Date: Tue, 4 Aug 2015 16:12:21 -0400 Subject: [PATCH] couchpotato 2.6.3 Closes Homebrew/homebrew#42466. Signed-off-by: Dominyk Tiller --- Formula/couchpotatoserver.rb | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Formula/couchpotatoserver.rb b/Formula/couchpotatoserver.rb index 968c3d3f12..a97fddabe5 100644 --- a/Formula/couchpotatoserver.rb +++ b/Formula/couchpotatoserver.rb @@ -1,8 +1,8 @@ class Couchpotatoserver < Formula desc "Download movies automatically" homepage "https://couchpota.to" - url "https://github.com/RuudBurger/CouchPotatoServer/archive/build/2.6.1.tar.gz" - sha256 "1e0ab9536d61be39b4ee8f8a988af48fe56a521406fe01fc77deefadebdfb986" + url "https://github.com/RuudBurger/CouchPotatoServer/archive/build/2.6.3.tar.gz" + sha256 "8735adc2c518fb517da916f4e9554dcfbba67d2e640b24fc7acdfa7baa0c78fc" head "https://github.com/RuudBurger/CouchPotatoServer.git" @@ -54,4 +54,8 @@ class Couchpotatoserver < Formula def caveats "CouchPotatoServer defaults to port 5050." end + + test do + system "#{bin}/couchpotatoserver", "--help" + end end