File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5656 REPO_OWNER : TheWildJames
5757 REPO_NAME : Sultan_KernelSU_SUSFS
5858 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
59- RELEASE_NAME : " *TEST BUILD* Sultan Kernels With KernelSU Next & SUSFS v1.5.9 *TEST BUILD*"
59+ RELEASE_NAME : " *TEST BUILD* Sultan Kernels With KernelSU Next & SUSFS v1.5.10 *TEST BUILD*"
6060 RELEASE_NOTES : |
61- This release contains KernelSU Next and SUSFS v1.5.9
61+ This release contains KernelSU Next and SUSFS v1.5.10
6262
6363 ⚠️ **COMPATIBILITY NOTICE** ⚠️
6464 Please ensure compatibility by comparing release dates with official Sultan kernel releases:
7676
7777 Features:
7878 [+] Wild KSU & KernelSU-Next Managers
79- [+] SUSFS v1.5.9
79+ [+] SUSFS v1.5.10
8080 [+] Maphide LineageOS Detections
8181 [+] Futile Maphide for jit-zygote-cache Detections
8282 [+] Magic Mount Support
9595 # Fetch the latest tag from GitHub (this is the latest tag based on the GitHub API)
9696 LATEST_TAG=$(gh api repos/$REPO_OWNER/$REPO_NAME/tags --jq '.[0].name')
9797 if [ -z "$LATEST_TAG" ]; then
98- LATEST_TAG="v1.5.9 -r0" # Default to v1.5.7-0 if no tag exists
98+ LATEST_TAG="v1.5.10 -r0" # Default to v1.5.7-0 if no tag exists
9999 fi
100100
101101 # Increment the suffix (e.g., v1.5.7-0 becomes v1.5.7-1)
You can’t perform that action at this time.
0 commit comments