mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"version": "7.5.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.5.2-win64.zip",
|
|
"hash": "37ca9a9c99138f093476636a068c5bd18d147180b794a1c7ea4936dce8f84328"
|
|
},
|
|
"32bit": {
|
|
"url": "https://waterlan.home.xs4all.nl/dos2unix/dos2unix-7.5.2-win32.zip",
|
|
"hash": "10faa197ccf98c3c83267d96533b566d461ffe32a66ebb167e86dc153ac45385"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|