mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
20 lines
709 B
JSON
20 lines
709 B
JSON
{
|
|
"version": "0.51",
|
|
"description": "Calculates IP broadcast, network, Cisco wildcard mask, and host ranges",
|
|
"homepage": "https://jodies.de/ipcalc",
|
|
"license": "GPL-2.0-or-later",
|
|
"suggest": {
|
|
"perl": "perl"
|
|
},
|
|
"url": "https://raw.githubusercontent.com/kjokjo/ipcalc/0.51/ipcalc",
|
|
"hash": "52cdeb286b7f62ac88a6613b792b526b5bf5a714c66c3225cefd412d19cb59e4",
|
|
"bin": "ipcalc.bat",
|
|
"pre_install": "Set-Content -Value '@perl.exe \"%~dp0ipcalc\" %*' -Path \"$dir\\ipcalc.bat\"",
|
|
"checkver": {
|
|
"github": "https://github.com/kjokjo/ipcalc"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://raw.githubusercontent.com/kjokjo/ipcalc/$version/ipcalc"
|
|
}
|
|
}
|