2023-08-05 00:29:14 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.0",
"description": "A modern version of the legacy EDIT.COM text editor, from the author of Yori.",
"homepage": "http://www.malsmith.net/yori/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "http://www.malsmith.net/download/?obj=yori/2.0/yori-typical-amd64.cab#/dl.7z",
"hash": "d3757a4ab8f1a8e01d1f710df387555bc31a7bff55776ba7c2ba366140c8ca03"
},
"32bit": {
"url": "http://www.malsmith.net/download/?obj=yori/2.0/yori-typical-win32.cab#/dl.7z",
"hash": "829e779b203a62e7d05abd7cb683c5dbcb0ea2816085410057de7d1c2ddb5716"
}
},
"post_install": "Remove-Item \"$dir\\*\" -Recurse -Exclude yedit.exe",
"bin": "yedit.exe",
"checkver": {
"github": "https://github.com/malxau/yori"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "http://www.malsmith.net/download/?obj=yori/$version/yori-typical-amd64.cab#/dl.7z"
},
"32bit": {
"url": "http://www.malsmith.net/download/?obj=yori/$version/yori-typical-win32.cab#/dl.7z"
}
}
}
}