(chore): Remove active manifests from deprecated

This commit is contained in:
HUMORCE 2025-08-16 11:56:01 +00:00
parent 72a6532459
commit df6088174a
No known key found for this signature in database
GPG Key ID: FF7A96FF20AE10DC
2 changed files with 0 additions and 95 deletions

View File

@ -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"
}
}
}

View File

@ -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"
}
}