mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 20:17:44 +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=flex
|
||||
version=2.6.4
|
||||
files="https://github.com/westes/flex/releases/download/v${version}/flex-${version}.tar.gz flex-${version}.tar.gz
|
||||
https://github.com/westes/flex/releases/download/v${version}/flex-${version}.tar.gz.sig flex-${version}.tar.gz.sig"
|
||||
files="https://github.com/westes/flex/releases/download/v${version}/flex-${version}.tar.gz flex-${version}.tar.gz e87aae032bf07c26f85ac0ed3250998c37621d95f8bd748b31f15b33c45ee995"
|
||||
useconfigure=true
|
||||
use_fresh_config_sub=true
|
||||
config_sub_paths=("build-aux/config.sub")
|
||||
configopts=("--disable-bootstrap")
|
||||
depends=("m4" "pcre2")
|
||||
auth_type="sig"
|
||||
auth_import_key="E4B29C8D64885307"
|
||||
auth_opts=("flex-${version}.tar.gz.sig")
|
||||
auth_type='sha256'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue