-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathsubmodules-check.sh
More file actions
executable file
·30 lines (20 loc) · 1.98 KB
/
submodules-check.sh
File metadata and controls
executable file
·30 lines (20 loc) · 1.98 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#!/bin/sh
HIVELYTRACKER=`git ls-remote https://github.com/pete-gordon/hivelytracker.git refs/heads/master | sed -e 's/\t.*//'`
if test "x$HIVELYTRACKER" != x"f393ca7c6416f00bcb574b334a7e8b57dcb19eb2"; then echo HIVELYTRACKER needs to be verified; fi
QOA=`git ls-remote https://github.com/phoboslab/qoa refs/heads/master | sed -e 's/\t.*//'`
if test "x$QOA" != x"7abe23987a11d60dfcf1a37a095af834dde245ac"; then echo QOA needs to be verified; fi
ADPLUGDB=`git ls-remote https://github.com/adplug/database.git refs/heads/master | sed -e 's/\t.*//'`
if test "x$ADPLUGDB" != x"7ac0819ec55d6dd1ffe42890f82c3ada05d101b5"; then echo ADPLUGDB needs to be verified; fi
LIBBINIO=`git ls-remote https://github.com/adplug/libbinio.git refs/heads/master | sed -e 's/\t.*//'`
if test "x$LIBBINIO" != x"79d597dde20683c8578958308b4c1746ab5859ff"; then echo LIBBINIO needs to be verified; fi
ADPLUG=`git ls-remote https://github.com/adplug/adplug.git refs/heads/master | sed -e 's/\t.*//'`
if test "x$ADPLUG" != x"101e7503d91fc783f5152d374a5837a13082ff1b"; then echo ADPLUG needs to be verified; fi
LIBSIDPLAYFP=`git ls-remote https://github.com/libsidplayfp/libsidplayfp.git refs/heads/master | sed -e 's/\t.*//'`
if test "x$LIBSIDPLAYFP" != x"bc69f63ad35e725cd2f308d7ef738a5471d06cd7"; then echo LIBSIDPLAYFP needs to be verified; fi
LIBRESIDFP=`git ls-remote https://github.com/libsidplayfp/libresidfp.git refs/heads/main | sed -e 's/\t.*//'`
if test "x$LIBRESIDFP" != x"9fa639915cad02eccb811903ba85b51f06467e0d"; then echo LIBRESIDFP needs to be verified; fi
ANCIENT=`git ls-remote https://github.com/temisu/ancient.git refs/heads/master | sed -e 's/\t.*//'`
if test "x$ANCIENT" != x"d52dc0c1eec35f14e0da78dd48836ac9542f2f0f"; then echo ANCIENT needs to be verified; fi
UNICODE_CASEFOLDING=`curl https://www.unicode.org/Public/latest/ 2> /dev/null|grep http|grep -i Public|head -n 1|sed -e 's/.*ublic\///' -e 's/\/.*//'`
if test "x$UNICODE_CASEFOLDING" != x"17.0.0"; then echo Unicode CaseFolding needs to be verified; fi
# TIMIDITY