1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 03:17:35 +00:00

Ports: Add auth_type verification to all package.sh files

This commit is contained in:
Brendan Coles 2021-04-16 17:39:43 +00:00 committed by Linus Groh
parent 6c618eb072
commit a206ab2211
68 changed files with 135 additions and 65 deletions

View file

@ -2,6 +2,7 @@
port=rsync
version=3.1.3
useconfigure="true"
files="https://download.samba.org/pub/rsync/src/rsync-${version}.tar.gz rsync-${version}.tar.gz
https://download.samba.org/pub/rsync/src/rsync-${version}.tar.gz.asc rsync-${version}.tar.gz.asc"
files="https://download.samba.org/pub/rsync/src/rsync-${version}.tar.gz rsync-${version}.tar.gz 1581a588fde9d89f6bc6201e8129afaf
https://download.samba.org/pub/rsync/src/rsync-${version}.tar.gz.asc rsync-${version}.tar.gz.asc 5cde11b63857d647f6cb9850f76c52cb"
auth_type=md5
configopts="--target=${SERENITY_ARCH}-pc-serenity"