1
0
forked from ports/opt

qpdf: update to 11.6.0

This commit is contained in:
Juergen Daubert 2023-09-05 18:36:11 +02:00
parent eb8e7945e9
commit 4e2d1dff39
3 changed files with 8 additions and 8 deletions

View File

@ -82,8 +82,8 @@ drwxr-xr-x root/root usr/lib/cmake/qpdf/
-rw-r--r-- root/root usr/lib/cmake/qpdf/qpdfConfigVersion.cmake -rw-r--r-- root/root usr/lib/cmake/qpdf/qpdfConfigVersion.cmake
-rw-r--r-- root/root usr/lib/libqpdf.a -rw-r--r-- root/root usr/lib/libqpdf.a
lrwxrwxrwx root/root usr/lib/libqpdf.so -> libqpdf.so.29 lrwxrwxrwx root/root usr/lib/libqpdf.so -> libqpdf.so.29
lrwxrwxrwx root/root usr/lib/libqpdf.so.29 -> libqpdf.so.29.5.0 lrwxrwxrwx root/root usr/lib/libqpdf.so.29 -> libqpdf.so.29.6.0
-rwxr-xr-x root/root usr/lib/libqpdf.so.29.5.0 -rwxr-xr-x root/root usr/lib/libqpdf.so.29.6.0
drwxr-xr-x root/root usr/lib/pkgconfig/ drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libqpdf.pc -rw-r--r-- root/root usr/lib/pkgconfig/libqpdf.pc
drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/UQy34yi4JaqrRkkQZjmOOPSbda4cM6tMVi34bRdaV/oea5+SD7iPxIMyT+r/HJvfWgVQMElUDgRTBvBCpf80Qk= RWSE3ohX2g5d/bbSGOBCoZ7YKQd3FwcVZ/OXGcyVk4jjcvnAGJGRG+HVEPOdbymG3pKk47o1J/rUApXVA1sUw3lKUmEoO5/xNQs=
SHA256 (Pkgfile) = f8ef418c4bbedb1e18588138bbee190f32f65a2b832ef4bb55b8d84ce87b6715 SHA256 (Pkgfile) = 02228a6cef1deb6da4ae153196cee4797d624f07f726051eecaedbe453a375de
SHA256 (.footprint) = b24876f0d239959af5084163210b0bb32f57f68e462bb5dc1f8b66ee53dd2e96 SHA256 (.footprint) = 502c03c6315e7c581fb0a96d161418a81543504d2e92de100d580bb8e71bba81
SHA256 (qpdf-11.5.0.tar.gz) = 15cb419e72c494a4a4b2e7c0eb9f4e980c8fd4e61ccdea64399e987f4c56c8ee SHA256 (qpdf-11.6.0.tar.gz) = b137500168b49b26da8fe59d99bdd56562d7983b9db965a6a487515a2bf82607

View File

@ -1,11 +1,11 @@
# Description: Utility that does structural, content-preserving transformations on PDF files # Description: Utility that does structural, content-preserving transformations on PDF files
# URL: http://qpdf.sourceforge.net/ # URL: http://qpdf.sourceforge.net/
# Maintainer: Juergen Daubert, jue at crux dot nu # Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: cmake libjpeg-turbo openssl zlib # Depends on: libjpeg-turbo openssl zlib zstd
# Optional: gnutls # Optional: gnutls
name=qpdf name=qpdf
version=11.5.0 version=11.6.0
release=1 release=1
source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.gz) source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.gz)