xmlstarlet: Fix checkver

This commit is contained in:
Brandon Smith 2018-08-26 16:00:19 -04:00
parent 9354ee1425
commit 4ef1fb1eb7

View File

@ -5,7 +5,7 @@
}, },
"bin": "xml.exe", "bin": "xml.exe",
"checkver": { "checkver": {
"re": "/files/latest/download\\?source=files\"\\s+title=\"/xmlstarlet/([\\d.]+)", "re": "xmlstarlet-([\\d.]+)-win",
"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",