mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 01:31:20 +00:00
81 lines
4.4 KiB
JSON
81 lines
4.4 KiB
JSON
{
|
|
"version": "1.33.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.33.0/go-feature-flag_1.33.0_Windows_x86_64.tar.gz",
|
|
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.33.0/go-feature-flag-migration-cli_1.33.0_Windows_x86_64.tar.gz",
|
|
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.33.0/go-feature-flag-lint_1.33.0_Windows_x86_64.tar.gz"
|
|
],
|
|
"hash": [
|
|
"15d8e7151909fb8b4677297c07104a221741741836be1cfaea8984f02e4f3d4b",
|
|
"64981186a05ed0fce8fd6652d0d479da96bcc5b0c4d7f25d106f2dbb620bb3ae",
|
|
"9b01e33e9248afc6248260a5860ec3147b900df2f3f15de6f19fd3c722ce9c66"
|
|
]
|
|
},
|
|
"32bit": {
|
|
"url": [
|
|
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.33.0/go-feature-flag_1.33.0_Windows_i386.tar.gz",
|
|
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.33.0/go-feature-flag-migration-cli_1.33.0_Windows_i386.tar.gz",
|
|
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.33.0/go-feature-flag-lint_1.33.0_Windows_i386.tar.gz"
|
|
],
|
|
"hash": [
|
|
"22d4e36590d6ad7bba4396d0d80dbb16bdef7757e42540e9df3ba0018414d92b",
|
|
"466f3bde27e66d33291d3435a641f9d5c0d53c97260109ed0be597fbe1fcabc2",
|
|
"8b1bdbe5ff4fc86ff2e3a1ae4858bf406853e640b3254d0842e0b22f3ff0022a"
|
|
]
|
|
},
|
|
"arm64": {
|
|
"url": [
|
|
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.33.0/go-feature-flag_1.33.0_Windows_arm64.tar.gz",
|
|
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.33.0/go-feature-flag-migration-cli_1.33.0_Linux_arm64.tar.gz",
|
|
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.33.0/go-feature-flag-lint_1.33.0_Windows_arm64.tar.gz"
|
|
],
|
|
"hash": [
|
|
"3a8737f55363f126cee358a157b60e1496ee685f40e0583218a500eff8ac8ab7",
|
|
"a7d19d364f5cc81e7fc873c40bc9592acacab65b09792a9f6c3e10f793f8a997",
|
|
"c405c79bbb38bb0409686631dec32c0f481f334845810b9788c447291e45acfb"
|
|
]
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|