This commit is contained in:
dami 2025-07-17 11:19:33 +08:00
parent 1cf0c1636b
commit 369b53e2fd
2 changed files with 3 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"name": "sphinx",
"title": "sphinx",
"shell": "install.sh",
"versions":["3.1.1","3.2.1","3.3.1","3.4.1","3.5.1","3.6.1","3.7.1"],
"versions":["3.1.1","3.2.1","3.3.1","3.4.1","3.5.1","3.6.1","3.7.1","3.8.1"],
"tip": "soft",
"install_pre_inspection":true,
"checks": "server/sphinx",

View File

@ -57,6 +57,8 @@ elif [ "$VERSION" == "3.6.1" ]; then
VERSION_NUM=${VERSION}-c9dbeda
elif [ "$VERSION" == "3.7.1" ]; then
VERSION_NUM=${VERSION}-da9f8a4
elif [ "$VERSION" == "3.8.1" ]; then
VERSION_NUM=${VERSION}-d25e0bb
fi
# echo $VERSION_NUM