winexe: add 1.00 bottle.
This commit is contained in:
parent
f67181d377
commit
b5b1a6ea0b
1 changed files with 7 additions and 0 deletions
|
@ -4,6 +4,13 @@ class Winexe < Formula
|
|||
url "https://downloads.sourceforge.net/project/winexe/winexe-1.00.tar.gz"
|
||||
sha256 "99238bd3e1c0637041c737c86a05bd73a9375abc9794dca71d2765e22d87537e"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
sha256 "58080b3729c9b261a65c7db2072ec867176bfd6a802c23f9b343feb44592789a" => :el_capitan
|
||||
sha256 "fa7654ed5641e517a658fe8852a9ee5459acca047518c433d989f1aef69a7a6d" => :yosemite
|
||||
sha256 "32261fefc9c9fd32e91ddb0776d6e43dcdda32b958f9382a8d784972ba09eb3e" => :mavericks
|
||||
end
|
||||
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "autoconf" => :build
|
||||
|
||||
|
|
Loading…
Reference in a new issue