cloc: Fix URL (#2885)

This commit is contained in:
Andreas Maechler 2018-12-13 14:56:51 -07:00 committed by Richard Kuhnt
parent edce7d81da
commit 8ab78dcee6

View File

@ -3,13 +3,13 @@
"description": "Counts blank lines, comment lines, and physical lines of source code in many programming languages", "description": "Counts blank lines, comment lines, and physical lines of source code in many programming languages",
"version": "1.80", "version": "1.80",
"license": "GPL-2.0", "license": "GPL-2.0",
"url": "https://github.com/AlDanial/cloc/releases/download/v1.80/cloc-1.80.exe#/cloc.exe", "url": "https://github.com/AlDanial/cloc/releases/download/1.80/cloc-1.80.exe#/cloc.exe",
"hash": "9e547b01c946aa818ffad43b9ebaf05d3da08ed6ca876ef2b6847be3bf1cf8be", "hash": "9e547b01c946aa818ffad43b9ebaf05d3da08ed6ca876ef2b6847be3bf1cf8be",
"bin": "cloc.exe", "bin": "cloc.exe",
"checkver": { "checkver": {
"github": "https://github.com/AlDanial/cloc" "github": "https://github.com/AlDanial/cloc"
}, },
"autoupdate": { "autoupdate": {
"url": "https://github.com/AlDanial/cloc/releases/download/v$version/cloc-$version.exe#/cloc.exe" "url": "https://github.com/AlDanial/cloc/releases/download/$version/cloc-$version.exe#/cloc.exe"
} }
} }