ScoopInstaller_Main/bucket/go-feature-flag.json
2026-01-20 12:33:08 +00:00

71 lines
3.2 KiB
JSON

{
"version": "1.50.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.50.1/go-feature-flag_1.50.1_Windows_x86_64.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.50.1/go-feature-flag-cli_1.50.1_Windows_x86_64.tar.gz"
],
"hash": [
"14b80ae02cfab4e07485e27adf2a38967b61bad6f2ef1324023a77df7f9da46c",
"2d067d1cb9d33725aaeaba4797bfccc22213fdd4cc3dbcbfdf6ef14a3d872bbb"
]
},
"32bit": {
"url": [
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.50.1/go-feature-flag_1.50.1_Windows_i386.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.50.1/go-feature-flag-cli_1.50.1_Windows_i386.tar.gz"
],
"hash": [
"a508ae928f0370ad3cad697dcaed385b69653af0863b38a7fe90de52365f5900",
"b51e583a44fbd70c2a022cc56eb968ac003008a448b842ca4aecde4806607489"
]
},
"arm64": {
"url": [
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.50.1/go-feature-flag_1.50.1_Windows_arm64.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.50.1/go-feature-flag-cli_1.50.1_Windows_arm64.tar.gz"
],
"hash": [
"ec1b5281994a6a2a8452170963a15b08c3f46bb6356df06ef07967402fe989a5",
"c92aae73e890f4c7c76e4e2800e759c94f77154607d857cad12f47ab850023a4"
]
}
},
"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"
}
}
}