ScoopInstaller_Main/bucket/dos2unix.json
Ross Smith II ecf17864a2
dos2unix: add autoupdate section (#451)
* dos2unix: add autoupdate section

See #150.

* Update dos2unix.json

* Update bucket/dos2unix.json

Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>

* dos2unix: Run checkver (and fix regex)
2019-11-17 17:08:25 -08:00

37 lines
1.2 KiB
JSON

{
"homepage": "http://dos2unix.sourceforge.net/",
"description": "Convert text files with DOS or Mac line endings to Unix line endings and vice versa",
"version": "7.4.1",
"license": "BSD-2-Clause",
"architecture": {
"64bit": {
"url": "https://waterlan.home.xs4all.nl/dos2unix/dos2unix-7.4.1-win64.zip",
"hash": "1d5ba31ffe8e4ec93379bc45822b5c0b1b250ada51786e5051cf1591e4814499"
},
"32bit": {
"url": "https://waterlan.home.xs4all.nl/dos2unix/dos2unix-7.4.1-win32.zip",
"hash": "76c5f580ed14ad7352fb7b80642e7997e8d16d62bed39f8cc2ff5708f3f9d083"
}
},
"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"
}
}
}
}