diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2023-07-03 14:51:13 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2023-07-03 14:51:13 +0200 |
commit | 9becdfa2fc53f06098a8e7cf95b6297ff30acf4d (patch) | |
tree | 505b990e5a1525e3512bd3ad73b329e79d86d745 | |
parent | 5cbe5a4b00be1968d44e59220f6a4ae1da1f4a35 (diff) |
x11/libXt: Bump minor version for 1.3.0
Addition of XtReallocArray()
-rw-r--r-- | x11/libXt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/libXt/Makefile b/x11/libXt/Makefile index e32f985..318b589 100644 --- a/x11/libXt/Makefile +++ b/x11/libXt/Makefile @@ -7,7 +7,7 @@ HOMEPAGE = https://gitlab.freedesktop.org/xorg/lib/libxt MAINTAINER = xenocara@openbsd.org -SHARED_LIBS= Xt 11.0 +SHARED_LIBS= Xt 11.1 # MIT PERMIT_PACKAGE = Yes |