xorriso 1.3.6.pl01

Update to latest stable release, change single quotes to double, use
HTTPS on homepage and mirror.

Closes Homebrew/homebrew#29924.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
David Christenson 2014-06-05 21:33:33 -06:00 committed by Jack Nagel
parent 49f8dc2e24
commit 1702d28e18
1 changed files with 5 additions and 5 deletions

View File

@ -1,10 +1,10 @@
require 'formula'
require "formula"
class Xorriso < Formula
homepage 'http://www.gnu.org/software/xorriso/'
url 'http://ftpmirror.gnu.org/xorriso/xorriso-1.3.4.tar.gz'
mirror 'http://ftp.gnu.org/gnu/xorriso/xorriso-1.3.4.tar.gz'
sha1 '2478393074b821c26dbadd294158b858054d5038'
homepage "https://www.gnu.org/software/xorriso/"
url "http://ftpmirror.gnu.org/xorriso/xorriso-1.3.6.pl01.tar.gz"
mirror "https://ftp.gnu.org/gnu/xorriso/xorriso-1.3.6.pl01.tar.gz"
sha1 "b9d8f38726993e707c7bb512c73e591644905e9c"
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",