ScoopInstaller_Main/bucket/go-feature-flag.json
2026-02-11 16:40:42 +00:00

71 lines
3.2 KiB
JSON

{
"version": "1.51.2",
"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.2/go-feature-flag_1.51.2_Windows_x86_64.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.51.2/go-feature-flag-cli_1.51.2_Windows_x86_64.tar.gz"
],
"hash": [
"a40d7cd2ddab7fd4f2963d3482a8017340d530c6a070ab68e1b41b42fafd4bff",
"ecec8cc59ce27f954e99de4eaf5556ec438e1cda2d3e2aecd7f7dfbc2999204b"
]
},
"32bit": {
"url": [
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.51.2/go-feature-flag_1.51.2_Windows_i386.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.51.2/go-feature-flag-cli_1.51.2_Windows_i386.tar.gz"
],
"hash": [
"c957173de49a3e443bb29b36cf063737af50bd6801280e4dca789d504bd95118",
"9408916c876cf30d686af28ab63c51516fbe5969bd46c355b8a7e3833712020d"
]
},
"arm64": {
"url": [
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.51.2/go-feature-flag_1.51.2_Windows_arm64.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.51.2/go-feature-flag-cli_1.51.2_Windows_arm64.tar.gz"
],
"hash": [
"c1b41835b67e103847f6f1dffdaef0d93b9615f44aec7608d3c1d0261a63ccc4",
"4d8f220031099da219a01a04b41ae660a7c3deccea74bb47d457ac5b309f0db4"
]
}
},
"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"
}
}
}