mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-19 15:11:21 +00:00
81 lines
4.4 KiB
JSON
81 lines
4.4 KiB
JSON
{
|
|
"version": "1.24.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.24.0/go-feature-flag_1.24.0_Windows_x86_64.tar.gz",
|
|
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.24.0/go-feature-flag-migration-cli_1.24.0_Windows_x86_64.tar.gz",
|
|
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.24.0/go-feature-flag-lint_1.24.0_Windows_x86_64.tar.gz"
|
|
],
|
|
"hash": [
|
|
"36257297e264634b21fc6ef050389c5f478157f49bc23e69bf8e02a24935bb95",
|
|
"7daa6d295d5cd3d2c9650177edbeef7f21850ad9effd22fefcf653db3f9b0c28",
|
|
"5286055774000b2fbc02cdf2ba130d3d63372510425be53cf7f68309f7092aa3"
|
|
]
|
|
},
|
|
"32bit": {
|
|
"url": [
|
|
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.24.0/go-feature-flag_1.24.0_Windows_i386.tar.gz",
|
|
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.24.0/go-feature-flag-migration-cli_1.24.0_Windows_i386.tar.gz",
|
|
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.24.0/go-feature-flag-lint_1.24.0_Windows_i386.tar.gz"
|
|
],
|
|
"hash": [
|
|
"c19b91aeca6841547a70dbd9c072ad1e0d6ea9e22dc1baa10bd09f94ea9880fc",
|
|
"eac9555001b5b1c529010c3b4a889cce97ce513922da87e3672f6069c7740dfe",
|
|
"b699a38c478b9be3606a3151e84ce64851f8f5f9f526f3d207de221f0f08c59f"
|
|
]
|
|
},
|
|
"arm64": {
|
|
"url": [
|
|
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.24.0/go-feature-flag_1.24.0_Windows_arm64.tar.gz",
|
|
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.24.0/go-feature-flag-migration-cli_1.24.0_Linux_arm64.tar.gz",
|
|
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.24.0/go-feature-flag-lint_1.24.0_Windows_arm64.tar.gz"
|
|
],
|
|
"hash": [
|
|
"23457cf47cb837ecb5dc8deefe872824e7c42f17f916b2ba1da88cb948153a2b",
|
|
"04e98ced576f30c4b707344e1c17ca7ed1e45068d956af7cdbfe749cb5f2b7e9",
|
|
"9e9df2e8e52289a6c37d83461ce752b941619b45faf68cc4ee0dab6598651ffd"
|
|
]
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|