{ "version": "2.5.3", "description": "A popular dependency manager focusing on flexibility and simplicity.", "homepage": "https://ant.apache.org/ivy/index.html", "license": "Apache-2.0", "depends": "ant", "suggest": { "JDK": [ "java/oraclejdk", "java/openjdk" ] }, "url": "https://downloads.apache.org/ant/ivy/2.5.3/apache-ivy-2.5.3-bin.zip", "hash": "sha512:9564547690561c8b69c133cb188e002c0a94cc696905c1c0386afa44de13c217afb6824c04591294cd0890fc46fc620a53cd567f9056c7285d515c0b5477db6c", "extract_dir": "apache-ivy-2.5.3", "installer": { "script": [ "$antLibPath = \"$(appsdir $global)\\ant\\current\\lib\"", "Write-Host -fore blue \"Copying ivy-$version.jar to $antLibPath\"", "Copy-Item \"$dir\\ivy-$version.jar\" $antLibPath" ] }, "uninstaller": { "script": [ "$antLibPath = \"$(appsdir $global)\\ant\\current\\lib\"", "Write-Host -fore blue \"Removing ivy-$version.jar from $antLibPath\"", "Remove-Item -force $antLibPath\\ivy-$version.jar" ] }, "checkver": { "url": "https://ant.apache.org/ivy/download.cgi", "regex": "/([\\d.]+)/" }, "autoupdate": { "url": "https://downloads.apache.org/ant/ivy/$version/apache-ivy-$version-bin.zip", "hash": { "url": "$url.sha512" }, "extract_dir": "apache-ivy-$version" } }