Skip to content

Commit

Permalink
dante 1.4.1
Browse files Browse the repository at this point in the history
Version bump.

Closes Homebrew/legacy-homebrew#34691.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  • Loading branch information
DomT4 authored and MikeMcQuaid committed Dec 5, 2014
1 parent 429d2a7 commit 50bd900
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions Formula/dante.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@

class Dante < Formula
homepage "http://www.inet.no/dante/"
url "http://www.inet.no/dante/files/dante-1.4.0.tar.gz"
sha1 "3bb6978e3600f5117c54ab5f2b7307dddfd9bce8"
url "http://www.inet.no/dante/files/dante-1.4.1.tar.gz"
mirror "ftp://ftp.inet.no/pub/socks/dante-1.4.1.tar.gz"
sha1 "17ded4322d78b7b031da23cd4e03dbb14f397d71"

depends_on "miniupnpc" => :optional

bottle do
cellar :any
Expand All @@ -16,11 +19,12 @@ def install
system "./configure", "--disable-debug",
"--disable-dependency-tracking",
"--disable-silent-rules",
"--prefix=#{prefix}"
"--prefix=#{prefix}",
"--sysconfdir=#{etc}/dante"
system "make", "install"
end

test do
system "#{bin}/socksify"
system "#{sbin}/sockd", "-v"
end
end

0 comments on commit 50bd900

Please sign in to comment.