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 fb20ee75b22d..33118a3a1e0f 100644 --- a/games/veloren-weekly/Makefile +++ b/games/veloren-weekly/Makefile @@ -1,6 +1,5 @@ PORTNAME= veloren -PORTVERSION= s20251001 -PORTREVISION= 1 +PORTVERSION= s20251008 CATEGORIES= games wayland PKGNAMESUFFIX= -weekly @@ -25,7 +24,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.17.0-1245-gcb0cd52b89 # git describe --match='v[0-9]*' weekly +GL_TAGNAME= v0.17.0-1253-g8176fe3613 # 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 \ |