diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/tlsdate.rb | 16 |
1 files changed, 8 insertions, 8 deletions
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 |
