mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
25 lines
811 B
JSON
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"
|
|
}
|
|
}
|