mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 18:37:34 +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
|
@ -1,5 +1,6 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=patch
|
||||
version=6.6
|
||||
files="https://github.com/ibara/libpuffy/releases/download/libpuffy-1.0/patch-${version}.tar.gz patch-${version}.tar.gz"
|
||||
files="https://github.com/ibara/libpuffy/releases/download/libpuffy-1.0/patch-${version}.tar.gz patch-${version}.tar.gz 451c14a5ec595465d0dcc05d86eed195"
|
||||
auth_type=md5
|
||||
depends=libpuffy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue