Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
cloc 1.66
Browse files Browse the repository at this point in the history
cloc: v1.66 upgrade

Closes #49409.

Signed-off-by: Tomasz Pajor <tomek@polishgeeks.com>
  • Loading branch information
syscrusher authored and nijikon committed Feb 22, 2016
1 parent 9e05bd3 commit c696509
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Library/Formula/cloc.rb
@@ -1,14 +1,12 @@
class Cloc < Formula
desc "Statistics utility to count lines of code"
homepage "https://github.com/AlDanial/cloc/"
url "https://github.com/AlDanial/cloc/archive/1.64.tar.gz"
sha256 "4ebac0ee3124df0c5394410f6803ed2b4f82de9035f62a0b89d8ce54e0726709"
url "https://github.com/AlDanial/cloc/archive/v1.66.tar.gz"
sha256 "6d8b5e9fac8934478a0fd815f60d814b93d4a12344c4820f5b47a55048b21d53"
head "https://github.com/AlDanial/cloc.git"

bottle :unneeded

def install
bin.install "cloc"
system "make", "-C", "Unix", "prefix=#{prefix}", "install"
end

test do
Expand Down

0 comments on commit c696509

Please sign in to comment.