mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-14 12:41:21 +00:00
Actual version of the GO Feature Flag scoop is not valid anymore because we have changed the release process for the binaries. This new manifest is updated to be compatible with the actual process.
71 lines
3.2 KiB
JSON
71 lines
3.2 KiB
JSON
{
|
|
"version": "1.45.5",
|
|
"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.45.5/go-feature-flag_1.45.5_Windows_x86_64.tar.gz",
|
|
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.45.5/go-feature-flag-cli_1.45.5_Windows_x86_64.tar.gz"
|
|
],
|
|
"hash": [
|
|
"420c41365a82431a163eb11cf209eed391206ac20662b31166029e6ada76821f",
|
|
"2f08be5eb7f21c0a942cb229ee6964ed7016554bb7274bc1e5d62d22494e01d2"
|
|
]
|
|
},
|
|
"32bit": {
|
|
"url": [
|
|
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.45.5/go-feature-flag_1.45.5_Windows_i386.tar.gz",
|
|
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.45.5/go-feature-flag-cli_1.45.5_Windows_i386.tar.gz"
|
|
],
|
|
"hash": [
|
|
"ea2c01290a4de53d09899ec989279f786a318a7bf855a96f898b43c6973f4ac0",
|
|
"e75f08756e31ad952dde016719030d2750aa12a90456a8e4f0973a76a3eccb72"
|
|
]
|
|
},
|
|
"arm64": {
|
|
"url": [
|
|
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.45.5/go-feature-flag_1.45.5_Windows_arm64.tar.gz",
|
|
"https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.45.5/go-feature-flag-cli_1.45.5_Windows_arm64.tar.gz"
|
|
],
|
|
"hash": [
|
|
"644949bdea4b8dc26c3bd5bd941e247d6f234e5e455c5cafc431cf252c218367",
|
|
"ef5db654bdfb03f32bca06fbab75e8bbdc2e707627d2290fd4374ec529e77340"
|
|
]
|
|
}
|
|
},
|
|
"bin": [
|
|
"go-feature-flag.exe",
|
|
"go-feature-flag-cli.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-cli_$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-cli_$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-cli_$version_Windows_arm64.tar.gz"
|
|
]
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt"
|
|
}
|
|
}
|
|
}
|