Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions scriptmodules/ports/srb2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
rp_module_id="srb2"
rp_module_desc="Sonic Robo Blast 2 - 3D Sonic the Hedgehog fan-game built using a modified version of the Doom Legacy source port of Doom"
rp_module_licence="GPL2 https://raw.githubusercontent.com/STJr/SRB2/master/LICENSE"
rp_module_repo="git https://github.com/STJr/SRB2.git SRB2_release_2.2.9"
rp_module_repo="git https://github.com/STJr/SRB2.git SRB2_release_2.2.10"
rp_module_section="exp"

function depends_srb2() {
Expand Down Expand Up @@ -46,7 +46,6 @@ function install_srb2() {
'assets/installer/player.dta'
'assets/installer/zones.pk3'
'assets/installer/srb2.pk3'
'assets/installer/patch.pk3'
'assets/README.txt'
'assets/LICENSE.txt'
)
Expand Down