summaryrefslogtreecommitdiff
path: root/libgd
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2021-02-01 17:54:25 +0100
committerJuergen Daubert <jue@jue.li>2021-02-01 17:58:31 +0100
commitb2267892a3a65b2c17232347e00e92a108cb0a10 (patch)
tree2d46fcd50027476b422c8863d509631bf4a6e08b /libgd
parent9ee788127ccea1c01087670774e944a21c251aed (diff)
downloadopt-b2267892a3a65b2c17232347e00e92a108cb0a10.tar.gz
opt-b2267892a3a65b2c17232347e00e92a108cb0a10.tar.xz
libgd: update to 2.3.1
Diffstat (limited to 'libgd')
-rw-r--r--libgd/.footprint6
-rw-r--r--libgd/.signature8
-rw-r--r--libgd/Pkgfile15
3 files changed, 14 insertions, 15 deletions
diff --git a/libgd/.footprint b/libgd/.footprint
index b0014ba7e..8f7b61b18 100644
--- a/libgd/.footprint
+++ b/libgd/.footprint
@@ -29,8 +29,8 @@ drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libgd.a
-rwxr-xr-x root/root usr/lib/libgd.la
-lrwxrwxrwx root/root usr/lib/libgd.so -> libgd.so.3.0.8
-lrwxrwxrwx root/root usr/lib/libgd.so.3 -> libgd.so.3.0.8
--rwxr-xr-x root/root usr/lib/libgd.so.3.0.8
+lrwxrwxrwx root/root usr/lib/libgd.so -> libgd.so.3.0.9
+lrwxrwxrwx root/root usr/lib/libgd.so.3 -> libgd.so.3.0.9
+-rwxr-xr-x root/root usr/lib/libgd.so.3.0.9
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/gdlib.pc
diff --git a/libgd/.signature b/libgd/.signature
index 2514bdef9..719512017 100644
--- a/libgd/.signature
+++ b/libgd/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/QB2UcJvoVSyGlUiv/QvrqaQgmbEABI6JIWcMCsW3YZak3qg5dUWwiZAUjG6cjQVF5LanEKk4RQ/tufG+p+ewAU=
-SHA256 (Pkgfile) = 80b8a613ef3fb5aac10b1eab2a39ae8852f13377a8c65c147a4fc04db1a3fd7d
-SHA256 (.footprint) = e69fce99cb8252fc68e90fea37b3d18df43b26cbd449ed72863864a470e2d5cd
-SHA256 (libgd-2.3.0.tar.xz) = ecd9155b9a417fb3f837f29e5966323796de247789163761dd72dbf83bfcac58
+RWSE3ohX2g5d/b90hsrIclELuXy73POQJ+JJUrR9OUNhlXL88AJCacLImR7cRsD+kU8eWONAg7cDnUYlg6ymBDxxxsh3MPM4eQU=
+SHA256 (Pkgfile) = 2c5a1954a1a51c0944da85b1dd7ecb23fed6f0dddff218eaa0960200ff9f2cd4
+SHA256 (.footprint) = cb3159fb02878322c51248e9b3bfb7ffc5f3fb9a8b1ab4c606e1b28abc7193c8
+SHA256 (libgd-2.3.1.tar.xz) = 9767917d9f818faec4ddd763fe4a4ad9f6322c3d25da290ab2ea3e2ce4b52a7b
diff --git a/libgd/Pkgfile b/libgd/Pkgfile
index e67c6a4d9..7a0040bbc 100644
--- a/libgd/Pkgfile
+++ b/libgd/Pkgfile
@@ -1,16 +1,15 @@
# Description: Library for the dynamic creation of images
-# URL: https://libgd.github.io/
-# Maintainer: Juergen Daubert, jue at crux dot nu
-# Depends on: xorg-libxpm libjpeg-turbo freetype
+# URL: https://libgd.github.io/
+# Maintainer: Juergen Daubert, jue at crux dot nu
+# Depends on: xorg-libxpm libjpeg-turbo freetype
name=libgd
-version=2.3.0
+version=2.3.1
release=1
source=(https://github.com/libgd/libgd/releases/download/gd-$version/$name-$version.tar.xz)
build () {
- cd $name-$version
-
- ./configure --prefix=/usr
- make DESTDIR=$PKG install
+ cd $name-$version
+ ./configure --prefix=/usr
+ make DESTDIR=$PKG install
}

Generated by cgit