blob: 4c7a03d48514face784fbcea42e9e21ea13c74fe (
plain)
1
2
3
4
5
6
|
#!/usr/bin/env -S bash ../.port_include.sh
port=libffi
version=3.3
useconfigure=true
files="ftp://sourceware.org/pub/libffi/libffi-${version}.tar.gz libffi-${version}.tar.gz 72fba7922703ddfa7a028d513ac15a85c8d54c8d67f55fa5a4802885dc652056"
auth_type=sha256
|