ScoopInstaller_Main/bucket/go-feature-flag.json
2025-09-19 16:29:26 +00:00

71 lines
3.2 KiB
JSON

{
"version": "1.46.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.46.0/go-feature-flag_1.46.0_Windows_x86_64.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.46.0/go-feature-flag-cli_1.46.0_Windows_x86_64.tar.gz"
],
"hash": [
"0cdc6c7bde80579631eb2f183996848a2c33910007a504b601a6f6a5e9a9aab8",
"f732f946d4ec4705a5672ff9c72c3fef0a5d530d9977514175e74d4eff856648"
]
},
"32bit": {
"url": [
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.46.0/go-feature-flag_1.46.0_Windows_i386.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.46.0/go-feature-flag-cli_1.46.0_Windows_i386.tar.gz"
],
"hash": [
"ca09ea2ac722edc3077e557c48ecc2d9bd439534a1370ffae709a8fdb0b2bd44",
"fde52f287a14cfe24b723d87cb3019c572dbb0d66d4fa464da8a3575eb5237ec"
]
},
"arm64": {
"url": [
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.46.0/go-feature-flag_1.46.0_Windows_arm64.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.46.0/go-feature-flag-cli_1.46.0_Windows_arm64.tar.gz"
],
"hash": [
"500b6da0c49ed9a2c20fede417d6e5fa8033c17ad245c3ffb4b89886b6d71652",
"234eb7333dce50883a0915f31716080fb3e6082ae966683618938e8d017c88fa"
]
}
},
"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"
}
}
}