diff options
author | EWouters <6179932+EWouters@users.noreply.github.com> | 2022-06-03 17:21:38 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-06-08 11:40:31 +0100 |
commit | 459c49803bb4135bc42e2ad4fe70ba094e700d12 (patch) | |
tree | 8703350cc43bd6ef5598a8eb86a331549bcc2c9e /Ports/libtiff | |
parent | 411277e5d07e9659fa785de1fbcfc069a95b0535 (diff) | |
download | serenity-459c49803bb4135bc42e2ad4fe70ba094e700d12.zip |
Ports/libtiff: Update libtiff to version 4.4.0
Diffstat (limited to 'Ports/libtiff')
-rwxr-xr-x | Ports/libtiff/package.sh | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Ports/libtiff/package.sh b/Ports/libtiff/package.sh index 4cc200807b..13683387cf 100755 --- a/Ports/libtiff/package.sh +++ b/Ports/libtiff/package.sh @@ -1,9 +1,9 @@ #!/usr/bin/env -S bash ../.port_include.sh -port=libtiff -version=4.3.0 -useconfigure=true +port='libtiff' +version='4.4.0' +files="http://download.osgeo.org/libtiff/tiff-${version}.tar.xz tiff-${version}.tar.xz 49307b510048ccc7bc40f2cba6e8439182fe6e654057c1a1683139bf2ecb1dc1" +auth_type='sha256' +useconfigure='true' configopts=("--disable-static" "--enable-shared") -workdir="tiff-$version" -files="http://download.osgeo.org/libtiff/tiff-${version}.tar.gz tiff-${version}.tar.gz 0e46e5acb087ce7d1ac53cf4f56a09b221537fc86dfc5daaad1c2e89e1b37ac8" -auth_type="sha256" +workdir="tiff-${version}" depends=("libjpeg" "zstd" "xz") |