dumb: add 0.9.3 bottle.
This commit is contained in:
parent
4b1a6f1699
commit
d5cd0980cc
1 changed files with 7 additions and 0 deletions
|
@ -4,6 +4,13 @@ class Dumb < Formula
|
|||
url "https://downloads.sourceforge.net/project/dumb/dumb/0.9.3/dumb-0.9.3.tar.gz"
|
||||
sha256 "8d44fbc9e57f3bac9f761c3b12ce102d47d717f0dd846657fb988e0bb5d1ea33"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
sha256 "d2352df11bee735e963b887609578ec1b3acf0e07748385f472a6add0e1cd2b6" => :el_capitan
|
||||
sha256 "317ac8139d8efb03022bb4f9a76ad61f2358570680563924d13229c52b282dff" => :yosemite
|
||||
sha256 "ee41051ed609807bfb8ce774fa614869db6bdd0fe9a307f6f2cb89f99e9db78e" => :mavericks
|
||||
end
|
||||
|
||||
def install
|
||||
(buildpath/"make/config.txt").write <<-EOS.undent
|
||||
include make/unix.inc
|
||||
|
|
Loading…
Reference in a new issue