Skip to content

Commit cb86863

Browse files
committed
Bump yquake2 to 8.30
Tags for Quake 2 mission packs also updated
1 parent d34548e commit cb86863

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scriptmodules/ports/yquake2.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
rp_module_id="yquake2"
1313
rp_module_desc="yquake2 - The Yamagi Quake II client"
1414
rp_module_licence="GPL2 https://raw.githubusercontent.com/yquake2/yquake2/master/LICENSE"
15-
rp_module_repo="git https://github.com/yquake2/yquake2.git QUAKE2_8_20"
15+
rp_module_repo="git https://github.com/yquake2/yquake2.git QUAKE2_8_30"
1616
rp_module_section="exp"
1717
rp_module_flags=""
1818

@@ -25,8 +25,8 @@ function depends_yquake2() {
2525
function sources_yquake2() {
2626
gitPullOrClone
2727
# get the add-ons sources
28-
gitPullOrClone "$md_build/xatrix" "https://github.com/yquake2/xatrix" "XATRIX_2_11"
29-
gitPullOrClone "$md_build/rogue" "https://github.com/yquake2/rogue" "ROGUE_2_10"
28+
gitPullOrClone "$md_build/xatrix" "https://github.com/yquake2/xatrix" "XATRIX_2_12"
29+
gitPullOrClone "$md_build/rogue" "https://github.com/yquake2/rogue" "ROGUE_2_11"
3030
}
3131

3232
function build_yquake2() {

0 commit comments

Comments
 (0)