mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:47:35 +00:00
Ports: Migrate remaining signature-based ports to sha256
This commit is contained in:
parent
e0b2757f95
commit
f7ccdc268d
25 changed files with 49 additions and 129 deletions
|
@ -1,13 +1,10 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=mawk
|
||||
version=1.3.4-20200120
|
||||
files="https://invisible-mirror.net/archives/mawk/mawk-${version}.tgz mawk-${version}.tgz
|
||||
https://invisible-mirror.net/archives/mawk/mawk-${version}.tgz.asc mawk-${version}.tgz.asc"
|
||||
files="https://invisible-mirror.net/archives/mawk/mawk-${version}.tgz mawk-${version}.tgz 7fd4cd1e1fae9290fe089171181bbc6291dfd9bca939ca804f0ddb851c8b8237"
|
||||
useconfigure=true
|
||||
use_fresh_config_sub=true
|
||||
auth_type="sig"
|
||||
auth_import_key="C52048C0C0748FEE227D47A2702353E0F7E48EDB"
|
||||
auth_opts=("mawk-${version}.tgz.asc" "mawk-${version}.tgz")
|
||||
auth_type='sha256'
|
||||
|
||||
post_install() {
|
||||
ln -sf mawk "${SERENITY_INSTALL_ROOT}/usr/local/bin/awk"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue