1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/my_capsule_ynh.git synced 2024-09-03 19:46:21 +02:00

Merge pull request #12 from YunoHost-Apps/bookworm

Fix bookworm
This commit is contained in:
yalh76 2023-08-04 19:53:21 +02:00 committed by GitHub
commit de3d9cfb87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 6 deletions

View file

@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Custom Gemini capsule with SFTP access and HtmGem to make your Gemini pages reachable on the web.
**Shipped version:** 1.4.0~ynh3
**Shipped version:** 1.4.1~ynh1
**Demo:** https://gmi.sbgodin.fr/htmgem/

View file

@ -19,7 +19,7 @@ Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
Capsule Gemini personnalisée avec accès SFTP et HtmGem pour rendre vos pages Gemini accessibles sur le web.
**Version incluse :** 1.4.0~ynh3
**Version incluse :** 1.4.1~ynh1
**Démo :** https://gmi.sbgodin.fr/htmgem/

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://tildegit.org/sbgodin/HtmGem/archive/v1.4.0.tar.gz
SOURCE_SUM=3a8f55f17a0b001d73d4168e4838df26c0d95ee3bcfb517c1f502dae1b617987
SOURCE_URL=https://tildegit.org/sbgodin/HtmGem/archive/v1.4.1.tar.gz
SOURCE_SUM=4d21fbdf5f89e510052185ea9d331614338353886baaecc05d007fa1481f75ce
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true

View file

@ -5,7 +5,7 @@
"description": {
"en": "Custom Gemini capsule with SFTP access and HtmGem to make your Gemini pages reachable on the web."
},
"version": "1.4.0~ynh3",
"version": "1.4.1~ynh1",
"url": "https://tildegit.org/Sbgodin/htmgem",
"upstream": {
"license": "AGPL-3.0-or-later",

View file

@ -5,7 +5,7 @@
#=================================================
# dependencies used by the app
pkg_dependencies=""
pkg_dependencies="php$YNH_DEFAULT_PHP_VERSION-fpm php$YNH_DEFAULT_PHP_VERSION-mbstring"
app_dependencies="gemserv"
#=================================================