diff options
Diffstat (limited to 'devel/luv/Makefile')
-rw-r--r-- | devel/luv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/luv/Makefile b/devel/luv/Makefile index 4de8963f3ff3..1597cff172c6 100644 --- a/devel/luv/Makefile +++ b/devel/luv/Makefile @@ -1,6 +1,6 @@ PORTNAME= luv #DISTVERSIONPREFIX= v -DISTVERSION= 1.50.0-1 +DISTVERSION= 1.51.0-0 CATEGORIES= devel MASTER_SITES= https://github.com/luvit/${PORTNAME}/releases/download/${DISTVERSION}/ @@ -26,7 +26,7 @@ CMAKE_ARGS= -DLUA_BUILD_TYPE=System \ PLIST_FILES= lib/libluv.so \ lib/libluv.so.1 \ - lib/libluv.so.1.50.0 \ + lib/libluv.so.1.51.0 \ libdata/pkgconfig/libluv.pc \ include/luv/util.h \ include/luv/luv.h \ |