mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 17:31:58 -05:00
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 :^)
This commit is contained in:
parent
aa5f130c84
commit
a1580a1d00
1 changed files with 5 additions and 2 deletions
|
@ -2,6 +2,9 @@
|
|||
port=dos2unix
|
||||
version=7.4.2
|
||||
workdir="${port}-${version}"
|
||||
files="https://waterlan.home.xs4all.nl/dos2unix/dos2unix-${version}.tar.gz ${port}-${version}.tar.gz 6035c58df6ea2832e868b599dfa0d60ad41ca3ecc8aa27822c4b7a9789d3ae01"
|
||||
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=sha256
|
||||
auth_type=sig
|
||||
auth_import_key="f8f1bea490496a09cca328cc38c1f572b12725be"
|
||||
auth_opts=("${port}-${version}.tar.gz.asc" "${port}-${version}.tar.gz")
|
||||
|
|
Loading…
Reference in a new issue