wabt 1.0.13
wabt: use git Closes #49143. Signed-off-by: Thierry Moisan <thierry.moisan@gmail.com>
This commit is contained in:
parent
dc0fdae368
commit
e0af49d0e3
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
|||
class Wabt < Formula
|
||||
desc "Web Assembly Binary Toolkit"
|
||||
homepage "https://github.com/WebAssembly/wabt"
|
||||
url "https://github.com/WebAssembly/wabt/archive/1.0.12.tar.gz"
|
||||
sha256 "5333949ed4ae63808afa0d1f7d627cd7485ebeec339590571e5f2cb21e304f79"
|
||||
url "https://github.com/WebAssembly/wabt.git",
|
||||
:tag => "1.0.13",
|
||||
:revision => "7c80d05e37dc02870c680869ae3f04ac6d9637ee"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
|
|
Loading…
Reference in a new issue