From 5f20061699b458cdff87855812cfbaa159530fef Mon Sep 17 00:00:00 2001 From: sitiom Date: Sun, 1 Oct 2023 23:06:30 +0800 Subject: [PATCH] ipcalc: Add version 0.51 (#5128) --- bucket/ipcalc.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 bucket/ipcalc.json diff --git a/bucket/ipcalc.json b/bucket/ipcalc.json new file mode 100644 index 0000000000..acc897d8b5 --- /dev/null +++ b/bucket/ipcalc.json @@ -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" + } +}