jx: Update to version 3.2.206

This commit is contained in:
Jakub Čábera 2021-10-20 10:06:00 -07:00
parent 406930e4a1
commit ab6375575d
4 changed files with 12 additions and 12 deletions

View File

@ -1,8 +1,8 @@
{
"homepage": "https://elv.sh/",
"description": "An interactive shell and an expressive programming language.",
"license": "BSD-2-Clause",
"version": "0.16.3",
"description": "An interactive shell and an expressive programming language",
"homepage": "https://elv.sh",
"license": "BSD-2-Clause",
"architecture": {
"64bit": {
"url": "https://dl.elv.sh/windows-amd64/elvish-v0.16.3.zip",
@ -13,13 +13,11 @@
"hash": "ff788c204f57df56341ef5cbdfa6687f48257c664a3c3f0a47dc55bcb28504f8"
}
},
"installer": {
"script": "Rename-Item \"$dir\\elvish-v$version.exe\" \"$dir\\elvish.exe\""
},
"pre_install": "Rename-Item \"$dir\\elvish-v$version.exe\" 'elvish.exe'",
"bin": "elvish.exe",
"checkver": {
"url": "https://elv.sh/get/",
"regex": "([\\d.]+) \\(<a href=\"../blog/[\\d.]+-release-notes.html\">Release Note</a>\\)"
"regex": "\\s+([\\d.]+) \\(<a"
},
"autoupdate": {
"architecture": {
@ -29,6 +27,9 @@
"32bit": {
"url": "https://dl.elv.sh/windows-386/elvish-v$version.zip"
}
},
"hash": {
"url": "$url.sha256sum"
}
}
}

View File

@ -10,7 +10,6 @@
}
},
"bin": "ffsend.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {

View File

@ -3,13 +3,13 @@
"description": "Dependency analysis tool. Supports license & vulnerability scanning. Language-agnostic; integrates with 20+ build systems.",
"homepage": "https://github.com/fossas/spectrometer",
"license": "MPL-2.0",
"bin": "fossa.exe",
"architecture": {
"64bit": {
"url": "https://github.com/fossas/spectrometer/releases/download/v2.17.2/fossa_2.17.2_windows_amd64.zip",
"hash": "2464af1a7953748c14a1549b56f7e82ac2aeaef94cf69d3197f696ea260747cc"
}
},
"bin": "fossa.exe",
"checkver": "github",
"autoupdate": {
"architecture": {

View File

@ -1,12 +1,12 @@
{
"version": "3.2.205",
"version": "3.2.206",
"description": "A command line tool for installing and using Jenkins X",
"homepage": "https://github.com/jenkins-x/jx",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/jenkins-x/jx/releases/download/v3.2.205/jx-windows-amd64.zip",
"hash": "5386608842926c090e1ca55ac169690d92854a8a8cb2e0646098979b837db288"
"url": "https://github.com/jenkins-x/jx/releases/download/v3.2.206/jx-windows-amd64.zip",
"hash": "cfe0257bdc318bbd28fddbbe1384aad0e2811cd6feadeeeb72851ddb68b00d23"
}
},
"pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",