mirror of
https://github.com/YunoHost-Apps/firefly-iii-di_ynh.git
synced 2024-09-03 18:36:21 +02:00
Attempt to uprgade importer version
This commit is contained in:
parent
c7e1f99274
commit
e61701ad30
2 changed files with 5 additions and 5 deletions
|
@ -5,7 +5,7 @@ name = "Firefly III Importer"
|
||||||
description.en = "Firefly III Data Importer"
|
description.en = "Firefly III Data Importer"
|
||||||
description.fr = "Importateur de données Firefly III"
|
description.fr = "Importateur de données Firefly III"
|
||||||
|
|
||||||
version = "1.2.2~ynh1"
|
version = "1.5.2~ynh1"
|
||||||
|
|
||||||
maintainers = []
|
maintainers = []
|
||||||
|
|
||||||
|
@ -42,8 +42,8 @@ ram.runtime = "50M"
|
||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://github.com/firefly-iii/data-importer/archive/refs/tags/v1.2.2.tar.gz"
|
url = "https://github.com/firefly-iii/data-importer/releases/download/v1.5.2/DataImporter-v1.5.2.tar.gz"
|
||||||
sha256 = "2e69f8b68ab8fd0f078e585feb2128b99bf2dd3088c057d2dbd1c75a20860732"
|
sha256 = "0cbc821f9052cf03cebad2870a58527986a1d36077bfa60829c99f00b9919ca3"
|
||||||
|
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
|
|
||||||
|
@ -53,4 +53,4 @@ ram.runtime = "50M"
|
||||||
main.url = "/"
|
main.url = "/"
|
||||||
|
|
||||||
[resources.apt]
|
[resources.apt]
|
||||||
packages = "php8.2-xml php8.2-bcmath"
|
packages = "php8.3-xml php8.3-bcmath"
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
# Composer version
|
# Composer version
|
||||||
YNH_COMPOSER_VERSION="2.5.4"
|
YNH_COMPOSER_VERSION="2.7.7"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# PERSONAL HELPERS
|
# PERSONAL HELPERS
|
||||||
|
|
Loading…
Add table
Reference in a new issue