mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-27 19:11:20 +00:00
81 lines
4.4 KiB
JSON
81 lines
4.4 KiB
JSON
{
|
|
"version": "1.28.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.28.2/go-feature-flag_1.28.2_Windows_x86_64.tar.gz",
|
|
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.28.2/go-feature-flag-migration-cli_1.28.2_Windows_x86_64.tar.gz",
|
|
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.28.2/go-feature-flag-lint_1.28.2_Windows_x86_64.tar.gz"
|
|
],
|
|
"hash": [
|
|
"67f2dbc4b1821341690e47d0b50dbd7a23e3c7708884cf4404460a742efc1b90",
|
|
"8567578de3733b0ad5bf79db6e8e18a4af76b0d52ecee4361b9e209d107c2ac0",
|
|
"61bd6b5cb0833cfe9ea70ddba9113ac8e9fb6516e8610c18acd899e08c12adc3"
|
|
]
|
|
},
|
|
"32bit": {
|
|
"url": [
|
|
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.28.2/go-feature-flag_1.28.2_Windows_i386.tar.gz",
|
|
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.28.2/go-feature-flag-migration-cli_1.28.2_Windows_i386.tar.gz",
|
|
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.28.2/go-feature-flag-lint_1.28.2_Windows_i386.tar.gz"
|
|
],
|
|
"hash": [
|
|
"78f224fa83679a216ca8f8bc9645926d1a30675068ae2917d7543f95de4931f3",
|
|
"34cf9c8792faea1f06124db0edd629c9b4b3a1b0e2f3c0dbe628ded2c465d34e",
|
|
"6646d0aabb1bcc99f476e67db06be69180eb30d181ac7e3a0ded0d41c8d17737"
|
|
]
|
|
},
|
|
"arm64": {
|
|
"url": [
|
|
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.28.2/go-feature-flag_1.28.2_Windows_arm64.tar.gz",
|
|
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.28.2/go-feature-flag-migration-cli_1.28.2_Linux_arm64.tar.gz",
|
|
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.28.2/go-feature-flag-lint_1.28.2_Windows_arm64.tar.gz"
|
|
],
|
|
"hash": [
|
|
"4a5b7f6bd56cb566d5c0a084c00ed7040a61e44da330409c407fa13d43450406",
|
|
"95f229ad83bb392b2d943aaa05600578c5d3bbce431e8ce6230389bc96424cbd",
|
|
"e3c72071e770438db010eb2015a08d7eead1fcbbb4ef8e48f4325957fa25a8e4"
|
|
]
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|