peg: Update to 0.1.9
Closes Homebrew/homebrew#12037. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
This commit is contained in:
parent
1052596dbc
commit
605d8dfc5e
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Peg < Formula
|
||||
homepage 'http://piumarta.com/software/peg/'
|
||||
url 'http://piumarta.com/software/peg/peg-0.1.7.tar.gz'
|
||||
md5 'e68a7b8d9ae11275242e84abd86c3258'
|
||||
url 'http://piumarta.com/software/peg/peg-0.1.9.tar.gz'
|
||||
md5 '26888aff55d5578b8eb2b3f42c4ed587'
|
||||
|
||||
def install
|
||||
system "make all"
|
||||
|
|
Loading…
Reference in a new issue