Fix xmlstarlet

This commit is contained in:
Ross Smith II 2017-03-02 14:48:54 -08:00
parent 4e286a3b7a
commit 3d252a4b3c

View File

@ -1,14 +1,15 @@
{ {
"autoupdate": { "autoupdate": {
"bin": "xmlstarlet-$version/xml.exe", "extract_dir": "xmlstarlet-$version",
"url": "https://sourceforge.net/projects/xmlstar/files/xmlstarlet/$version/xmlstarlet-$version-win32.zip" "url": "https://sourceforge.net/projects/xmlstar/files/xmlstarlet/$version/xmlstarlet-$version-win32.zip"
}, },
"bin": "xmlstarlet-1.6.1/xml.exe", "bin": "xml.exe",
"checkver": { "checkver": {
"re": "/files/latest/download\\?source=files\"\\s+title=\"/xmlstarlet/([\\d.]+)", "re": "/files/latest/download\\?source=files\"\\s+title=\"/xmlstarlet/([\\d.]+)",
"url": "https://sourceforge.net/projects/xmlstar/files/" "url": "https://sourceforge.net/projects/xmlstar/files/"
}, },
"description": "Transform, query, validate, and edit XML files", "description": "Transform, query, validate, and edit XML files",
"extract_dir": "xmlstarlet-1.6.1",
"hash": "4ee3d767d9126308d6bcf7b7290e85614a83fe51a9d84e765b9b7f4359f79fce", "hash": "4ee3d767d9126308d6bcf7b7290e85614a83fe51a9d84e765b9b7f4359f79fce",
"homepage": "http://xmlstar.sourceforge.net/", "homepage": "http://xmlstar.sourceforge.net/",
"license": "MIT", "license": "MIT",