Skip to content

Commit c3cb4dd

Browse files
authored
Merge pull request #3609 from protocultor/yquake2
Update Yamagi Quake 2 to version 8.20
2 parents 414c8da + c2cab4b commit c3cb4dd

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

scriptmodules/ports/yquake2.sh

Lines changed: 3 additions & 5 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_10"
15+
rp_module_repo="git https://github.com/yquake2/yquake2.git QUAKE2_8_20"
1616
rp_module_section="exp"
1717
rp_module_flags=""
1818

@@ -25,10 +25,8 @@ function depends_yquake2() {
2525
function sources_yquake2() {
2626
gitPullOrClone
2727
# get the add-ons sources
28-
local repo
29-
for repo in 'xatrix' 'rogue'; do
30-
gitPullOrClone "$md_build/$repo" "https://github.com/yquake2/$repo"
31-
done
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"
3230
}
3331

3432
function build_yquake2() {

0 commit comments

Comments
 (0)