1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wallabag2_ynh.git synced 2024-10-01 13:35:06 +02:00
This commit is contained in:
Éric Gaspar 2023-07-18 11:58:19 +02:00
parent 95ebc01e57
commit b6a7c0f5e5
2 changed files with 4 additions and 34 deletions

View file

@ -1,30 +0,0 @@
;; Test complet
; Manifest
domain="domain.tld"
path="/path"
admin="john"
; Checks
pkg_linter=1
setup_sub_dir=1
setup_root=1
setup_nourl=0
setup_private=0
setup_public=0
upgrade=1
# 2.2.3
upgrade=1 from_commit=f75d58cb32c51a0981333ea88974dc3199324e65
# 2.3.8~ynh3
upgrade=1 from_commit=2e20b8f9a6b791e059b806fcfc2253f88d1aeaf2
# 2.3.8~ynh4
upgrade=1 from_commit=4da53256350d7e4d63812ed3244e945346a5d9b7
backup_restore=1
multi_instance=1
port_already_use=0
change_url=1
;;; Options
Email=
Notification=none
;;; Upgrade options
; commit=f75d58cb32c51a0981333ea88974dc3199324e65
name= Previous package version
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&

View file

@ -5,7 +5,7 @@ name = "Wallabag"
description.en = "Self hostable read-it-later app"
description.fr = "Application de lecture-plus-tard auto-hébergeable"
version = "2.5.4~ynh5"
version = "2.6.1~ynh1"
maintainers = ["lapineige"]
@ -17,7 +17,7 @@ admindoc = "https://doc.wallabag.org/en/"
code = "https://github.com/wallabag/wallabag"
[integration]
yunohost = ">= 11.1.19"
yunohost = ">= 11.1.21"
architectures = "all"
multi_instance = true
ldap = true
@ -39,8 +39,8 @@ ram.runtime = "50M"
[resources]
[resources.sources.main]
url = "https://github.com/wallabag/wallabag/releases/download/2.5.4/wallabag-2.5.4.tar.gz"
sha256 = "c953105e3181f18bf592541a1c46c318c6663ad00d4687052676b02a7d74c618"
url = "https://github.com/wallabag/wallabag/releases/download/2.6.1/wallabag-2.6.1.tar.gz"
sha256 = "7efb39adfa9ac0393817d96ae4432ed420d501aaba7b4116138fca2a40593ced"
autoupdate.strategy = "latest_github_tag"
[resources.system_user]