genders: add 1.20 bottle.
This commit is contained in:
parent
bd00a8560f
commit
0b42742ba7
1 changed files with 7 additions and 0 deletions
|
@ -4,6 +4,13 @@ class Genders < Formula
|
|||
url "https://downloads.sourceforge.net/project/genders/genders/1.20-1/genders-1.20.tar.gz"
|
||||
sha256 "374ef2833ad53ea9ca4ccbabd7a66d77ab0b46785e299c0e64f95577eed96ac9"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
sha256 "f079371f0806c6cca9cb8494636dc20ff07b67ac6e236df955a9e4955389e999" => :el_capitan
|
||||
sha256 "116ea2ec83b058a2f22f379c769b09af58548fae4dbf72129e7c25a0fd030bb7" => :yosemite
|
||||
sha256 "a10c47616878f37541875643e1bc54e50b95d839f72277041ffbc269bce75c17" => :mavericks
|
||||
end
|
||||
|
||||
option "with-non-shortened-hostnames", "Allow non shortened hostnames that can include dots e.g. www.google.com"
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue