summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Ports/AvailablePorts.md2
-rwxr-xr-xPorts/libtiff/package.sh12
2 files changed, 7 insertions, 7 deletions
diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md
index 14bde6cdda..06358e5ba5 100644
--- a/Ports/AvailablePorts.md
+++ b/Ports/AvailablePorts.md
@@ -119,7 +119,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
| [`libsodium`](libsodium/) | libsodium | 1.0.18 | https://doc.libsodium.org/ |
| [`libssh2`](libssh2/) | libssh2 | 1.10.0 | https://www.libssh2.org/ |
| [`libtheora`](libtheora/) | libtheora | 1.1.1 | https://www.theora.org/ |
-| [`libtiff`](libtiff/) | libtiff | 4.3.0 | http://www.libtiff.org/ |
+| [`libtiff`](libtiff/) | libtiff | 4.4.0 | http://www.libtiff.org/ |
| [`libtool`](libtool/) | libtool | 2.4.7 | https://www.gnu.org/software/libtool/ |
| [`libunistring`](libunistring/) | libunistring | 1.0 | https://www.gnu.org/software/libunistring/ |
| [`libuuid`](libuuid/) | libuuid (from util-linux) | 2.38 | https://github.com/karelzak/util-linux/tree/master/libuuid |
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")