diff options
Diffstat (limited to 'games/veloren-weekly/Makefile')
-rw-r--r-- | games/veloren-weekly/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/veloren-weekly/Makefile b/games/veloren-weekly/Makefile index ca33707197f3..c7be7d4a22e7 100644 --- a/games/veloren-weekly/Makefile +++ b/games/veloren-weekly/Makefile @@ -1,5 +1,5 @@ PORTNAME= veloren -PORTVERSION= s20240611 +PORTVERSION= s20240619 CATEGORIES= games wayland PKGNAMESUFFIX= -weekly @@ -26,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-265-ge4cd939eb # git describe --match='v[0-9]*' weekly +GL_TAGNAME= v0.16.0-279-gd6d9c2ca5 # 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 \ |