Skip to content

Commit da68357

Browse files
committed
cloc 2.06
1 parent 7b286e9 commit da68357

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/c/cloc.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Cloc < Formula
22
desc "Statistics utility to count lines of code"
33
homepage "https://github.com/AlDanial/cloc/"
4-
url "https://github.com/AlDanial/cloc/archive/refs/tags/v2.04.tar.gz"
5-
sha256 "3e6f25000d920fdee1a57575c185236286ab5e05fda7b6ab2e36c34f1bb6afbc"
4+
url "https://github.com/AlDanial/cloc/archive/refs/tags/v2.06.tar.gz"
5+
sha256 "10d78427fda66aaa10ec733adb03d910c49376fe9068aacebb17aa657a7a3a05"
66
license "GPL-2.0-or-later"
77
head "https://github.com/AlDanial/cloc.git", branch: "master"
88

0 commit comments

Comments
 (0)