Jakub Čábera 898415e214 less: Fix checkver
Remove autoupdate

#150
2020-08-17 09:54:24 +02:00

23 lines
845 B
JSON

{
"version": "562.0",
"description": "A terminal pager program used to view (but not change) the contents of a text file one screen at a time, similar to the 'more' command.",
"homepage": "http://www.greenwoodsoftware.com/less/",
"license": "GPL-3.0-only|BSD-3-Clause",
"url": [
"https://github.com/jftuga/less-Windows/releases/download/less-v562.0/less.exe",
"https://github.com/jftuga/less-Windows/releases/download/less-v562.0/lesskey.exe"
],
"hash": [
"61044f632f5fce2ded86f23db0154d0e87256f840c2930bceeff04db9ee75830",
"7cd74ba88d578cd1566c4dd36e869859dae6030fcc9f1dc063145a9d2880151b"
],
"bin": [
"less.exe",
"lesskey.exe"
],
"checkver": {
"github": "https://github.com/jftuga/less-Windows",
"regex": "tag/less-v([\\d.]+)"
}
}