diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2020-01-19 12:09:01 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2020-01-19 12:09:01 +0100 |
commit | 8a1c131c6b02e30dfc6a62469ed9e945e61e6939 (patch) | |
tree | acc18f6161b7d05ae9ab913790679e9daee40836 /graphics | |
parent | 052412cdff18587f8d0b0121ade47e8be7f86650 (diff) |
update to libepoxy 1.5.4
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libepoxy/Makefile | 4 | ||||
-rw-r--r-- | graphics/libepoxy/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/libepoxy/Makefile b/graphics/libepoxy/Makefile index fdeb761..61f3bd0 100644 --- a/graphics/libepoxy/Makefile +++ b/graphics/libepoxy/Makefile @@ -1,14 +1,14 @@ # $OpenBSD: Makefile.template,v 1.83 2019/07/02 12:03:14 sthen Exp $ COMMENT = library for handling OpenGL function pointer management -V = 1.5.3 +V = 1.5.4 DISTNAME = libepoxy-${V} GH_ACCOUNT = anholt GH_PROJECT = libepoxy GH_TAGNAME = ${V} -SHARED_LIBS = epoxy 3.0 +SHARED_LIBS = epoxy 4.0 CATEGORIES = graphics diff --git a/graphics/libepoxy/distinfo b/graphics/libepoxy/distinfo index 15bbefb..dda69ac 100644 --- a/graphics/libepoxy/distinfo +++ b/graphics/libepoxy/distinfo @@ -1,2 +1,2 @@ -SHA256 (libepoxy-1.5.3.tar.gz) = wvHiycEtzFfe4HzUykfeg88Z0CJqIltpUGbOWOu0sRc= -SIZE (libepoxy-1.5.3.tar.gz) = 326768 +SHA256 (libepoxy-1.5.4.tar.gz) = ySb8xgaQHz4D43ECcFb9R42kPgHOLaf/xItaDeDKEHw= +SIZE (libepoxy-1.5.4.tar.gz) = 337615 |