mirror of
https://github.com/YunoHost-Apps/invoiceninja_ynh.git
synced 2024-09-03 19:26:22 +02:00
Merge pull request #55 from YunoHost-Apps/testing
Testing / fix bookworm
This commit is contained in:
commit
7482068d72
1 changed files with 3 additions and 3 deletions
|
@ -60,9 +60,6 @@ ram.runtime = "50M"
|
||||||
url = "https://download.invoiceninja.com/ninja-v4.5.50.zip"
|
url = "https://download.invoiceninja.com/ninja-v4.5.50.zip"
|
||||||
sha256 = "54ba1cd5747892b346684294dc3512541dc86c6d67bc28126bcd3bf6c206b0d2"
|
sha256 = "54ba1cd5747892b346684294dc3512541dc86c6d67bc28126bcd3bf6c206b0d2"
|
||||||
|
|
||||||
autoupdate.upstream = "https://github.com/invoiceninja/invoiceninja"
|
|
||||||
autoupdate.strategy = "latest_github_release"
|
|
||||||
|
|
||||||
[resources.sources.phantomjs]
|
[resources.sources.phantomjs]
|
||||||
url = "https://github.com/ariya/phantomjs/archive/0a0b0facb16acfbabb7804822ecaf4f4b9dce3d2.tar.gz"
|
url = "https://github.com/ariya/phantomjs/archive/0a0b0facb16acfbabb7804822ecaf4f4b9dce3d2.tar.gz"
|
||||||
sha256 = "5fa3d4be85f3aecc066fa2d5bbf55f856957f4fb329da52ec63398195ad9ceaa"
|
sha256 = "5fa3d4be85f3aecc066fa2d5bbf55f856957f4fb329da52ec63398195ad9ceaa"
|
||||||
|
@ -81,10 +78,13 @@ ram.runtime = "50M"
|
||||||
"libqt5webkit5-dev",
|
"libqt5webkit5-dev",
|
||||||
# "qtbase5-dev", "qtchooser", "qt5-qmake", "qtbase5-dev-tools"
|
# "qtbase5-dev", "qtchooser", "qt5-qmake", "qtbase5-dev-tools"
|
||||||
|
|
||||||
|
"php7.4-curl",
|
||||||
"php7.4-gd",
|
"php7.4-gd",
|
||||||
"php7.4-gmp",
|
"php7.4-gmp",
|
||||||
"php7.4-json",
|
"php7.4-json",
|
||||||
|
"php7.4-xml",
|
||||||
"php7.4-zip",
|
"php7.4-zip",
|
||||||
|
"php7.4-mysql",
|
||||||
|
|
||||||
"mariadb-server",
|
"mariadb-server",
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue