ScoopInstaller_Main/bucket/go-feature-flag.json
2023-11-03 16:27:03 +00:00

81 lines
4.4 KiB
JSON

{
"version": "1.17.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.17.0/go-feature-flag_1.17.0_Windows_x86_64.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.17.0/go-feature-flag-migration-cli_1.17.0_Windows_x86_64.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.17.0/go-feature-flag-lint_1.17.0_Windows_x86_64.tar.gz"
],
"hash": [
"326fc20adeeb4f5f4f770cfec31a157f2985d8ee8a0557da7535183fc25bc4fb",
"3df994a1806537e36e3bb57dcbb83d31ca09c2c2f0f8e8a6972c83b199017e1b",
"ac691867706a1104cd06bfcf084beaff0fa7aa25a4e481e18cf586b6ed2dc735"
]
},
"32bit": {
"url": [
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.17.0/go-feature-flag_1.17.0_Windows_i386.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.17.0/go-feature-flag-migration-cli_1.17.0_Windows_i386.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.17.0/go-feature-flag-lint_1.17.0_Windows_i386.tar.gz"
],
"hash": [
"1c6c2c461085a3bbd08e414db7a707232344f609af74a034ae165875bf8fafcb",
"fd0e0db4174d09931f07818d582437676b0911fc4385a6871cc5341b5aa729c0",
"4239523e617a215fb4f83b258d3014ee946dcb01b208263253b45cc83a8c2611"
]
},
"arm64": {
"url": [
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.17.0/go-feature-flag_1.17.0_Windows_arm64.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.17.0/go-feature-flag-migration-cli_1.17.0_Linux_arm64.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.17.0/go-feature-flag-lint_1.17.0_Windows_arm64.tar.gz"
],
"hash": [
"07d2a790c6a532cedaa438b467130d6521c5cb0d037ce3c25fe36b7d0e4c6f78",
"60efa2259ab214444257fc63955613fa139cd326883c38a3da1d4275d99c8f70",
"c10d67749d3066437c2e2cc02fd048e02bc5d6f5cc0ce667d8de36f03cfdfcc0"
]
}
},
"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"
}
}
}