mirror of
https://github.com/YunoHost-Apps/calckey_ynh.git
synced 2024-09-03 18:16:18 +02:00
Update v13.1.3 + Fix
This commit is contained in:
parent
a1cb2c9255
commit
2df7063545
3 changed files with 8 additions and 8 deletions
2
.github/workflows/updater.sh
vendored
2
.github/workflows/updater.sh
vendored
|
@ -10,7 +10,7 @@
|
|||
# automatic actions when a new upstream release is detected.
|
||||
|
||||
# Remove this exit command when you are ready to run this Action
|
||||
#exit 1
|
||||
exit 1
|
||||
|
||||
#=================================================
|
||||
# FETCHING LATEST RELEASE AND ITS ASSETS
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
SOURCE_URL=https://codeberg.org/calckey/calckey/archive/v13.1.2.tar.gz
|
||||
SOURCE_SUM=1CA6ACE1BAC1F9BFBA70FC55F828F8C6F3BCC042003A6FE8D9FB16DF0AD678EB
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
|
@ -5,7 +5,7 @@ name = "Calckey"
|
|||
description.en = "Fork of Misskey with better UI/UX, security, features"
|
||||
description.fr = "Un fork de Misskey avec une meilleure interface utilisateur, la sécurité, les fonctionnalités"
|
||||
|
||||
version = "13.1.2~ynh1"
|
||||
version = "13.1.3~ynh1"
|
||||
|
||||
maintainers = ["oufmilo"]
|
||||
|
||||
|
@ -16,7 +16,7 @@ demo = "https://i.calckey.cloud/"
|
|||
code = "https://codeberg.org/calckey/calckey"
|
||||
|
||||
[integration]
|
||||
yunohost = ">= 11.0.0"
|
||||
yunohost = ">= 11.1.14"
|
||||
architectures = "all"
|
||||
multi_instance = false
|
||||
ldap = "not_relevant"
|
||||
|
@ -38,6 +38,11 @@ ram.runtime = "50M"
|
|||
default = "visitors"
|
||||
|
||||
[resources]
|
||||
|
||||
[resources.sources.main]
|
||||
url = "https://codeberg.org/calckey/calckey/archive/v13.1.3.tar.gz"
|
||||
sha256 = "7AD69C20920573F046225332C6422DC0F0DAE473060B2480899DE83F02CA9AA4"
|
||||
|
||||
[resources.system_user]
|
||||
|
||||
[resources.install_dir]
|
||||
|
|
Loading…
Reference in a new issue