cloc: add version 1.80 (#10029)
This commit is contained in:
parent
060d1944d4
commit
0009854e33
@ -13,6 +13,9 @@ class Cloc(Package):
|
|||||||
homepage = "https://github.com/AlDanial/cloc/"
|
homepage = "https://github.com/AlDanial/cloc/"
|
||||||
url = "https://github.com/AlDanial/cloc/releases/download/1.74/cloc-1.74.tar.gz"
|
url = "https://github.com/AlDanial/cloc/releases/download/1.74/cloc-1.74.tar.gz"
|
||||||
|
|
||||||
|
# cloc versions have an inconsistent URL scheme
|
||||||
|
version('1.80', sha256='082f53530eee3f9ee84ec449eca59a77ff114250cd7daf9519679537b5b21d67',
|
||||||
|
url="https://github.com/AlDanial/cloc/releases/download/v1.80/cloc-1.80.tar.gz")
|
||||||
version('1.74', '1372da13a83862c186aa0b6b0c9b86f5')
|
version('1.74', '1372da13a83862c186aa0b6b0c9b86f5')
|
||||||
|
|
||||||
depends_on('perl')
|
depends_on('perl')
|
||||||
|
Loading…
Reference in New Issue
Block a user