Created
October 14, 2024 10:13
-
-
Save segevfiner/ea6c7b45cfc0513323e21c96ad2a8037 to your computer and use it in GitHub Desktop.
Scoop manifest for keepawake-rs
This file contains 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.5.1", | |
"description": "Keep your computer awake", | |
"homepage": "https://github.com/segevfiner/keepawake-rs", | |
"license": "MIT", | |
"architecture": { | |
"64bit": { | |
"url": "https://github.com/segevfiner/keepawake-rs/releases/download/v0.5.1/keepawake-v0.5.1-x86_64-pc-windows-msvc.tar.gz", | |
"hash": "e2aa1dc828643af0022795fe1f5078688e6a29b815e7b50d4051342035d7b31d", | |
"extract_dir": "keepawake-v0.5.1-x86_64-pc-windows-msvc" | |
} | |
}, | |
"bin": "keepawake.exe", | |
"checkver": "github", | |
"autoupdate": { | |
"architecture": { | |
"64bit": { | |
"url": "https://github.com/segevfiner/keepawake-rs/releases/download/v$version/keepawake-v$version-x86_64-pc-windows-msvc.tar.gz", | |
"extract_dir": "keepawake-v$version-x86_64-pc-windows-msvc" | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment