lgogdownloader: add 3.2 bottle.
This commit is contained in:
parent
281476223d
commit
6d7898b33e
1 changed files with 7 additions and 0 deletions
|
@ -4,6 +4,13 @@ class Lgogdownloader < Formula
|
|||
url "https://sites.google.com/site/gogdownloader/lgogdownloader-3.2.tar.gz"
|
||||
sha256 "9e60af50c18533884ca317778b291152d5f04d93dfd3dc2579f6f965538b2031"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
sha256 "99f22460fa9b209cd94e4aeb9d387dc6ad14089e7576cf6a00829be6dc29feb7" => :high_sierra
|
||||
sha256 "f4217a423e5cb8ea853573e9c21dd41c7c177c5ed29fd762c069c18daf0e5595" => :sierra
|
||||
sha256 "8cac52af514efb33ebd3e239aed25c9a3db40920e3607f8830ace559f72ebb93" => :el_capitan
|
||||
end
|
||||
|
||||
depends_on "cmake" => :build
|
||||
depends_on "help2man" => :build
|
||||
depends_on "pkg-config" => :build
|
||||
|
|
Loading…
Reference in a new issue