utimer: update URLs

Closes Homebrew/homebrew#37533.
This commit is contained in:
Jack Nagel 2015-05-01 20:55:37 -04:00
parent e52decf21a
commit 543c70cd67

View file

@ -1,9 +1,7 @@
require "formula"
class Utimer < Formula
homepage "http://utimer.codealpha.net/utimer/"
url "http://utimer.codealpha.net/dl.php?file=utimer-0.4.tar.gz"
sha1 "b9590ef4ff6bb8ecf64bb703f50f1bfeddf3fbdd"
homepage "https://launchpad.net/utimer"
url "https://launchpad.net/utimer/0.4/0.4/+download/utimer-0.4.tar.gz"
sha256 "07a9d28e15155a10b7e6b22af05c84c878d95be782b6b0afaadec2f7884aa0f7"
depends_on "pkg-config" => :build
depends_on "intltool" => :build
@ -14,6 +12,6 @@ class Utimer < Formula
system "./configure", "--disable-debug",
"--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make install"
system "make", "install"
end
end