mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-26 21:34:47 +00:00
34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"version": "7.5.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.5.4-win64.zip",
|
|
"hash": "a64f748630827a6a09390edecb404b505d364864d095a758e434eb95ee6fd197"
|
|
},
|
|
"32bit": {
|
|
"url": "https://waterlan.home.xs4all.nl/dos2unix/dos2unix-7.5.4-win32.zip",
|
|
"hash": "3da72a88bb3cb2f6c5f8d0ed050eb3d718d14f25202e2d328f7e86f8ae9f1c5c"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|