cloc: add 1.64 bottle.
This commit is contained in:
parent
956f0ca823
commit
4b12d047fb
1 changed files with 7 additions and 0 deletions
|
@ -4,6 +4,13 @@ class Cloc < Formula
|
|||
url "https://downloads.sourceforge.net/project/cloc/cloc/v1.64/cloc-1.64.pl"
|
||||
sha256 "79edea7ea1f442b1632001e23418193ae4571810e60de8bd25e491036d60eb3d"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
sha256 "fd5ed31f8080c52f4db1f997e02173cc20f83adf671adcdac1cb42cc2c0e48fe" => :yosemite
|
||||
sha256 "56fc9b2baf7a18d1232640b0b6bdf2c0e63db11a27281504e13ce47684d253b3" => :mavericks
|
||||
sha256 "a4c159ceb7f5f67d7925864a8e4f31e2c43fe2dee356afdf931ebc1000ca11a3" => :mountain_lion
|
||||
end
|
||||
|
||||
def install
|
||||
bin.install "cloc-#{version}.pl" => "cloc"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue