diff --git a/bucket/netspeedtray.json b/bucket/netspeedtray.json new file mode 100644 index 00000000000000..3285e25fb22aa3 --- /dev/null +++ b/bucket/netspeedtray.json @@ -0,0 +1,29 @@ +{ + "$schema": "https://raw.githubusercontent.com/ScoopInstaller/Scoop/master/schema.json", + "version": "1.1.7", + "description": "A lightweight, open-source network monitor for Windows that displays live upload/download speeds directly on the Taskbar.", + "homepage": "https://github.com/erez-c137/NetSpeedTray", + "license": "GPL-3.0-only", + "architecture": { + "64bit": { + "url": "https://github.com/erez-c137/NetSpeedTray/releases/download/v1.1.7/NetSpeedTray-1.1.7-Setup.exe", + "hash": "7ef7fc985d1198ca3eca22e1d7a981515b8c4e77a67c19d3f8736e609bf0732c", + "installer": { + "args": "/S" + }, + "uninstaller": { + "script": "\"$env:ProgramFiles\\NetSpeedTray\\unins000.exe\" /SILENT" + } + } + }, + "checkver": { + "github": "https://github.com/erez-c137/NetSpeedTray" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/erez-c137/NetSpeedTray/releases/download/v$version/NetSpeedTray-$version-Setup.exe" + } + } + } +} \ No newline at end of file