ScoopInstaller_Main/bucket/go-feature-flag.json
2024-03-24 21:05:04 +00:00

81 lines
4.4 KiB
JSON

{
"version": "1.24.1",
"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.1/go-feature-flag_1.24.1_Windows_x86_64.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.24.1/go-feature-flag-migration-cli_1.24.1_Windows_x86_64.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.24.1/go-feature-flag-lint_1.24.1_Windows_x86_64.tar.gz"
],
"hash": [
"ae1ec9918fe2e356a0503e1f5e2ab3cf77f308a4a6eb3a637835f30d1fb97c75",
"2626f2a74cb8ea55fc594ca2fc7a39deb888340e8940e8fcc52a1c203f75ae44",
"e443d25e16536cdd279ee0d1f4adecd0ce419c24ae11c9a980a42640f8007d21"
]
},
"32bit": {
"url": [
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.24.1/go-feature-flag_1.24.1_Windows_i386.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.24.1/go-feature-flag-migration-cli_1.24.1_Windows_i386.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.24.1/go-feature-flag-lint_1.24.1_Windows_i386.tar.gz"
],
"hash": [
"1bcedd43c45a69ea90ba43270fd3be012bc6dd499fa3760352643cffbdb525eb",
"4022f20faa0a5aab726f89946ca00135163027720ec3e7b7e4acb87ef59c08a5",
"c298f23c74bec715051d525d839fe59723f3069295c6d929d5d83ddbbc8f5d6e"
]
},
"arm64": {
"url": [
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.24.1/go-feature-flag_1.24.1_Windows_arm64.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.24.1/go-feature-flag-migration-cli_1.24.1_Linux_arm64.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.24.1/go-feature-flag-lint_1.24.1_Windows_arm64.tar.gz"
],
"hash": [
"dc991b3a30ddde70acf76cc49db6331811dd80e9df34764144ed3df11d90602f",
"0269e680621409a378f187530edaaebdf8fb2e0e132bf8f020a9d2886ce9c407",
"d22fe9af6e6c027d6f0b13be49facc323b634def9203f7b20117a1457bc7fa77"
]
}
},
"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"
}
}
}