mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-16 13:41:21 +00:00
81 lines
4.4 KiB
JSON
81 lines
4.4 KiB
JSON
{
|
|
"version": "1.20.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.20.2/go-feature-flag_1.20.2_Windows_x86_64.tar.gz",
|
|
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.20.2/go-feature-flag-migration-cli_1.20.2_Windows_x86_64.tar.gz",
|
|
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.20.2/go-feature-flag-lint_1.20.2_Windows_x86_64.tar.gz"
|
|
],
|
|
"hash": [
|
|
"bdbb3188189cb8bf07742e647d99d898ee6ceb17aa27db07a644185cb7ecd0e4",
|
|
"611047cdaa5d8d1707e6d327d27f6da9140bdc651346e39ae65c25ab7b7d67df",
|
|
"ff8c4906c5d78c2f6306fafb831f8982ed3a80b14ba012128b9afffd87d7132e"
|
|
]
|
|
},
|
|
"32bit": {
|
|
"url": [
|
|
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.20.2/go-feature-flag_1.20.2_Windows_i386.tar.gz",
|
|
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.20.2/go-feature-flag-migration-cli_1.20.2_Windows_i386.tar.gz",
|
|
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.20.2/go-feature-flag-lint_1.20.2_Windows_i386.tar.gz"
|
|
],
|
|
"hash": [
|
|
"f2cc0a4d0cd5584a39c5d413025d39c349d77dd0d204e2a340578c7da4d9467d",
|
|
"6cac1276c662cf0e67b6d4dc989781b3798e75e9d34849e91c2717fc4f4c2902",
|
|
"b3435eeff184e9929b7a3cd33f54903dad44631c2cb419202579f1ca6d661407"
|
|
]
|
|
},
|
|
"arm64": {
|
|
"url": [
|
|
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.20.2/go-feature-flag_1.20.2_Windows_arm64.tar.gz",
|
|
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.20.2/go-feature-flag-migration-cli_1.20.2_Linux_arm64.tar.gz",
|
|
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.20.2/go-feature-flag-lint_1.20.2_Windows_arm64.tar.gz"
|
|
],
|
|
"hash": [
|
|
"471c4e32d56cc2ce93a4f1020e5ba49b3845c2dabac0e19ce60150114929cd3a",
|
|
"fd35b9620cc337e4f9dfb327f140df44238d2b5ca4c6f9742c1695dd8cad53e6",
|
|
"9e8e30b1fb576bd5cac185945ece811995347327e75f5b36ddc06cd87b64e609"
|
|
]
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|