mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
govc: Update to version 0.27.1
This commit is contained in:
parent
53ef974089
commit
f65f153e91
@ -1,8 +1,8 @@
|
||||
{
|
||||
"version": "0.4.1",
|
||||
"description": "Load testing and DDOS attack simulation tool",
|
||||
"homepage": "https://ddosify.com/",
|
||||
"license": "AGPL-3.0",
|
||||
"homepage": "https://ddosify.com",
|
||||
"license": "AGPL-3.0-only",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/ddosify/ddosify/releases/download/v0.4.1/ddosify_0.4.1_windows_amd64.zip",
|
||||
|
||||
@ -1,13 +1,21 @@
|
||||
{
|
||||
"version": "9.20.0",
|
||||
"description": "Firebase command line tools",
|
||||
"description": "Test, manage, and deploy Firebase project from the command line",
|
||||
"homepage": "https://github.com/firebase/firebase-tools",
|
||||
"license": "MIT",
|
||||
"url": "https://github.com/firebase/firebase-tools/releases/download/v9.20.0/firebase-tools-win.exe#/firebase.exe",
|
||||
"hash": "2ebbffc9415ad048c9a5cce0ad5bf3be4d2abc93d8095bca117c36723cafcabd",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/firebase/firebase-tools/releases/download/v9.20.0/firebase-tools-win.exe#/firebase.exe",
|
||||
"hash": "2ebbffc9415ad048c9a5cce0ad5bf3be4d2abc93d8095bca117c36723cafcabd"
|
||||
}
|
||||
},
|
||||
"bin": "firebase.exe",
|
||||
"checkver": "github",
|
||||
"autoupdate": {
|
||||
"url": "https://github.com/firebase/firebase-tools/releases/download/v$version/firebase-tools-win.exe#/firebase.exe"
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/firebase/firebase-tools/releases/download/v$version/firebase-tools-win.exe#/firebase.exe"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -3,7 +3,6 @@
|
||||
"description": "A task runner / simpler Make alternative written in Go",
|
||||
"homepage": "https://taskfile.dev/",
|
||||
"license": "MIT",
|
||||
"bin": "task.exe",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/go-task/task/releases/download/v3.9.0/task_windows_amd64.zip",
|
||||
@ -14,8 +13,9 @@
|
||||
"hash": "aad0c5b65b02e3df19035ad5eba4570b5d495c8acf2bd101e9c078fff9ae53c7"
|
||||
}
|
||||
},
|
||||
"bin": "task.exe",
|
||||
"checkver": {
|
||||
"github": "https://github.com/go-task/task/"
|
||||
"github": "https://github.com/go-task/task"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
@ -27,7 +27,7 @@
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
"url": "https://github.com/go-task/task/releases/download/v$version/task_checksums.txt"
|
||||
"url": "$baseurl/task_checksums.txt"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
{
|
||||
"version": "0.27.0",
|
||||
"version": "0.27.1",
|
||||
"description": "A vSphere CLI built on top of govmomi",
|
||||
"homepage": "https://github.com/vmware/govmomi",
|
||||
"license": "Apache-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/vmware/govmomi/releases/download/v0.27.0/govc_Windows_x86_64.zip",
|
||||
"hash": "9dba74a8d2ae7b4e0238132e4d856e62f5b015f6afb67a157157c0a1ad2d30e6"
|
||||
"url": "https://github.com/vmware/govmomi/releases/download/v0.27.1/govc_Windows_x86_64.zip",
|
||||
"hash": "0623b8c9764f3527f7da67106ff6baeca726702e244ce2fc4fbc4c60ca37db77"
|
||||
}
|
||||
},
|
||||
"bin": "govc.exe",
|
||||
|
||||
@ -3,14 +3,22 @@
|
||||
"description": "Utility to get from zero to KUBECONFIG with k3s on any local or remote VM",
|
||||
"homepage": "https://k3sup.dev",
|
||||
"license": "MIT",
|
||||
"url": "https://github.com/alexellis/k3sup/releases/download/0.11.0/k3sup.exe",
|
||||
"hash": "0fa018ea6ea4692ec654889b2b099ece54a5100b46191ddf1168510a84c454e9",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/alexellis/k3sup/releases/download/0.11.0/k3sup.exe",
|
||||
"hash": "0fa018ea6ea4692ec654889b2b099ece54a5100b46191ddf1168510a84c454e9"
|
||||
}
|
||||
},
|
||||
"bin": "k3sup.exe",
|
||||
"checkver": {
|
||||
"github": "https://github.com/alexellis/k3sup"
|
||||
},
|
||||
"autoupdate": {
|
||||
"url": "https://github.com/alexellis/k3sup/releases/download/$version/k3sup.exe",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/alexellis/k3sup/releases/download/$version/k3sup.exe"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
"url": "$url.sha256"
|
||||
}
|
||||
|
||||
@ -5,34 +5,23 @@
|
||||
"license": "Apache-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/loft-sh/loft/releases/download/v1.15.0/loft-windows-amd64.exe",
|
||||
"hash": "0e7a8259848560ccdba7b1e103c2980945881d2071fa79d94ac7156a73779f6a",
|
||||
"bin": [
|
||||
[
|
||||
"loft-windows-amd64.exe",
|
||||
"loft"
|
||||
]
|
||||
]
|
||||
"url": "https://github.com/loft-sh/loft/releases/download/v1.15.0/loft-windows-amd64.exe#/loft.exe",
|
||||
"hash": "0e7a8259848560ccdba7b1e103c2980945881d2071fa79d94ac7156a73779f6a"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/loft-sh/loft/releases/download/v1.15.0/loft-windows-386.exe",
|
||||
"hash": "0de11dcce05af9df2852d96f3729d6a8e1f1d6eaf5a767f7f6ae84e380135199",
|
||||
"bin": [
|
||||
[
|
||||
"loft-windows-386.exe",
|
||||
"loft"
|
||||
]
|
||||
]
|
||||
"url": "https://github.com/loft-sh/loft/releases/download/v1.15.0/loft-windows-386.exe#/loft.exe",
|
||||
"hash": "0de11dcce05af9df2852d96f3729d6a8e1f1d6eaf5a767f7f6ae84e380135199"
|
||||
}
|
||||
},
|
||||
"bin": "loft.exe",
|
||||
"checkver": "github",
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/loft-sh/loft/releases/download/v$version/loft-windows-amd64.exe"
|
||||
"url": "https://github.com/loft-sh/loft/releases/download/v$version/loft-windows-amd64.exe#/loft.exe"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/loft-sh/loft/releases/download/v$version/loft-windows-386.exe"
|
||||
"url": "https://github.com/loft-sh/loft/releases/download/v$version/loft-windows-386.exe#/loft.exe"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
|
||||
@ -25,9 +25,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"persist": [
|
||||
"proxychains.conf"
|
||||
],
|
||||
"persist": "proxychains.conf",
|
||||
"checkver": "github",
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
|
||||
@ -3,6 +3,9 @@
|
||||
"description": "Execute commands in response to file modifications",
|
||||
"homepage": "https://github.com/watchexec/watchexec",
|
||||
"license": "Apache-2.0",
|
||||
"suggest": {
|
||||
"vcredist": "extras/vcredist2005"
|
||||
},
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/watchexec/watchexec/releases/download/cli-v1.17.1/watchexec-1.17.1-x86_64-pc-windows-msvc.zip",
|
||||
@ -22,8 +25,5 @@
|
||||
"extract_dir": "watchexec-$version-x86_64-pc-windows-msvc"
|
||||
}
|
||||
}
|
||||
},
|
||||
"suggest": {
|
||||
"vcredist": "extras/vcredist2005"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user