mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 10:27:36 +00:00
Ports: Add auth_type verification to all package.sh files
This commit is contained in:
parent
6c618eb072
commit
a206ab2211
68 changed files with 135 additions and 65 deletions
|
@ -2,7 +2,8 @@
|
|||
port=nethack
|
||||
version=3.6.6
|
||||
workdir=NetHack-NetHack-${version}_Released
|
||||
files="https://www.nethack.org/download/${version}/nethack-${version//.}-src.tgz nethack-${version//.}-src.tgz"
|
||||
files="https://www.nethack.org/download/${version}/nethack-${version//.}-src.tgz nethack-${version//.}-src.tgz 6c9a75f556d24c66801d74d8727a602e"
|
||||
auth_type=md5
|
||||
depends="ncurses bash"
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue