couchpotato 2.6.3
Closes Homebrew/homebrew#42466. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
8bf109210c
commit
88a0c01ab8
1 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue