ScoopInstaller_Main/bucket/go-feature-flag.json
2024-04-16 01:14:14 +00:00

81 lines
4.4 KiB
JSON

{
"version": "1.25.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.25.1/go-feature-flag_1.25.1_Windows_x86_64.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.25.1/go-feature-flag-migration-cli_1.25.1_Windows_x86_64.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.25.1/go-feature-flag-lint_1.25.1_Windows_x86_64.tar.gz"
],
"hash": [
"7ca2469e878102c7fd27137f7c42e3d9ce302c73da8afecf0f66839b29c12001",
"8b179ca96c0290f316a59bdc8c0f8c94838d22902b17a9efa781c1aafb027dd5",
"b65dbe1f805d28690c6d5cebfb31570ec0befdcd4a5e41c87985f572052d62ea"
]
},
"32bit": {
"url": [
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.25.1/go-feature-flag_1.25.1_Windows_i386.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.25.1/go-feature-flag-migration-cli_1.25.1_Windows_i386.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.25.1/go-feature-flag-lint_1.25.1_Windows_i386.tar.gz"
],
"hash": [
"9e910654b1ac03dc7fd51013637d1d3857826d96cb4bbd8d2bf122bcaca23f04",
"26deaf82ad9912f47a30a49ca316f8d860b17f5e03f669fa6be3abf134373d31",
"acf33c26ff1807de18f41de5ae5f119f9d52a85c5f187f6b8ec27d9732487319"
]
},
"arm64": {
"url": [
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.25.1/go-feature-flag_1.25.1_Windows_arm64.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.25.1/go-feature-flag-migration-cli_1.25.1_Linux_arm64.tar.gz",
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.25.1/go-feature-flag-lint_1.25.1_Windows_arm64.tar.gz"
],
"hash": [
"e5ef3aef6fa648ef707183e4134f8266a15260b323ae9c6e8d11e71d5e17d1ed",
"44836b304b2fb2d06367919be76b3fc6386ebd943074fab49fdf15cacbd84a46",
"e767f5086df31199d1df32577d3146a1f6f391919d9079971ec28449855075ee"
]
}
},
"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"
}
}
}