-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update Go to 1.23.0 * Update geosite & geoip * Update sing-box to v1.10.0-alpha.29 * Update gradle dependencies: chore: bump org.jetbrains.kotlin:kotlin-gradle-plugin Bumps [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 2.0.0 to 2.0.10. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.0.0...v2.0.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> chore: bump com.google.devtools.ksp from 2.0.0-1.0.24 to 2.0.10-1.0.24 Bumps [com.google.devtools.ksp](https://github.com/google/ksp) from 2.0.0-1.0.24 to 2.0.10-1.0.24. - [Release notes](https://github.com/google/ksp/releases) - [Commits](google/ksp@2.0.0-1.0.24...2.0.10-1.0.24) --- updated-dependencies: - dependency-name: com.google.devtools.ksp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] 49699333+dependabot[bot]@users.noreply.github.com
- Loading branch information
1 parent
748cf79
commit 3937a60
Showing
5 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
#!/bin/bash | ||
|
||
GO_VERSION="1.23.0-rc.2" | ||
GO_VERSION="1.23.0" | ||
|
||
# https://github.com/Dreamacro/maxmind-geoip | ||
GEOIP_VERSION="20240712" | ||
GEOIP_VERSION="20240812" | ||
|
||
# https://github.com/v2fly/domain-list-community | ||
# or https://github.com/SagerNet/sing-geosite | ||
GEOSITE_VERSION="20240726161926" | ||
GEOSITE_VERSION="20240817092737" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters