diff options
Diffstat (limited to 'games/veloren-weekly/Makefile')
-rw-r--r-- | games/veloren-weekly/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/veloren-weekly/Makefile b/games/veloren-weekly/Makefile index dffba0e576e1..ca33707197f3 100644 --- a/games/veloren-weekly/Makefile +++ b/games/veloren-weekly/Makefile @@ -1,6 +1,5 @@ PORTNAME= veloren -PORTVERSION= s20240607 -PORTREVISION= 1 +PORTVERSION= s20240611 CATEGORIES= games wayland PKGNAMESUFFIX= -weekly @@ -27,7 +26,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:audio/alsa-pl USES= cargo xorg USE_XORG= xcb USE_GITLAB= yes -GL_TAGNAME= v0.16.0-261-g5c0299ef8 # git describe --match='v[0-9]*' weekly +GL_TAGNAME= v0.16.0-265-ge4cd939eb # git describe --match='v[0-9]*' weekly CARGO_ENV= VELOREN_USERDATA_STRATEGY=system SHADERC_LIB_DIR="${LOCALBASE}/lib" PLIST_FILES= bin/${PORTNAME}-server-cli \ bin/${PORTNAME}-voxygen \ |