diff --git a/deprecated/i2p.json b/deprecated/i2p.json deleted file mode 100644 index 88505bb3d7..0000000000 --- a/deprecated/i2p.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "version": "0.9.50", - "description": "An anonymizing network.", - "homepage": "https://geti2p.net", - "license": { - "identifier": "Public Domain,...", - "url": "https://github.com/i2p/i2p.i2p/blob/master/LICENSE.txt" - }, - "suggest": { - "JDK": "java/openjdk" - }, - "url": "https://launchpad.net/i2p/trunk/0.9.50/%2Bdownload/i2pinstall_0.9.50_windows.exe#/dl.7z", - "hash": "92e38abf0650671e08460dd25711afa67f7933a0b6fa655cbd2746662f06fb30", - "bin": [ - "I2P.exe", - "I2Psvc.exe" - ], - "shortcuts": [ - [ - "I2P.exe", - "I2P\\Start I2P (no window)", - "", - "docs\\start.ico" - ], - [ - "I2Psvc.exe", - "I2P\\Start I2P (restartable)", - "-c \"$dir\\wrapper.config\"", - "docs\\start.ico" - ] - ], - "installer": { - "script": [ - "$temp = \"$env:TEMP\\I2P\"", - "New-Item $temp -ItemType 'Directory' -Force | Out-Null", - "Move-Item \"$dir\\install.jar\" \"$temp\\install.jar\" -Force", - "New-Item -Path $temp -Name 'install.defaults' -Value \"INSTALL_PATH=$($dir.toString().Replace('\\', '/'))\" -Force | Out-Null", - "& (scoop which java) -jar \"$temp\\install.jar\" -auto | Out-Null", - "Remove-Item $temp -Force -Recurse" - ] - }, - "checkver": { - "url": "https://launchpad.net/i2p/trunk", - "regex": "Latest version is ([\\d.]+)" - }, - "autoupdate": { - "url": "https://launchpad.net/i2p/trunk/$version/%2Bdownload/i2pinstall_$version_windows.exe#/dl.7z", - "hash": { - "url": "https://geti2p.net/download", - "regex": "(?sm)$basename.*?$sha256" - } - } -} diff --git a/deprecated/nmap.json b/deprecated/nmap.json deleted file mode 100644 index c18fd66900..0000000000 --- a/deprecated/nmap.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "version": "7.92", - "description": "Network exploration and security auditing utility. (includes Npcap)", - "homepage": "https://nmap.org", - "license": { - "identifier": "GPL-2.0-only", - "url": "https://github.com/nmap/nmap/blob/master/COPYING" - }, - "notes": "'Npcap' has been installed automatically.", - "url": "https://nmap.org/dist/nmap-7.92-setup.exe", - "hash": "b2400db1a4af9607fdd6ee50e0f5926d8b9272f89eec93d4c30b56dc854afb7a", - "installer": { - "args": [ - "/S", - "/D=$dir" - ] - }, - "uninstaller": { - "file": "Uninstall.exe", - "args": "/S" - }, - "bin": [ - "nmap.exe", - "ncat.exe", - "ndiff.exe", - "zenmap.exe", - "nping.exe" - ], - "shortcuts": [ - [ - "zenmap.exe", - "Nmap - Zenmap GUI" - ] - ], - "checkver": { - "url": "https://nmap.org/download.html", - "regex": "nmap-([\\d.]+)-setup\\.exe" - }, - "autoupdate": { - "url": "https://nmap.org/dist/nmap-$version-setup.exe" - } -}