ScoopInstaller_Main/bucket/go-feature-flag.json
2024-09-13 16:29:47 +00:00

81 lines
4.4 KiB
JSON

{
"version": "1.34.0",
"description": "Simple, complete, and lightweight feature flag solution",
"homepage": "https://gofeatureflag.org",
"license": "MIT",
"architecture": {
"64bit": {
"url": [
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.34.0/go-feature-flag_1.34.0_Windows_x86_64.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.34.0/go-feature-flag-migration-cli_1.34.0_Windows_x86_64.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.34.0/go-feature-flag-lint_1.34.0_Windows_x86_64.tar.gz"
],
"hash": [
"63ffcac4eda712d37dd0ffb04fd6eea5b037dbdc22eed9dce7923d380bf368bb",
"c32711a5ccae4d428e2f70e2eabb1caffb20866f1c31208c4ce2436c6379b084",
"13f014fec0c6108dbf4f770ac7399bf3774eb513a0fbe10655d52e45a8f65870"
]
},
"32bit": {
"url": [
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.34.0/go-feature-flag_1.34.0_Windows_i386.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.34.0/go-feature-flag-migration-cli_1.34.0_Windows_i386.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.34.0/go-feature-flag-lint_1.34.0_Windows_i386.tar.gz"
],
"hash": [
"11308cc9e21040cbf3c778603bc003261c8771d0fc6e37f646dc555a431078c8",
"7e9c9d91f41cfd9b81e8a4c53ecf338ca42372d70babc4412ba7dd958c1d427e",
"b66cd7540c5b95e9cc8cee9d0e773b8c37f0a77b9c54acbe1258f8f1e470aa38"
]
},
"arm64": {
"url": [
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.34.0/go-feature-flag_1.34.0_Windows_arm64.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.34.0/go-feature-flag-migration-cli_1.34.0_Linux_arm64.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.34.0/go-feature-flag-lint_1.34.0_Windows_arm64.tar.gz"
],
"hash": [
"0a23ec0825c3062aead0571e221645aa5180fababf1f5ec4b442893f1c89e3b8",
"71762c7c7f570ced935bd7ceeeb991b1a0fe9c854e616fc5af835088a5b90155",
"546ca4464b9c7af4bd4100f9be28fd26491587a4218ece361a98bbb264b2f84c"
]
}
},
"bin": [
"go-feature-flag.exe",
"go-feature-flag-migration-cli.exe",
"go-feature-flag-lint.exe"
],
"checkver": {
"github": "https://github.com/thomaspoignant/go-feature-flag"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": [
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v$version/go-feature-flag_$version_Windows_x86_64.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v$version/go-feature-flag-migration-cli_$version_Windows_x86_64.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v$version/go-feature-flag-lint_$version_Windows_x86_64.tar.gz"
]
},
"32bit": {
"url": [
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v$version/go-feature-flag_$version_Windows_i386.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v$version/go-feature-flag-migration-cli_$version_Windows_i386.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v$version/go-feature-flag-lint_$version_Windows_i386.tar.gz"
]
},
"arm64": {
"url": [
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v$version/go-feature-flag_$version_Windows_arm64.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v$version/go-feature-flag-migration-cli_$version_Linux_arm64.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v$version/go-feature-flag-lint_$version_Windows_arm64.tar.gz"
]
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}