diff options
| author | Igor Zubkov | 2010-05-11 21:35:00 +0300 |
|---|---|---|
| committer | Adam Vandenberg | 2010-05-12 07:14:39 -0700 |
| commit | b14e63a506835552d0719c26b09364752ed10c1e (patch) | |
| tree | 64e4583c58b9510d7557f20606a9b46c6e1cefc7 /Library/Formula | |
| parent | f257bf962e3311d39d1fe9b8fb8d29cc04a6ffca (diff) | |
| download | homebrew-b14e63a506835552d0719c26b09364752ed10c1e.tar.bz2 | |
update webkit2png to 0.5 from git and add md5 to formula
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/webkit2png.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/webkit2png.rb b/Library/Formula/webkit2png.rb index 0577dfe79..afd421384 100644 --- a/Library/Formula/webkit2png.rb +++ b/Library/Formula/webkit2png.rb @@ -1,9 +1,10 @@ require 'formula' class Webkit2png <Formula - head 'git://github.com/paulhammond/webkit2png.git' + url 'http://github.com/paulhammond/webkit2png/tarball/9c4265a82ebfcec200fca8de39fb970e5aae0a3d' + version '0.5' homepage 'http://www.paulhammond.org/webkit2png/' - md5 '' + sha1 '1112d3f7e5fac5e1bfef11f38626d09536957310' def install bin.install 'webkit2png' |
