mirror of
https://github.com/YunoHost-Apps/elasticsearch8_ynh.git
synced 2024-09-03 18:26:26 +02:00
Fix autoupdate, it's incomplete
This commit is contained in:
parent
b311de5d25
commit
006e2bb53f
1 changed files with 4 additions and 4 deletions
|
@ -35,13 +35,13 @@ ram.runtime = "50M"
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
arm64.url = "https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.11.1-linux-aarch64.tar.gz"
|
arm64.url = "https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.11.1-linux-aarch64.tar.gz"
|
||||||
arm64.sha256 = "1728d26f398b58156411f80b871a2d5a0825ae446a8bec70a01a952fe7c707cb"
|
arm64.sha256 = "1728d26f398b58156411f80b871a2d5a0825ae446a8bec70a01a952fe7c707cb"
|
||||||
autoupdate.asset.arm64 = ".*\\.tar\\.gz$"
|
|
||||||
amd64.url = "https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.11.1-linux-x86_64.tar.gz"
|
amd64.url = "https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.11.1-linux-x86_64.tar.gz"
|
||||||
amd64.sha256 = "dd8572e4f50ffbe4079cce315b17c25e3cebaa02fd7eb134d2aa222703459780"
|
amd64.sha256 = "dd8572e4f50ffbe4079cce315b17c25e3cebaa02fd7eb134d2aa222703459780"
|
||||||
autoupdate.asset.amd64 = ".*\\.tar\\.gz$"
|
|
||||||
autoupdate.upstream = "https://github.com/elastic/elasticsearch/"
|
|
||||||
autoupdate.strategy = "latest_github_release"
|
|
||||||
|
|
||||||
|
# This is only for notification purposes! Generated PRs will be invalid.
|
||||||
|
autoupdate.strategy = "latest_github_release"
|
||||||
|
autoupdate.asset.amd64 = "tarball"
|
||||||
|
autoupdate.asset.arm64 = "tarball"
|
||||||
|
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue