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