mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 16:51:20 +00:00
81 lines
4.4 KiB
JSON
81 lines
4.4 KiB
JSON
{
|
|
"version": "1.27.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.27.0/go-feature-flag_1.27.0_Windows_x86_64.tar.gz",
|
|
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.27.0/go-feature-flag-migration-cli_1.27.0_Windows_x86_64.tar.gz",
|
|
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.27.0/go-feature-flag-lint_1.27.0_Windows_x86_64.tar.gz"
|
|
],
|
|
"hash": [
|
|
"705900e2808af62a66e5219eb3d3396d85e1e745f0011e0e05aec59c9287a84d",
|
|
"f12dc32b2538e20231383cd37d1c4614113acf421010e8ead7013754d593a257",
|
|
"ff8b2d772519982f7704895a7a1d85cb9e8e48994987a9c2eebfde0c7f3b1707"
|
|
]
|
|
},
|
|
"32bit": {
|
|
"url": [
|
|
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.27.0/go-feature-flag_1.27.0_Windows_i386.tar.gz",
|
|
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.27.0/go-feature-flag-migration-cli_1.27.0_Windows_i386.tar.gz",
|
|
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.27.0/go-feature-flag-lint_1.27.0_Windows_i386.tar.gz"
|
|
],
|
|
"hash": [
|
|
"030b11638ba26d1e2f8d6db246b6b69c1355347e1b06da29e53d0414fce2d438",
|
|
"5c5cbf7557abd32a7f2a5f636abed0b9fdd4fddaa12c7f263837585c2727808b",
|
|
"48e922ba372f8315c2a5838ab8f474b8b04589d3c097d818270fc3f318707f81"
|
|
]
|
|
},
|
|
"arm64": {
|
|
"url": [
|
|
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.27.0/go-feature-flag_1.27.0_Windows_arm64.tar.gz",
|
|
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.27.0/go-feature-flag-migration-cli_1.27.0_Linux_arm64.tar.gz",
|
|
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.27.0/go-feature-flag-lint_1.27.0_Windows_arm64.tar.gz"
|
|
],
|
|
"hash": [
|
|
"9304a0122355fd34cb950c29aba605f34da75e8332986b7ebc8d7a343dc7f57e",
|
|
"784be12984222661dfee827b566e66535699b6da59f38b910a3e9d8cce678d04",
|
|
"f9b747a6302a6be6ecbbdb4f63493485627d15e69a12c610079d9d091d8ac909"
|
|
]
|
|
}
|
|
},
|
|
"bin": [
|
|
"go-feature-flag.exe",
|
|
"go-feature-flag-migration-cli.exe",
|
|
"go-feature-flag-lint.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-migration-cli_$version_Windows_x86_64.tar.gz",
|
|
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v$version/go-feature-flag-lint_$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-migration-cli_$version_Windows_i386.tar.gz",
|
|
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v$version/go-feature-flag-lint_$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-migration-cli_$version_Linux_arm64.tar.gz",
|
|
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v$version/go-feature-flag-lint_$version_Windows_arm64.tar.gz"
|
|
]
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt"
|
|
}
|
|
}
|
|
}
|