ScoopInstaller_Main/bucket/go-feature-flag.json
2026-01-30 20:30:37 +00:00

71 lines
3.2 KiB
JSON

{
"version": "1.51.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.51.0/go-feature-flag_1.51.0_Windows_x86_64.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.51.0/go-feature-flag-cli_1.51.0_Windows_x86_64.tar.gz"
],
"hash": [
"aaa063d25736e2518763cdba7d6cc93148d10b155bcc5d5afb845884bbd48a44",
"2bdee8628fb30578a31460d41948765378feff9c9eac4fc27e4828aa1b601c65"
]
},
"32bit": {
"url": [
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.51.0/go-feature-flag_1.51.0_Windows_i386.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.51.0/go-feature-flag-cli_1.51.0_Windows_i386.tar.gz"
],
"hash": [
"1051e3ee0e27553eb21735acf855db086680cc3e1f6d1f566e621eaad21b9424",
"52391431e8455bf9ddbc26f7b62d9cb0f22027dc799617e8914436f2905a1543"
]
},
"arm64": {
"url": [
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.51.0/go-feature-flag_1.51.0_Windows_arm64.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.51.0/go-feature-flag-cli_1.51.0_Windows_arm64.tar.gz"
],
"hash": [
"e6a66231f2542acddcffbeba37f3b183c6bb99c25cc73d5df1ab7b5413a63a72",
"9ad57da4a1014df7e672140dc22344f45b2f0bd6c8f3e9e34f77792f1bdbf9b9"
]
}
},
"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"
}
}
}