Skip to content

Commit

Permalink
SVN mirror of OpenMPT didn't work, switch to Git.
Browse files Browse the repository at this point in the history
Falling back to git mirror rather than SVT mirror, reason timed out.
  • Loading branch information
MartinEesmaa committed Jan 12, 2025
1 parent 3e3fc55 commit 87174c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts.d/50-openmpt.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

SCRIPT_REPO="https://source.openmpt.org/svn/openmpt/trunk/OpenMPT"
SCRIPT_REV="22666"
SCRIPT_REPO="https://github.com/OpenMPT/openmpt"
SCRIPT_COMMIT="9c80f9c36a66bd792b4f553d4937d951af500016"

ffbuild_enabled() {
[[ $TARGET == winarm64 ]] && return -1
Expand Down

0 comments on commit 87174c4

Please sign in to comment.