Skip to content

Commit

Permalink
less: Fix checkver
Browse files Browse the repository at this point in the history
Remove autoupdate

#150
  • Loading branch information
Ash258 committed Aug 17, 2020
1 parent d233ee5 commit 898415e
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions bucket/less.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
{
"homepage": "http://www.greenwoodsoftware.com/less/",
"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.",
"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",

"hash": [ "61044f632f5fce2ded86f23db0154d0e87256f840c2930bceeff04db9ee75830", "7cd74ba88d578cd1566c4dd36e869859dae6030fcc9f1dc063145a9d2880151b"],
"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" ],
"autoupdate": {
"url": "https://github.com/jftuga/less-Windows/releases/download/less-v$version/less.exe",
"hash": {
"url": "$url.sha256"
}
"checkver": {
"github": "https://github.com/jftuga/less-Windows",
"regex": "tag/less-v([\\d.]+)"
}
}

0 comments on commit 898415e

Please sign in to comment.