gti: fix audit warning

This commit is contained in:
Adam Vandenberg 2012-08-26 22:55:12 -07:00
parent 190e6a425a
commit 6318e9af26

View file

@ -5,7 +5,7 @@ class Gti < Formula
url 'https://github.com/rwos/gti/tarball/v1.0.3'
sha1 '53ccd11466af6b859e5ec2ceec30f39bdc50c451'
head 'git://github.com/rwos/gti.git'
head 'https://github.com/rwos/gti.git'
def install
system 'make', "CC=#{ENV.cc}", "CFLAGS=#{ENV.cflags}"