diff options
author | Cameron Youell <cameronyouell@gmail.com> | 2023-03-27 22:00:28 +1100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2023-03-27 14:27:32 +0100 |
commit | 7b33f33509203e99c01ca8fe5326c0382d448ae4 (patch) | |
tree | 46d61b006cb9a7bed75fba37ea77713ea232db68 /Ports/libtiff | |
parent | c04e8ae6f2992271c9fbc573088df775ef276ffe (diff) | |
download | serenity-7b33f33509203e99c01ca8fe5326c0382d448ae4.zip |
Ports/libtiff: Update libtiff to version 4.5.0
Diffstat (limited to 'Ports/libtiff')
-rwxr-xr-x | Ports/libtiff/package.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Ports/libtiff/package.sh b/Ports/libtiff/package.sh index e33af1c4fe..35176145cc 100755 --- a/Ports/libtiff/package.sh +++ b/Ports/libtiff/package.sh @@ -1,7 +1,7 @@ #!/usr/bin/env -S bash ../.port_include.sh port='libtiff' -version='4.4.0' -files="http://download.osgeo.org/libtiff/tiff-${version}.tar.xz tiff-${version}.tar.xz 49307b510048ccc7bc40f2cba6e8439182fe6e654057c1a1683139bf2ecb1dc1" +version='4.5.0' +files="http://download.osgeo.org/libtiff/tiff-${version}.tar.xz tiff-${version}.tar.xz dafac979c5e7b6c650025569c5a4e720995ba5f17bc17e6276d1f12427be267c" auth_type='sha256' useconfigure='true' configopts=( |