diff options
author | Tim Schumacher <timschumi@gmx.de> | 2022-06-08 11:29:52 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-06-08 13:23:04 +0100 |
commit | 5704b7e128fe4fa2c553697d9dd13b0014e4f449 (patch) | |
tree | b59e3aae06979025b360670ce1d370ffda2f3b74 | |
parent | 869333e10e3dffc776512b32725afe3d74cfe3ee (diff) | |
download | serenity-5704b7e128fe4fa2c553697d9dd13b0014e4f449.zip |
Ports/awk: Change the file name to match the compression
-rwxr-xr-x | Ports/awk/package.sh | 2 |
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 |