mirror of
https://github.com/YunoHost-Apps/conduit_ynh.git
synced 2024-09-03 18:16:30 +02:00
Add a dummy source for the autoupdater
This commit is contained in:
parent
7c76e3618a
commit
4480ec802c
1 changed files with 18 additions and 10 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
|
||||||
|
|
||||||
packaging_format = 2
|
packaging_format = 2
|
||||||
|
|
||||||
id = "conduit"
|
id = "conduit"
|
||||||
|
@ -69,6 +71,12 @@ ram.runtime = "50M"
|
||||||
armhf.url = "https://gitlab.com/famedly/conduit/-/jobs/artifacts/master/raw/build-output/linux_arm_v7/conduit?job=docker:master"
|
armhf.url = "https://gitlab.com/famedly/conduit/-/jobs/artifacts/master/raw/build-output/linux_arm_v7/conduit?job=docker:master"
|
||||||
armhf.sha256 = "595534a8eb19496f7ac39130e62a29645fc04b001faad72032144ab97467d394"
|
armhf.sha256 = "595534a8eb19496f7ac39130e62a29645fc04b001faad72032144ab97467d394"
|
||||||
|
|
||||||
|
[resources.sources.dummy_for_autoupdater]
|
||||||
|
prefetch = false
|
||||||
|
url = "https://gitlab.com/famedly/conduit/-/archive/v0.6.0/conduit-v0.6.0.tar.gz"
|
||||||
|
sha256 = "nonethisisadummyanruisetanursietanurisetanursietaunierstauinress"
|
||||||
|
autoupdate.strategy = "latest_gitlab_release"
|
||||||
|
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
|
|
||||||
[resources.install_dir]
|
[resources.install_dir]
|
||||||
|
|
Loading…
Add table
Reference in a new issue