mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"version": "7.4.2",
|
|
"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.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": "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"
|
|
}
|
|
}
|
|
}
|
|
}
|