ladybird/Ports/dos2unix/package.sh
Nathan Ell a1580a1d00 dos2unix: Swap to official signature validation
In the initial port of dos2unix, there was a miss in the validation
of the files. Let's switch to the original author's official
signed verification of the source :^)
2021-12-09 09:48:43 +01:00

11 lines
464 B
Bash
Executable File

#!/usr/bin/env -S bash ../.port_include.sh
port=dos2unix
version=7.4.2
workdir="${port}-${version}"
files="https://waterlan.home.xs4all.nl/dos2unix/dos2unix-${version}.tar.gz ${port}-${version}.tar.gz
https://waterlan.home.xs4all.nl/dos2unix/dos2unix-7.4.2.tar.gz.asc ${port}-${version}.tar.gz.asc"
depends=("gettext")
auth_type=sig
auth_import_key="f8f1bea490496a09cca328cc38c1f572b12725be"
auth_opts=("${port}-${version}.tar.gz.asc" "${port}-${version}.tar.gz")