We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b286e9 commit da68357Copy full SHA for da68357
Formula/c/cloc.rb
@@ -1,8 +1,8 @@
1
class Cloc < Formula
2
desc "Statistics utility to count lines of code"
3
homepage "https://github.com/AlDanial/cloc/"
4
- url "https://github.com/AlDanial/cloc/archive/refs/tags/v2.04.tar.gz"
5
- sha256 "3e6f25000d920fdee1a57575c185236286ab5e05fda7b6ab2e36c34f1bb6afbc"
+ url "https://github.com/AlDanial/cloc/archive/refs/tags/v2.06.tar.gz"
+ sha256 "10d78427fda66aaa10ec733adb03d910c49376fe9068aacebb17aa657a7a3a05"
6
license "GPL-2.0-or-later"
7
head "https://github.com/AlDanial/cloc.git", branch: "master"
8
0 commit comments