popt: version update to 1.16
This commit is contained in:
parent
731d63e3ea
commit
dacdaf9795
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
require 'formula'
|
||||
|
||||
class Popt <Formula
|
||||
@url='http://rpm5.org/files/popt/popt-1.15.tar.gz'
|
||||
@homepage='http://rpm5.org'
|
||||
@md5='c61ef795fa450eb692602a661ec8d7f1'
|
||||
url 'http://rpm5.org/files/popt/popt-1.16.tar.gz'
|
||||
homepage 'http://rpm5.org'
|
||||
md5 '3743beefa3dd6247a73f8f7a32c14c33'
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
|
||||
|
|
Loading…
Reference in a new issue