ScoopInstaller_Main/bucket/dos2unix.json
2022-06-05 16:30:03 +00:00

34 lines
1.1 KiB
JSON

{
"version": "7.4.3",
"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.3-win64.zip",
"hash": "11fdc2c3fc17035f082bfc32d56ba2e50f234dd6fa89b089df5dc33752d3d031"
},
"32bit": {
"url": "https://waterlan.home.xs4all.nl/dos2unix/dos2unix-7.4.3-win32.zip",
"hash": "231374da875e3546b14cbb70017c9acac3fbba0f9a55a17f64ee2e997471fab0"
}
},
"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"
}
}
}
}