ScoopInstaller_Main/bucket/dos2unix.json
2023-02-11 16:29:29 +00:00

34 lines
1.1 KiB
JSON

{
"version": "7.4.4",
"description": "Convert text files with DOS or Mac line endings to Unix line endings and vice versa",
"homepage": "https://waterlan.home.xs4all.nl/dos2unix.html",
"license": "BSD-2-Clause",
"architecture": {
"64bit": {
"url": "https://waterlan.home.xs4all.nl/dos2unix/dos2unix-7.4.4-win64.zip",
"hash": "aca54b22398f23a191e2c4e4ee3a1f300f5c69a346d3ea69acd952c1ebe7daec"
},
"32bit": {
"url": "https://waterlan.home.xs4all.nl/dos2unix/dos2unix-7.4.4-win32.zip",
"hash": "183915e2f3fae804981091d196965f02c4ab751d82db7e00ccc8f499717596f7"
}
},
"bin": [
"bin\\dos2unix.exe",
"bin\\mac2unix.exe",
"bin\\unix2dos.exe",
"bin\\unix2mac.exe"
],
"checkver": "Stable version:\\s+([\\d.]+)",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://waterlan.home.xs4all.nl/dos2unix/dos2unix-$version-win64.zip"
},
"32bit": {
"url": "https://waterlan.home.xs4all.nl/dos2unix/dos2unix-$version-win32.zip"
}
}
}
}