Skip to content

Instantly share code, notes, and snippets.

@JustinGrote
Created April 12, 2023 16:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JustinGrote/a2d7b9c1d47b11628a0cb97d90f63160 to your computer and use it in GitHub Desktop.
Save JustinGrote/a2d7b9c1d47b11628a0cb97d90f63160 to your computer and use it in GitHub Desktop.
Scoop Package Manifest for PingoMeter
{
"version": "0.9.9",
"description": "A small portable program that show your ping in Windows system tray.",
"homepage": "https://github.com/EFLFE/PingoMeter",
"license": "MIT",
"url": "https://github.com/EFLFE/PingoMeter/releases/download/0.9.9/PingoMeter_r0.9.9.zip",
"hash": "065C609C9AE945F55AA9476195091BE0A8D8D112B8ABDAB9392CE400981C88E4",
"extract_dir": "PingoMeter",
"shortcuts": [
[
"PingoMeter.exe",
"PingoMeter"
]
],
"bin": "PingoMeter.exe",
"checkver": "github",
"autoupdate": {
"url": "https://github.com/EFLFE/PingoMeter/releases/download/$version/PingoMeter_r$version.zip"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment