diff options
author | Emanuele Torre <torreemanuele6@gmail.com> | 2021-01-03 14:47:42 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-01-03 17:12:50 +0100 |
commit | ec8577ac3c78266215cb928ebe4b62c6a495cbf1 (patch) | |
tree | 2b4761d753446e5b5afa0d68b32d6247f83b3d98 /Ports/libexpat | |
parent | f9f571aa7f4aba696d70db77781ad6ec4f1a1f44 (diff) | |
download | serenity-ec8577ac3c78266215cb928ebe4b62c6a495cbf1.zip |
LibGfx+Ports: Add missing newlines at the end of file.
Diffstat (limited to 'Ports/libexpat')
-rwxr-xr-x | Ports/libexpat/package.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ports/libexpat/package.sh b/Ports/libexpat/package.sh index 1b3f4e6161..bb020bc638 100755 --- a/Ports/libexpat/package.sh +++ b/Ports/libexpat/package.sh @@ -7,4 +7,4 @@ https://github.com/libexpat/libexpat/releases/download/R_2_2_9/expat-${version}. workdir=expat-${version} auth_type="sig" auth_import_key="CB8DE70A90CFBF6C3BF5CC5696262ACFFBD3AEC6" -auth_opts="expat-${version}.tar.xz.asc expat-${version}.tar.xz"
\ No newline at end of file +auth_opts="expat-${version}.tar.xz.asc expat-${version}.tar.xz" |