From 800842eec1d9633ee95c5e003e5a8813eeae0739 Mon Sep 17 00:00:00 2001 From: Brett Koonce Date: Tue, 23 Sep 2014 18:37:16 -0700 Subject: tlsdate 0.0.8 Closes #32585. --- Library/Formula/tlsdate.rb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/tlsdate.rb b/Library/Formula/tlsdate.rb index 992b903d4..8b0c2b89d 100644 --- a/Library/Formula/tlsdate.rb +++ b/Library/Formula/tlsdate.rb @@ -1,10 +1,10 @@ -require 'formula' +require "formula" class Tlsdate < Formula - homepage 'https://www.github.com/ioerror/tlsdate/' - head 'https://github.com/ioerror/tlsdate.git' - url 'https://github.com/ioerror/tlsdate/archive/tlsdate-0.0.7.tar.gz' - sha1 '572ecdd4aa69f9bbcca47f9b12dcd22260838313' + homepage "https://www.github.com/ioerror/tlsdate/" + head "https://github.com/ioerror/tlsdate.git" + url "https://github.com/ioerror/tlsdate/archive/tlsdate-0.0.8.tar.gz" + sha1 "9de7c712ba21b61b06c130fe0e68fd6fdd3ab4aa" depends_on "autoconf" => :build depends_on "automake" => :build @@ -12,9 +12,9 @@ class Tlsdate < Formula depends_on "pkg-config" => :build def install - system './autogen.sh' - system './configure', '--disable-dependency-tracking', "--prefix=#{prefix}" - system 'make', 'install' + system "./autogen.sh" + system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" + system "make", "install" end test do -- cgit v1.2.3