ScoopInstaller_Main/bucket/xmlstarlet.json
2023-03-10 00:03:29 +05:30

25 lines
811 B
JSON

{
"version": "1.6.1",
"description": "Transform, query, validate, and edit XML files.",
"homepage": "https://xmlstar.sourceforge.net/",
"license": "MIT",
"url": "https://downloads.sourceforge.net/project/xmlstar/xmlstarlet/1.6.1/xmlstarlet-1.6.1-win32.zip",
"hash": "sha1:cc5f5cd17a1f81740e5185a70408ffd6fa2f862d",
"extract_dir": "xmlstarlet-1.6.1",
"bin": [
"xml.exe",
[
"xml.exe",
"xmlstarlet"
]
],
"checkver": {
"url": "https://sourceforge.net/projects/xmlstar/files/",
"regex": "xmlstarlet-([\\d.]+)-win"
},
"autoupdate": {
"url": "https://downloads.sourceforge.net/project/xmlstar/xmlstarlet/$version/xmlstarlet-$version-win32.zip",
"extract_dir": "xmlstarlet-$version"
}
}