Skip to content

Commit 12d0842

Browse files
committed
mupen64plus - use full commit hash for pinning GLideN64
The mupen64plus package will contain an md5sum of all the mupen64plus repos last git commit. As it will get a full hash for each repo, but the update check will compare using any hashes stored in the repos variable, it will mismatch and think there has been an update.
1 parent 7063373 commit 12d0842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scriptmodules/emulators/mupen64plus.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ function _get_repos_mupen64plus() {
6666
commit="8a9d52b41b33d853445f0779dd2b9f5ec4ecdda8"
6767
fi
6868
# avoid a GLideN64 regression introduced in 1a0621d
69-
isPlatform "gles" && commit="5bbf55df"
69+
isPlatform "gles" && commit="5bbf55df8c61ab86b5e41a97906bc99ce9b00a36"
7070
repos+=("gonetz GLideN64 master $commit")
7171

7272
local repo

0 commit comments

Comments
 (0)