ScoopInstaller_Main/bucket/go-feature-flag.json
2025-11-13 12:31:58 +00:00

71 lines
3.2 KiB
JSON

{
"version": "1.48.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.48.0/go-feature-flag_1.48.0_Windows_x86_64.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.48.0/go-feature-flag-cli_1.48.0_Windows_x86_64.tar.gz"
],
"hash": [
"dc61dd1fa05fa236525c731ecda1c8e59754c8f030d9e7f43255cb2a69576d8a",
"219819b360af2ecf5687b1e0192dd726db8bccd88feb00e4d3b5aa3b5a33c4c2"
]
},
"32bit": {
"url": [
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.48.0/go-feature-flag_1.48.0_Windows_i386.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.48.0/go-feature-flag-cli_1.48.0_Windows_i386.tar.gz"
],
"hash": [
"c6dca6e7797a59dcf31ada31052986e2753b569d6a3c17191a9b9c4ac3b66829",
"68b2927bf134c9adea3e71e7a2da1825aa83842bf5f69a864be293cc9526e918"
]
},
"arm64": {
"url": [
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.48.0/go-feature-flag_1.48.0_Windows_arm64.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.48.0/go-feature-flag-cli_1.48.0_Windows_arm64.tar.gz"
],
"hash": [
"91294f6cf086cdae7112220d3660d1baf7aba927ad9673bf92af8501053ac6fe",
"1289ea588355100d0caff6e549c2a7f972c1332d14fd4423d177f3aa755dd6e3"
]
}
},
"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"
}
}
}