summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Schumacher <timschumi@gmx.de>2022-06-08 11:29:52 +0200
committerLinus Groh <mail@linusgroh.de>2022-06-08 13:23:04 +0100
commit5704b7e128fe4fa2c553697d9dd13b0014e4f449 (patch)
treeb59e3aae06979025b360670ce1d370ffda2f3b74
parent869333e10e3dffc776512b32725afe3d74cfe3ee (diff)
downloadserenity-5704b7e128fe4fa2c553697d9dd13b0014e4f449.zip
Ports/awk: Change the file name to match the compression
-rwxr-xr-xPorts/awk/package.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ports/awk/package.sh b/Ports/awk/package.sh
index 388b82f925..aedb2229f2 100755
--- a/Ports/awk/package.sh
+++ b/Ports/awk/package.sh
@@ -2,7 +2,7 @@
port=awk
version=20220122
useconfigure="false"
-files="https://github.com/onetrueawk/awk/archive/refs/tags/${version}.tar.gz awk-${version}.tar.xz 720a06ff8dcc12686a5176e8a4c74b1295753df816e38468a6cf077562d54042"
+files="https://github.com/onetrueawk/awk/archive/refs/tags/${version}.tar.gz awk-${version}.tar.gz 720a06ff8dcc12686a5176e8a4c74b1295753df816e38468a6cf077562d54042"
auth_type=sha256
patchlevel=1