diff --git a/Formula/peg.rb b/Formula/peg.rb index 935a4cec6e6..87707050750 100644 --- a/Formula/peg.rb +++ b/Formula/peg.rb @@ -2,12 +2,12 @@ require 'formula' class Peg < Formula homepage 'http://piumarta.com/software/peg/' - url 'http://piumarta.com/software/peg/peg-0.1.9.tar.gz' - sha1 '40a3dd06264fef8aaaedcc88f198c0641bf4190d' + url 'http://piumarta.com/software/peg/peg-0.1.13.tar.gz' + sha1 'ecf33104907ed18339395874245a6a0bd2b4f515' def install system "make all" bin.install %w[peg leg] - man1.install gzip("peg.1") + man1.install gzip("src/peg.1") end end