jx: Update to version 3.2.25

This commit is contained in:
Jakub Čábera 2021-04-09 22:09:02 +02:00
parent 4a60947fae
commit b21ebd4db0
6 changed files with 20 additions and 18 deletions

View File

@ -16,7 +16,7 @@
},
"checkver": {
"github": "https://github.com/coin-or/Ipopt",
"regex": "/releases/tag/releases%2F([\\d.]+)"
"regex": "download/releases%2F([\\d.]+)"
},
"autoupdate": {
"architecture": {

View File

@ -1,12 +1,12 @@
{
"version": "3.2.23",
"version": "3.2.25",
"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.23/jx-windows-amd64.zip",
"hash": "6e3fdbc7c6118e6617bddadffeee02d404f60afa7ba15f6fd372df730c9640a2"
"url": "https://github.com/jenkins-x/jx/releases/download/v3.2.25/jx-windows-amd64.zip",
"hash": "dd8ae36d4b16e61aecce8b99a6d87566b9ed03e9a93228f8c7718c1a0469ddde"
}
},
"bin": "jx.exe",

View File

@ -4,15 +4,5 @@
"homepage": "https://github.com/linuxkit/lcow",
"license": "Apache-2.0",
"url": "https://github.com/linuxkit/lcow/releases/download/v4.14.35-v0.3.9/release.zip",
"hash": "9d929afe79b4abd96ffa00841ed0b2178402f773bc85d4f177cdeb339afe44df",
"checkver": {
"github": "https://github.com/linuxkit/lcow",
"regex": "/releases/tag/(v?[\\w.-]+)"
},
"autoupdate": {
"url": "https://github.com/linuxkit/lcow/releases/download/$version/release.zip",
"hash": {
"url": "https://github.com/linuxkit/lcow/releases/tag/$version"
}
}
"hash": "9d929afe79b4abd96ffa00841ed0b2178402f773bc85d4f177cdeb339afe44df"
}

View File

@ -17,7 +17,8 @@
},
"bin": "memcached.exe",
"checkver": {
"github": "https://github.com/nono303/memcached"
"url": "https://raw.githubusercontent.com/nono303/memcached/master/README.md",
"regex": "version\\s+\\[([\\d.]+)\\]"
},
"autoupdate": {
"url": "https://github.com/nono303/memcached/archive/$version.zip",

View File

@ -11,7 +11,8 @@
"bin\\syncany.bat"
],
"checkver": {
"github": "https://github.com/syncany/syncany"
"url": "https://get.syncany.org/dist/releases/?C=M;O=D",
"regex": "syncany-cli-([\\d.]+)-alpha\\.exe"
},
"autoupdate": {
"url": "https://www.syncany.org/dist/releases/syncany-cli-$version-alpha.exe"

View File

@ -11,17 +11,27 @@
"url": "https://github.com/ziglang/zig/releases/download/0.7.1/zig-windows-x86_64-0.7.1.zip",
"hash": "4818a8a65b4672bc52c0ae7f14d014e0eb8caf10f12c0745176820384cea296a",
"extract_dir": "zig-windows-x86_64-0.7.1"
},
"32bit": {
"url": "https://ziglang.org/download/0.7.1/zig-windows-i386-0.7.1.zip",
"hash": "a1b9a7421e13153e07fd2e2c93ff29aad64d83105b8fcdafa633dbe689caf1c0",
"extract_dir": "zig-windows-i386-0.7.1"
}
},
"bin": "zig.exe",
"checkver": {
"github": "https://github.com/zig-lang/zig/"
"url": "https://ziglang.org/download/",
"regex": ">([\\d.]+)</h"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/ziglang/zig/releases/download/$version/zig-windows-x86_64-$version.zip",
"extract_dir": "zig-windows-x86_64-$version"
},
"32bit": {
"url": "https://ziglang.org/download/$version/zig-windows-i386-$version.zip",
"extract_dir": "zig-windows-i386-$version"
}
},
"hash": {