mirror of
https://github.com/YunoHost-Apps/wekan_ynh.git
synced 2024-09-03 20:36:09 +02:00
Use a copy on yunohost's infra to avoid the file disappearing
This commit is contained in:
parent
edcbed0ba4
commit
816c2c4334
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
|||
SOURCE_URL=https://releases.wekan.team/wekan-1.07.tar.gz
|
||||
# This is on YunoHost server just to avoid the file from disappearing
|
||||
# Original source is https://releases.wekan.team/
|
||||
SOURCE_URL=https://build.yunohost.org/apps/wekan-1.07.tar.gz
|
||||
SOURCE_SUM=34105938c067b6ebcacaa3e2472061c919eb9e00aaa8e114c0e6b31a89772735
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
ARCH_FORMAT=tar.gz
|
||||
|
|
Loading…
Reference in a new issue