ScoopInstaller_Main/bucket/go-feature-flag.json
2024-05-27 20:24:58 +00:00

81 lines
4.4 KiB
JSON

{
"version": "1.29.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.29.0/go-feature-flag_1.29.0_Windows_x86_64.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.29.0/go-feature-flag-migration-cli_1.29.0_Windows_x86_64.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.29.0/go-feature-flag-lint_1.29.0_Windows_x86_64.tar.gz"
],
"hash": [
"b3dad18f9f3fb69aa8bf014b15ca75318ad33bdeb207a832bc479ecd3d83b30f",
"f6d339785496d57d5e5f8c873559f54e61463f6991aadc1e3bac6bb5c3b0fa78",
"121bec3e79fef4220ae07942799a69a389e53bf5b30ca428c9b800367f12956a"
]
},
"32bit": {
"url": [
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.29.0/go-feature-flag_1.29.0_Windows_i386.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.29.0/go-feature-flag-migration-cli_1.29.0_Windows_i386.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.29.0/go-feature-flag-lint_1.29.0_Windows_i386.tar.gz"
],
"hash": [
"e3ac0c9716fe4569c0eba3fc45f63c03e4677e6e048f1a312170fbab575bac78",
"2e277ab64400a0c86e53594819d8a19b7389104d8b1358adff76ce5dc9b5b85e",
"00dbc86336fa49b9c174bdcc083340943408a4e3508959ad380d88be94571460"
]
},
"arm64": {
"url": [
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.29.0/go-feature-flag_1.29.0_Windows_arm64.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.29.0/go-feature-flag-migration-cli_1.29.0_Linux_arm64.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.29.0/go-feature-flag-lint_1.29.0_Windows_arm64.tar.gz"
],
"hash": [
"35cd300111a0136728dc0830548098afca90afd30d3368b2186e6b09cb45739f",
"5035de12695bf49f3fdb72a909f6c8ff25e1bce6f319725f4a8d29829e8e035c",
"ee83ca6aaa068d7f0fdb72715d1c834bc359b5223630065378cd317f8c9072e6"
]
}
},
"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"
}
}
}