mirror of
https://github.com/YunoHost-Apps/penpot_ynh.git
synced 2024-09-03 19:56:56 +02:00
Merge pull request #27 from YunoHost-Apps/testing
Another fix to OpenJDK regex
This commit is contained in:
commit
03081ae41a
1 changed files with 2 additions and 2 deletions
|
@ -56,8 +56,8 @@ ram.runtime = "50M"
|
|||
autoupdate.strategy = "latest_github_release"
|
||||
autoupdate.version_regex = "jdk-(\\d+\\.\\d+\\.\\d+)\\+(.*)"
|
||||
autoupdate.upstream = "https://github.com/adoptium/temurin21-binaries"
|
||||
autoupdate.asset.amd64 = "OpenJDK.*-jdk_x64_linux_hotspot_.*\\.tar\\.gz"
|
||||
autoupdate.asset.arm64 = "OpenJDK.*-jdk_aarch64_linux_hotspot_.*\\.tar\\.gz"
|
||||
autoupdate.asset.amd64 = "OpenJDK.*-jdk_x64_linux_hotspot_.*\\.tar\\.gz$"
|
||||
autoupdate.asset.arm64 = "OpenJDK.*-jdk_aarch64_linux_hotspot_.*\\.tar\\.gz$"
|
||||
|
||||
[resources.sources.babashka]
|
||||
amd64.url = "https://github.com/babashka/babashka/releases/download/v1.3.190/babashka-1.3.190-linux-amd64-static.tar.gz"
|
||||
|
|
Loading…
Add table
Reference in a new issue