mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 23:31:20 +00:00
33 lines
1.1 KiB
JSON
33 lines
1.1 KiB
JSON
{
|
|
"version": "4.6.1",
|
|
"description": "A tool for managing OCI containers and pods.",
|
|
"homepage": "https://podman.io/",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/containers/podman/releases/download/v4.6.1/podman-4.6.1-setup.exe",
|
|
"hash": "89525382d16e863b0899340a6df4e3fe93d4b9a0b2117c8711fd332ab59c9eb2"
|
|
}
|
|
},
|
|
"bin": "podman.exe",
|
|
"installer": {
|
|
"script": [
|
|
"Expand-DarkArchive \"$dir\\podman-$version-setup.exe\" \"$dir\\_tmp\" -Removal",
|
|
"Expand-MsiArchive \"$dir\\_tmp\\AttachedContainer\\podman.msi\" \"$dir\" -ExtractDir 'PFiles\\RedHat\\Podman'"
|
|
]
|
|
},
|
|
"checkver": {
|
|
"github": "https://github.com/containers/podman"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/containers/podman/releases/download/v$version/podman-$version-setup.exe",
|
|
"hash": {
|
|
"url": "$baseurl/shasums"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|