ScoopInstaller_Main/bucket/go-feature-flag.json
2023-12-08 16:27:42 +00:00

81 lines
4.4 KiB
JSON

{
"version": "1.20.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.20.0/go-feature-flag_1.20.0_Windows_x86_64.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.20.0/go-feature-flag-migration-cli_1.20.0_Windows_x86_64.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.20.0/go-feature-flag-lint_1.20.0_Windows_x86_64.tar.gz"
],
"hash": [
"c1766b8611aa917da1152da35429622d04db5642d44cc6d6057096bd02357cba",
"7e45bfd7111f40e2b22426dce962ab9763873b8577114d1c0e9ac7d411f656ad",
"0c02dfd70a8a9662c9889fd8d45e8eeb4a9a160c6a5ad3a2023930f11d6b9323"
]
},
"32bit": {
"url": [
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.20.0/go-feature-flag_1.20.0_Windows_i386.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.20.0/go-feature-flag-migration-cli_1.20.0_Windows_i386.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.20.0/go-feature-flag-lint_1.20.0_Windows_i386.tar.gz"
],
"hash": [
"60302b461f7ae9461de7dae037e88eea2d05b1347eac0d659aea6e27fe306429",
"611ba5934c906c739931fca137e408379e28bf78e0dbacf72a22daacd332d829",
"b8a2acf9872628671594f87f4453908efbb255e00a7059411fef881f5852173d"
]
},
"arm64": {
"url": [
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.20.0/go-feature-flag_1.20.0_Windows_arm64.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.20.0/go-feature-flag-migration-cli_1.20.0_Linux_arm64.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.20.0/go-feature-flag-lint_1.20.0_Windows_arm64.tar.gz"
],
"hash": [
"cbaac65ea319437123e7295177737d6ed1712d95163951e17190f102099a513c",
"d6164c3d30dc685322b3fe6d075241bc95e546d57c314da68710e8b970a791a5",
"99c4990cdd8eeed19ce57e4ea6a606ec857e6d6ac7c388ed90cba8ab20410abc"
]
}
},
"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"
}
}
}