gosu 0.10.2

This commit is contained in:
Adam Vandenberg 2013-11-30 12:01:26 -08:00
parent a6185f4ca8
commit ec3413c5f1

View file

@ -2,12 +2,13 @@ require 'formula'
class Gosu < Formula
homepage 'http://gosu-lang.org/'
url 'http://gosu-lang.org/nexus/content/repositories/gosu/org/gosu-lang/gosu/gosu/0.10.1/gosu-0.10.1-full.tar.gz'
sha1 'c2e2197cc67e74d6de2076a5c859fcae7156af0b'
url 'http://gosu-lang.org/nexus/content/repositories/gosu/org/gosu-lang/gosu/gosu/0.10.2/gosu-0.10.2-full.tar.gz'
sha1 '8ca0afa29049669df2ab3f335bf6a6a05e0936f5'
def install
rm "bin/gosu.cmd"
touch "ext/.anchor"
prefix.install Dir['*']
libexec.install Dir['*']
bin.install_symlink libexec/'bin/gosu'
end
end