griffon: Update to 0.9.5
Closes Homebrew/homebrew#12003. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
This commit is contained in:
parent
48789c81e1
commit
dc755a77fc
1 changed files with 3 additions and 3 deletions
|
@ -2,13 +2,13 @@ require 'formula'
|
|||
|
||||
class Griffon < Formula
|
||||
homepage 'http://griffon.codehaus.org/'
|
||||
url 'http://dist.codehaus.org/griffon/griffon/0.9.x/griffon-0.9.4-bin.tgz'
|
||||
md5 'e3f7972462d47f30a2e7d3893b360489'
|
||||
url 'http://dist.codehaus.org/griffon/griffon/0.9.x/griffon-0.9.5-bin.tgz'
|
||||
md5 '2f3f579e09c8460e7265e567582a49cc'
|
||||
|
||||
def install
|
||||
rm_f Dir["bin/*.bat"]
|
||||
|
||||
prefix.install %w[LICENSE README]
|
||||
prefix.install %w[LICENSE README.md]
|
||||
libexec.install Dir['*']
|
||||
bin.install_symlink Dir["#{libexec}/bin/*"]
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue