mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
81 lines
4.4 KiB
JSON
81 lines
4.4 KiB
JSON
{
|
|
"version": "1.20.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.20.1/go-feature-flag_1.20.1_Windows_x86_64.tar.gz",
|
|
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.20.1/go-feature-flag-migration-cli_1.20.1_Windows_x86_64.tar.gz",
|
|
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.20.1/go-feature-flag-lint_1.20.1_Windows_x86_64.tar.gz"
|
|
],
|
|
"hash": [
|
|
"187fc18996c811339dec67fbe56d6faaa42d57140558519f7d573ac694665214",
|
|
"ad07f68b364096e1e2abc01d3af67caed5afc1f0c4152dc7b12f0b59ff47ffea",
|
|
"29b2688865702373c11fc0868f8f1834d087cf5baaad0218e2f95fbea061e4d1"
|
|
]
|
|
},
|
|
"32bit": {
|
|
"url": [
|
|
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.20.1/go-feature-flag_1.20.1_Windows_i386.tar.gz",
|
|
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.20.1/go-feature-flag-migration-cli_1.20.1_Windows_i386.tar.gz",
|
|
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.20.1/go-feature-flag-lint_1.20.1_Windows_i386.tar.gz"
|
|
],
|
|
"hash": [
|
|
"e8414cb9f79fda258b26aafd688c92a7fc5e37bb07ac3809d50934a695cd1fc4",
|
|
"f46c7ef0a1d58bf809f2a4990d9c4a571403c88af65125b27bece4830a2f3497",
|
|
"61a508501f82bcd712517853beb1c88d417bb193fbd2a2caca44be08d928beb7"
|
|
]
|
|
},
|
|
"arm64": {
|
|
"url": [
|
|
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.20.1/go-feature-flag_1.20.1_Windows_arm64.tar.gz",
|
|
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.20.1/go-feature-flag-migration-cli_1.20.1_Linux_arm64.tar.gz",
|
|
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.20.1/go-feature-flag-lint_1.20.1_Windows_arm64.tar.gz"
|
|
],
|
|
"hash": [
|
|
"adfcff72796ef1d56f8ff3e3cbded91024e6f9715748dd62455933e704a3a8f8",
|
|
"ce434595beeba8256ab440f1cfe39facfb462c0d134a5a2db719052afc84a783",
|
|
"89e24b6437970014bcc6bd024a7e8aa912a6368b66fe5e78882128dde5a76361"
|
|
]
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|