Skip to content

Commit

Permalink
less-beta: Add version 658 (#1797)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcunha authored Jun 24, 2024
1 parent 1799455 commit 666f99a
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions bucket/less-beta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"version": "658",
"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": "https://www.greenwoodsoftware.com/less/",
"license": "GPL-3.0-only|BSD-3-Clause",
"architecture": {
"64bit": {
"url": "https://github.com/mcunha/less-beta-Windows/releases/download/less-v658/less-x64.zip",
"hash": "a84b909a8c09ad6e52d69ad4dc2c5d45f98bc74294850dad890c6ac39ab1e6e7"
},
"32bit": {
"url": "https://github.com/mcunha/less-beta-Windows/releases/download/less-v658/less-x86.zip",
"hash": "4cba7f28c58d6e40bc32d6863deed66cf82b3eb0ee9849db2c63511d05d44bf0"
},
"arm64": {
"url": "https://github.com/mcunha/less-beta-Windows/releases/download/less-v658/less-arm64.zip",
"hash": "15f56cde7e2496a818be8f11aba3b79064cac2405ce5e9671ba359ec9789b1bd"
}
},
"bin": [
"less.exe",
"lesskey.exe"
],
"checkver": {
"github": "https://github.com/mcunha/less-beta-Windows",
"regex": "tag/less-v([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/mcunha/less-beta-Windows/releases/download/less-v$version/less-x64.zip"
},
"32bit": {
"url": "https://github.com/mcunha/less-beta-Windows/releases/download/less-v$version/less-x86.zip"
},
"arm64": {
"url": "https://github.com/mcunha/less-beta-Windows/releases/download/less-v$version/less-arm64.zip"
}
}
}
}

0 comments on commit 666f99a

Please sign in to comment.