File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 12
12
rp_module_id=" yquake2"
13
13
rp_module_desc=" yquake2 - The Yamagi Quake II client"
14
14
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 "
16
16
rp_module_section=" exp"
17
17
rp_module_flags=" "
18
18
@@ -25,10 +25,8 @@ function depends_yquake2() {
25
25
function sources_yquake2() {
26
26
gitPullOrClone
27
27
# 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"
32
30
}
33
31
34
32
function build_yquake2() {
You can’t perform that action at this time.
0 commit comments