mawk, fix SOURCE_URI (#8908)

This commit is contained in:
Schrijvers Luc
2023-06-30 15:24:25 +02:00
committed by GitHub
parent c258690ec2
commit 436cbcac98

View File

@@ -12,8 +12,8 @@ few lines of code."
HOMEPAGE="http://invisible-island.net/mawk"
COPYRIGHT="2009-2017 Thomas E. Dickey"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="ftp://ftp.invisible-island.net/mawk/mawk-1.3.4-20171017.tgz"
REVISION="2"
SOURCE_URI="https://invisible-island.net/archives/mawk/mawk-1.3.4-20171017.tgz"
CHECKSUM_SHA256="db17115d1ed18ed1607c8b93291db9ccd4fe5e0f30d2928c3c5d127b23ec9e5b"
SOURCE_DIR="mawk-1.3.4-20171017"
@@ -39,6 +39,10 @@ BUILD_PREREQUIRES="
cmd:sed
"
TEST_REQUIRES="
cmd:cmp
"
BUILD()
{
./configure --prefix=$prefix --mandir=$manDir