Skip to content

Commit

Permalink
nzbget 13.0
Browse files Browse the repository at this point in the history
Update to latest stable release, change homepage, change single quotes
to double.

Closes Homebrew/legacy-homebrew#31004.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
Noctem authored and jacknagel committed Jul 21, 2014
1 parent 2ca6bdf commit b916a3d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Formula/nzbget.rb
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
require 'formula'
require "formula"

class Nzbget < Formula
homepage 'http://sourceforge.net/projects/nzbget/'
url 'https://downloads.sourceforge.net/project/nzbget/nzbget-stable/12.0/nzbget-12.0.tar.gz'
sha1 'b7f3037ca664f09c28ab359cf6091d876d63ba5f'
homepage "http://nzbget.net/"
url "https://downloads.sourceforge.net/project/nzbget/nzbget-stable/13.0/nzbget-13.0.tar.gz"
sha1 "dc321ed59f47755bc910cf859f18dab0bf0cc7ff"

head 'https://nzbget.svn.sourceforge.net/svnroot/nzbget/trunk'
head "https://nzbget.svn.sourceforge.net/svnroot/nzbget/trunk"

depends_on 'pkg-config' => :build
depends_on 'libsigc++'
depends_on "pkg-config" => :build
depends_on "libsigc++"

fails_with :clang do
build 500
Expand Down

0 comments on commit b916a3d

Please sign in to comment.