Skip to content

Commit

Permalink
emscripten 1.27.0
Browse files Browse the repository at this point in the history
Version bump.

Closes Homebrew#34455.

Signed-off-by: Jack Nagel <[email protected]>
  • Loading branch information
DomT4 authored and jacknagel committed Nov 26, 2014
1 parent 1c3178c commit 542e1eb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Library/Formula/emscripten.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
require "formula"

class Emscripten < Formula
homepage "http://emscripten.org"
url "https://github.com/kripken/emscripten/archive/1.26.0.tar.gz"
sha1 "6a0ca118d7ee75743e2bbe287446aaa6526d8016"
homepage "https://kripken.github.io/emscripten-site/"
url "https://github.com/kripken/emscripten/archive/1.27.0.tar.gz"
sha1 "82feb97e78b87a159c7382b772f62fe5ba2bd0e2"

bottle do
sha1 "8441e594986a8e78b586654673f9314f2fecb41e" => :yosemite
Expand All @@ -25,13 +25,13 @@ class Emscripten < Formula

stable do
resource "fastcomp" do
url "https://github.com/kripken/emscripten-fastcomp/archive/1.26.0.tar.gz"
sha1 "dc15fc8ace2cd60540244610e3a8f30d270c6cf7"
url "https://github.com/kripken/emscripten-fastcomp/archive/1.27.0.tar.gz"
sha1 "77343ed1206a6407bcaafb901f699d4c5d2c3c83"
end

resource "fastcomp-clang" do
url "https://github.com/kripken/emscripten-fastcomp-clang/archive/1.26.0.tar.gz"
sha1 "4d622e70777ad074f6b1b6171806963e9feb988a"
url "https://github.com/kripken/emscripten-fastcomp-clang/archive/1.27.0.tar.gz"
sha1 "53a4ee4482e79117fdd6979f6e2d80d18e2c9dca"
end
end

Expand Down

0 comments on commit 542e1eb

Please sign in to comment.