cloc: URLs are now consistent (#10068)
Fixed in upstream: https://github.com/AlDanial/cloc/issues/352
This commit is contained in:
parent
8f0fc259c8
commit
2670823c1e
1 changed files with 1 additions and 3 deletions
|
@ -13,9 +13,7 @@ class Cloc(Package):
|
|||
homepage = "https://github.com/AlDanial/cloc/"
|
||||
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.80', sha256='082f53530eee3f9ee84ec449eca59a77ff114250cd7daf9519679537b5b21d67')
|
||||
version('1.74', '1372da13a83862c186aa0b6b0c9b86f5')
|
||||
|
||||
depends_on('perl')
|
||||
|
|
Loading…
Reference in a new issue