Ports/thesilversearcher: Change the file name to match the compression

This commit is contained in:
Tim Schumacher 2022-06-07 10:49:15 +02:00 committed by Linus Groh
parent e3eb45c6e5
commit b67b5b8292

View file

@ -2,7 +2,7 @@
port=thesilversearcher
version=2.2.0
useconfigure="true"
files="https://geoff.greer.fm/ag/releases/the_silver_searcher-${version}.tar.gz the_silver_searcher-${version}.tar.xz d9621a878542f3733b5c6e71c849b9d1a830ed77cb1a1f6c2ea441d4b0643170"
files="https://geoff.greer.fm/ag/releases/the_silver_searcher-${version}.tar.gz the_silver_searcher-${version}.tar.gz d9621a878542f3733b5c6e71c849b9d1a830ed77cb1a1f6c2ea441d4b0643170"
workdir="the_silver_searcher-${version}"
configopts=("--target=${SERENITY_ARCH}-pc-serenity" "--disable-utf8")
depends=("pcre" "xz")