mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
kapp: Update to version 0.42.0
This commit is contained in:
parent
d81c2acaeb
commit
d77ff75f1d
@ -2,19 +2,24 @@
|
||||
"version": "0.4.1",
|
||||
"description": "A post-modern modal text editor",
|
||||
"homepage": "https://helix-editor.com",
|
||||
"license": {
|
||||
"identifier": "MPL-2.0",
|
||||
"url": "https://github.com/helix-editor/helix/blob/master/LICENSE"
|
||||
"license": "MPL-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/helix-editor/helix/releases/download/v0.4.1/helix-v0.4.1-x86_64-windows.zip",
|
||||
"hash": "e9ff91d6212abf5daaf31bdf201ef138dc62c2d0628b4b0fe768e8ecb64611d7",
|
||||
"extract_dir": "helix-v0.4.1-x86_64-windows"
|
||||
}
|
||||
},
|
||||
"url": "https://github.com/helix-editor/helix/releases/download/v0.4.1/helix-v0.4.1-x86_64-windows.zip",
|
||||
"hash": "e9ff91d6212abf5daaf31bdf201ef138dc62c2d0628b4b0fe768e8ecb64611d7",
|
||||
"extract_dir": "helix-v0.4.1-x86_64-windows",
|
||||
"bin": "hx.exe",
|
||||
"checkver": {
|
||||
"github": "https://github.com/helix-editor/helix"
|
||||
},
|
||||
"autoupdate": {
|
||||
"url": "https://github.com/helix-editor/helix/releases/download/v$version/helix-v$version-x86_64-windows.zip",
|
||||
"extract_dir": "helix-v$version-x86_64-windows"
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/helix-editor/helix/releases/download/v$version/helix-v$version-x86_64-windows.zip",
|
||||
"extract_dir": "helix-v$version-x86_64-windows"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
{
|
||||
"version": "0.41.0",
|
||||
"version": "0.42.0",
|
||||
"description": "A simple deployment tool focused on the concept of Kubernetes application",
|
||||
"homepage": "https://carvel.dev/kapp/",
|
||||
"license": "Apache-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/vmware-tanzu/carvel-kapp/releases/download/v0.41.0/kapp-windows-amd64.exe#/kapp.exe",
|
||||
"hash": "e4c49cb4ee64e07457088f5870514468cae528de01567172b0cc453150c8f865"
|
||||
"url": "https://github.com/vmware-tanzu/carvel-kapp/releases/download/v0.42.0/kapp-windows-amd64.exe#/kapp.exe",
|
||||
"hash": "3c01ac792609ed1a255b1ce25c0c67728131649b39d7e262196b5b8347d9b94a"
|
||||
}
|
||||
},
|
||||
"bin": "kapp.exe",
|
||||
|
||||
@ -8,10 +8,6 @@
|
||||
"If you see a message that VCRUNTIME140.dll was not found, you need to install vcredist2019",
|
||||
"See https://github.com/oracle/graal/issues/1762 for more information."
|
||||
],
|
||||
"url": "https://github.com/mvndaemon/mvnd/releases/download/0.6.0/mvnd-0.6.0-windows-amd64.zip",
|
||||
"hash": "51e8c68221653fa9b7dc8b64171b8178d41a4f27c0d1c76e7735821635ac7709",
|
||||
"extract_dir": "mvnd-0.6.0-windows-amd64",
|
||||
"env_add_path": "bin",
|
||||
"suggest": {
|
||||
"JDK": [
|
||||
"java/oraclejdk",
|
||||
@ -19,9 +15,24 @@
|
||||
],
|
||||
"vcredist": "extras/vcredist2019"
|
||||
},
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/mvndaemon/mvnd/releases/download/0.6.0/mvnd-0.6.0-windows-amd64.zip",
|
||||
"hash": "51e8c68221653fa9b7dc8b64171b8178d41a4f27c0d1c76e7735821635ac7709",
|
||||
"extract_dir": "mvnd-0.6.0-windows-amd64"
|
||||
}
|
||||
},
|
||||
"env_add_path": "bin",
|
||||
"checkver": "github",
|
||||
"autoupdate": {
|
||||
"url": "https://github.com/mvndaemon/mvnd/releases/download/$version/mvnd-$version-windows-amd64.zip",
|
||||
"extract_dir": "mvnd-$version-windows-amd64"
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/mvndaemon/mvnd/releases/download/$version/mvnd-$version-windows-amd64.zip",
|
||||
"extract_dir": "mvnd-$version-windows-amd64"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
"url": "$url.sha256"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"version": "1.0.0",
|
||||
"description": "TUI Client for Torrent Paradise",
|
||||
"homepage": "https://github.com/varbhat/torpar",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"license": "GPL-3.0-only",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/varbhat/torpar/releases/download/v1.0.0/torpar-win-amd64.exe#/torpar.exe",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user