ScoopInstaller_Main/bucket/go-feature-flag.json
2024-01-29 16:26:46 +00:00

81 lines
4.4 KiB
JSON

{
"version": "1.22.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.22.0/go-feature-flag_1.22.0_Windows_x86_64.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.22.0/go-feature-flag-migration-cli_1.22.0_Windows_x86_64.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.22.0/go-feature-flag-lint_1.22.0_Windows_x86_64.tar.gz"
],
"hash": [
"f9ce04be9f7f02ee39b84c6a523d5441c9bf60ac93c16ca0e3dd4d68491ac52b",
"be8ef072919f10bccf66dbf4232e99fa471b063a6a9f07300669edc3c3f17178",
"b3dda245fd2be3e72a67b5ac8488b4e22e4adbab442931b4dffddb87d8e10b85"
]
},
"32bit": {
"url": [
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.22.0/go-feature-flag_1.22.0_Windows_i386.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.22.0/go-feature-flag-migration-cli_1.22.0_Windows_i386.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.22.0/go-feature-flag-lint_1.22.0_Windows_i386.tar.gz"
],
"hash": [
"997bf81fdba5a98dc50b33bd2b2af45ffcd225b1ee2d11bd49ca5c6b0864a6bd",
"38396ff023e5c4c82f5ac13e6842e1290828cb490ca3a6db9bf0f5470aeeae6d",
"b2ef271a21c5bf63ee343c8ce2822313e361a5b0294695b5e39857b3a11fd142"
]
},
"arm64": {
"url": [
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.22.0/go-feature-flag_1.22.0_Windows_arm64.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.22.0/go-feature-flag-migration-cli_1.22.0_Linux_arm64.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.22.0/go-feature-flag-lint_1.22.0_Windows_arm64.tar.gz"
],
"hash": [
"1e5e1b68deef8b9551c5011fd31ec259b16d3df38017e9d3775d9f2034ee19e9",
"f2f1b8bf3ada2838e7832ccdd08334497a2c7118e7b78d63efda7b5e869e0073",
"2c11151e70df0343961e3fe999fb7da4ab4e6e882e22f517c08dc155751e6d06"
]
}
},
"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"
}
}
}