mirror of
https://gitlab.com/qemu-project/capstone.git
synced 2025-09-17 02:01:15 +08:00
package: update Brew to 3.0.1
This commit is contained in:
@ -2,15 +2,14 @@ require "formula"
|
|||||||
|
|
||||||
class Capstone < Formula
|
class Capstone < Formula
|
||||||
homepage "http://capstone-engine.org"
|
homepage "http://capstone-engine.org"
|
||||||
url "http://capstone-engine.org/download/3.0/capstone-3.0.tgz"
|
url "http://capstone-engine.org/download/3.0.1/capstone-3.0.1.tgz"
|
||||||
sha1 "26e591b8323ed3f6e92637d7ee953cb505687efa"
|
sha1 "7f206c853c6b8d05de22e919c2455ab661654093"
|
||||||
revision 1
|
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
cellar :any
|
cellar :any
|
||||||
sha1 "ab195b7884a37afc24ea36a8d0e722bb95e19045" => :yosemite
|
sha1 "319b41766dd67e3017b83b1ce3df3cc81e6feb6a" => :yosemite
|
||||||
sha1 "36b3f1d91609bd23fc48fc3fe594ce775635e119" => :mavericks
|
sha1 "4f1bbe6b886c174924b1996aac7ed8d9850ff773" => :mavericks
|
||||||
sha1 "22dc40e9afc3037a0312f22ae8324395459063dc" => :mountain_lion
|
sha1 "5a73b99066037a6270f550e07bee8cbcb8e30a2c" => :mountain_lion
|
||||||
end
|
end
|
||||||
|
|
||||||
def install
|
def install
|
||||||
|
Reference in New Issue
Block a user