ScoopInstaller_Main/bucket/go-feature-flag.json
2025-09-23 20:28:52 +00:00

71 lines
3.2 KiB
JSON

{
"version": "1.46.1",
"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.46.1/go-feature-flag_1.46.1_Windows_x86_64.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.46.1/go-feature-flag-cli_1.46.1_Windows_x86_64.tar.gz"
],
"hash": [
"9f9b35749edd2e25d5d01f942cfbe7c7acee4ae127ecd746722790bd1f02f203",
"7399d6a835c4b32f083c1a27dc886b74429abdc3d600ea3fbe4f47887fe1584d"
]
},
"32bit": {
"url": [
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.46.1/go-feature-flag_1.46.1_Windows_i386.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.46.1/go-feature-flag-cli_1.46.1_Windows_i386.tar.gz"
],
"hash": [
"f35e8a5188cc76b5704fca69c7652f467bd260e6ce0893299be7c2cb66bd533a",
"a190f849dbf05566b98d22fd24a45ecf5fab3e6eee6608ea1eeb716a98a9c87a"
]
},
"arm64": {
"url": [
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.46.1/go-feature-flag_1.46.1_Windows_arm64.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.46.1/go-feature-flag-cli_1.46.1_Windows_arm64.tar.gz"
],
"hash": [
"00ef80e257e7c76d447aa66d28b03d4970c7fde0f654cedb4494a6951bf0191c",
"f685ec3d07ba2abace209769130c39abd1303098646cece399c2b640f6ff2099"
]
}
},
"bin": [
"go-feature-flag.exe",
"go-feature-flag-cli.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-cli_$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-cli_$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-cli_$version_Windows_arm64.tar.gz"
]
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}