cloc: add version 1.80 (#10029)

This commit is contained in:
Matthias Diener 2018-12-05 18:55:27 -06:00 committed by Adam J. Stewart
parent 060d1944d4
commit 0009854e33

View File

@ -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')