Skip to content

Commit

Permalink
neko: use more recent revision to get OS X fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jacknagel committed May 10, 2015
1 parent 2307f7c commit 5c30287
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions Library/Formula/neko.rb
Original file line number Diff line number Diff line change
@@ -1,23 +1,14 @@
require "formula"

class Neko < Formula
homepage "http://nekovm.org"
head "https://github.com/HaxeFoundation/neko.git"
revision 1

stable do
# revision includes recent parameterized build targets for mac. Use a :tag
# on the next release
url "https://github.com/HaxeFoundation/neko.git", :revision => "6ab8f48a8dc62e4d917b599b3d8c8e10f764f839"
version "2.0.0-6ab8f48"
# revision includes recent parameterized build targets for mac. Use a :tag
# on the next release
url "https://github.com/HaxeFoundation/neko.git", :revision => "22c49a89b56b9f106d7162710102e9475227e882"
version "2.0.0-22c49a8"
revision 2

# Revisit with each stable release. Could be a while though.
depends_on MaximumMacOSRequirement => :mavericks
end
head "https://github.com/HaxeFoundation/neko.git"

bottle do
sha1 "3ef70ebed2f81e523da90926ec1900e23a7cfa40" => :mavericks
sha1 "5b42966d7ff146962b8722b41e6ed11ddcbee77c" => :mountain_lion
end

depends_on "bdw-gc"
Expand Down

0 comments on commit 5c30287

Please sign in to comment.