mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com> Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
19 lines
727 B
JSON
19 lines
727 B
JSON
{
|
|
"version": "1.6.1",
|
|
"description": "Transform, query, validate, and edit XML files.",
|
|
"homepage": "http://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",
|
|
"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"
|
|
}
|
|
}
|