From 34e66ec0105f6b2379a46eb6cf5878fa1393ef51 Mon Sep 17 00:00:00 2001 From: Brett Koonce Date: Mon, 16 Jun 2014 23:51:19 -0700 Subject: xmlstarlet 1.6.0 Closes #30216. --- Library/Formula/xmlstarlet.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Library') diff --git a/Library/Formula/xmlstarlet.rb b/Library/Formula/xmlstarlet.rb index ceb3b2945..3a355071a 100644 --- a/Library/Formula/xmlstarlet.rb +++ b/Library/Formula/xmlstarlet.rb @@ -1,9 +1,9 @@ -require 'formula' +require "formula" class Xmlstarlet < Formula - homepage 'http://xmlstar.sourceforge.net/' - url 'https://downloads.sourceforge.net/project/xmlstar/xmlstarlet/1.5.0/xmlstarlet-1.5.0.tar.gz' - sha1 '1490f93fa04ee9636a5879e441a9d29dd63229f1' + homepage "http://xmlstar.sourceforge.net/" + url "https://downloads.sourceforge.net/project/xmlstar/xmlstarlet/1.6.0/xmlstarlet-1.6.0.tar.gz" + sha1 "30ce6291cebac85a4b36ddabae6cf82c9c4eadf7" def install system "./configure", "--disable-dependency-tracking", -- cgit v1.2.3