diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/popt.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/popt.rb b/Library/Formula/popt.rb index fe68e9b45..7b3905f3e 100644 --- a/Library/Formula/popt.rb +++ b/Library/Formula/popt.rb @@ -1,9 +1,9 @@ require 'formula' class Popt <Formula - @url='http://rpm5.org/files/popt/popt-1.14.tar.gz' + @url='http://rpm5.org/files/popt/popt-1.15.tar.gz' @homepage='http://rpm5.org' - @md5='4f90a07316eb825604dd10ae4f9f3f04' + @md5='c61ef795fa450eb692602a661ec8d7f1' def install system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking" |
