mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 02:12:09 -05:00
Ports: Add SHA256 checksum to dos2unix port
This commit is contained in:
parent
fa879168f5
commit
78252d7777
1 changed files with 2 additions and 1 deletions
|
@ -2,5 +2,6 @@
|
||||||
port=dos2unix
|
port=dos2unix
|
||||||
version=7.4.2
|
version=7.4.2
|
||||||
workdir="${port}-${version}"
|
workdir="${port}-${version}"
|
||||||
files="https://waterlan.home.xs4all.nl/dos2unix/dos2unix-${version}.tar.gz ${port}-${version}.tar.gz"
|
files="https://waterlan.home.xs4all.nl/dos2unix/dos2unix-${version}.tar.gz ${port}-${version}.tar.gz 6035c58df6ea2832e868b599dfa0d60ad41ca3ecc8aa27822c4b7a9789d3ae01"
|
||||||
depends=("gettext")
|
depends=("gettext")
|
||||||
|
auth_type=sha256
|
||||||
|
|
Loading…
Add table
Reference in a new issue