Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update SRB2 to 2.2.10 #3497

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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