ScoopInstaller_Main/bucket/dos2unix.json
Jakub Čábera 907ba3d65f tflint: Update to version 0.23.1
format [c-d]*
2021-01-10 21:44:20 +01:00

37 lines
1.2 KiB
JSON

{
"version": "7.4.2",
"description": "Convert text files with DOS or Mac line endings to Unix line endings and vice versa",
"homepage": "http://dos2unix.sourceforge.net/",
"license": "BSD-2-Clause",
"architecture": {
"64bit": {
"url": "https://waterlan.home.xs4all.nl/dos2unix/dos2unix-7.4.2-win64.zip",
"hash": "33b89323a700d9067113a26128b0ecdb7f5edb7bd9fde5c37e9bb27053895674"
},
"32bit": {
"url": "https://waterlan.home.xs4all.nl/dos2unix/dos2unix-7.4.2-win32.zip",
"hash": "bc95f33944bdf7c1371afe3785bb1f7a2928a66097c197c4ffdd9ff8e636adda"
}
},
"bin": [
"bin\\dos2unix.exe",
"bin\\mac2unix.exe",
"bin\\unix2dos.exe",
"bin\\unix2mac.exe"
],
"checkver": {
"url": "https://waterlan.home.xs4all.nl/dos2unix.html",
"regex": "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"
}
}
}
}