Last active
September 29, 2025 11:25
-
-
Save jamesshenry/c07840780970b8e7fcbdd600642e6dd1 to your computer and use it in GitHub Desktop.
scoop better-curl-saul 0.2.1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "version": "0.2.1", | |
| "description": "A terminal based lightweight API testing client focused on user experience and simplicity", | |
| "homepage": "https://github.com/DeprecatedLuar/better-curl-saul", | |
| "license": "MIT", | |
| "architecture": { | |
| "64bit": { | |
| "url": "https://github.com/DeprecatedLuar/better-curl-saul/releases/download/v0.2.1/saul-windows-amd64.exe", | |
| "hash": "e12a6790e719cdb28169131ecefad653aae3249c3a6aa73799962cafa1bdaf7a" | |
| } | |
| }, | |
| "bin": [ | |
| [ | |
| "saul-windows-amd64.exe", | |
| "saul" | |
| ] | |
| ], | |
| "checkver": "github", | |
| "autoupdate": { | |
| "architecture": { | |
| "64bit": { | |
| "url": "https://github.com/DeprecatedLuar/better-curl-saul/releases/download/v$version/saul-windows-amd64.exe" | |
| } | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment