drake 1.0.3
Also, set bottle :unneeded. Closes #2056. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
f2ab388c9f
commit
f1a046990b
1 changed files with 5 additions and 11 deletions
|
@ -1,22 +1,16 @@
|
|||
class Drake < Formula
|
||||
desc "Data workflow tool meant to be 'make for data'"
|
||||
homepage "https://github.com/Factual/drake"
|
||||
url "https://raw.githubusercontent.com/Factual/drake/1.0.1/bin/drake-pkg"
|
||||
version "1.0.1"
|
||||
url "https://raw.githubusercontent.com/Factual/drake/1.0.3/bin/drake-pkg"
|
||||
version "1.0.3"
|
||||
sha256 "adeb0bb14dbe39789273c5c766da9a019870f2a491ba1f0c8c328bd9a95711cc"
|
||||
head "https://github.com/Factual/drake.git"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
sha256 "f07b00f62d054877ab1d4084cc6e6aed22c619d601422c9c6410eb08dd581c26" => :el_capitan
|
||||
sha256 "e4ee3af345696cf803595939d098879912dae3e6ba2527609ebd53b6d0f1eae3" => :yosemite
|
||||
sha256 "aecf20701580e0bf885180114d019b0892f9ee108da60a8aba5bc119897a9d13" => :mavericks
|
||||
sha256 "70caad1ee5b8f61aaa9cd62f5ff3f4bd456b4e2fc9a6309c127a45cee4375c76" => :mountain_lion
|
||||
end
|
||||
bottle :unneeded
|
||||
|
||||
resource "jar" do
|
||||
url "https://github.com/Factual/drake/releases/download/1.0.1/drake.jar"
|
||||
sha256 "2d4350fe00c3a591900ab74d3155019fa4d1f1f70559600e3651909ce4d4f2f6"
|
||||
url "https://github.com/Factual/drake/releases/download/1.0.3/drake.jar"
|
||||
sha256 "c9c5b109a900b6f30257425feee7a4e05ef11cc34cf227b04207a2f8645316af"
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue