ipcalc: Add version 0.51 (#5128)

This commit is contained in:
sitiom 2023-10-01 23:06:30 +08:00 committed by GitHub
parent 46d66707c8
commit 5f20061699
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

19
bucket/ipcalc.json Normal file
View File

@ -0,0 +1,19 @@
{
"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"
}
}