ScoopInstaller_Main/bucket/go-feature-flag.json
2023-10-20 00:33:41 +00:00

81 lines
4.4 KiB
JSON

{
"version": "1.16.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.16.0/go-feature-flag_1.16.0_Windows_x86_64.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.16.0/go-feature-flag-migration-cli_1.16.0_Windows_x86_64.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.16.0/go-feature-flag-lint_1.16.0_Windows_x86_64.tar.gz"
],
"hash": [
"e3abff269525540948de1341881f817850c1c34025ad985958846cf2ca747d79",
"07b6e29cee7cf3c2a5b16d1de60493aa21ce2a886b13d485151f55f62736fed0",
"4419bcd6a3134a2cbe83394ae1968fc10274f7a18de4359a18d00631b56b3dd8"
]
},
"32bit": {
"url": [
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.16.0/go-feature-flag_1.16.0_Windows_i386.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.16.0/go-feature-flag-migration-cli_1.16.0_Windows_i386.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.16.0/go-feature-flag-lint_1.16.0_Windows_i386.tar.gz"
],
"hash": [
"cf95e5a94bb84bc9e6ecaf112c2ad8893e81cfa5cf4a2fb6d1a699892ed5744d",
"5b6c66b9624d41676200ec7b7526d6a790236c0ee8d6c92846d10a2834180fc4",
"307645b6c326f10c5200f790e4cba46eaa24abf7322ebd2073e7c689dc340220"
]
},
"arm64": {
"url": [
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.16.0/go-feature-flag_1.16.0_Windows_arm64.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.16.0/go-feature-flag-migration-cli_1.16.0_Linux_arm64.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.16.0/go-feature-flag-lint_1.16.0_Windows_arm64.tar.gz"
],
"hash": [
"1ba30273e46e1075882827e5c2a2723c620d1acacf1128e9088828b2e2325832",
"934624206fe712a3db9c25375f874ef5f4a70d7eaf422f570a6a68f3f20a9765",
"af59d5f8b503c72e5e8acc720af3e0be617fbe3f3267b2ff0b0ad29dcd8ef352"
]
}
},
"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"
}
}
}