update new version
This commit is contained in:
parent
c7546383e1
commit
e20d0def4b
3 changed files with 8 additions and 8 deletions
|
@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
MAKET Appointment Portal for Schools, Universities and Organizations
|
MAKET Appointment Portal for Schools, Universities and Organizations
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 1.5.0-p1
|
**Shipped version:** 1.5.0-p3
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ MAKET Appointment Portal for Schools, Universities and Organizations
|
||||||
|
|
||||||
## Documentation and resources
|
## Documentation and resources
|
||||||
|
|
||||||
* Upstream app code repository: <https://git.aliberksandikci.com.tr/MAKET/MaketRandevu>
|
* Upstream app code repository: <https://git.aliberksandikci.com.tr/maket/MaketRandevu>
|
||||||
* YunoHost Store: <https://apps.yunohost.org/app/maketrandevu>
|
* YunoHost Store: <https://apps.yunohost.org/app/maketrandevu>
|
||||||
* Report a bug: <https://github.com/YunoHost-Apps/maketrandevu_ynh/issues>
|
* Report a bug: <https://github.com/YunoHost-Apps/maketrandevu_ynh/issues>
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
||||||
MAKET Appointment Portal for Schools, Universities and Organizations
|
MAKET Appointment Portal for Schools, Universities and Organizations
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 1.5.0-p1
|
**Version incluse :** 1.5.0-p3
|
||||||
|
|
||||||
## Captures d’écran
|
## Captures d’écran
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ MAKET Appointment Portal for Schools, Universities and Organizations
|
||||||
|
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
||||||
* Dépôt de code officiel de l’app : <https://git.aliberksandikci.com.tr/MAKET/MaketRandevu>
|
* Dépôt de code officiel de l’app : <https://git.aliberksandikci.com.tr/maket/MaketRandevu>
|
||||||
* YunoHost Store: <https://apps.yunohost.org/app/maketrandevu>
|
* YunoHost Store: <https://apps.yunohost.org/app/maketrandevu>
|
||||||
* Signaler un bug : <https://github.com/YunoHost-Apps/maketrandevu_ynh/issues>
|
* Signaler un bug : <https://github.com/YunoHost-Apps/maketrandevu_ynh/issues>
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ name = "MAKET Randevu"
|
||||||
description.en = "MAKET Appointment Portal for Schools, Universities and Organizations"
|
description.en = "MAKET Appointment Portal for Schools, Universities and Organizations"
|
||||||
description.tr = "Okullar, Üniversiteler ve Organizasyonlar için MAKET Randevu Portalı"
|
description.tr = "Okullar, Üniversiteler ve Organizasyonlar için MAKET Randevu Portalı"
|
||||||
|
|
||||||
version = "1.5.0-p1"
|
version = "1.5.0-p3"
|
||||||
|
|
||||||
maintainers = ["asandikci"]
|
maintainers = ["asandikci"]
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ license = "GPL-3.0-only"
|
||||||
# website = "https://maket.org/services/randevu"
|
# website = "https://maket.org/services/randevu"
|
||||||
# demo = "https://randevu.maket.org/"
|
# demo = "https://randevu.maket.org/"
|
||||||
# admindoc = "https://easyappointments.org/docs.html#1.4.3/readme.md"
|
# admindoc = "https://easyappointments.org/docs.html#1.4.3/readme.md"
|
||||||
code = "https://git.aliberksandikci.com.tr/MAKET/MaketRandevu"
|
code = "https://git.aliberksandikci.com.tr/maket/MaketRandevu"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.2"
|
yunohost = ">= 11.2"
|
||||||
|
@ -43,8 +43,8 @@ ram.runtime = "50M"
|
||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://git.aliberksandikci.com.tr/maket/MaketRandevu/releases/download/v1.5.0-p1/maketrandevu-1.5.0-p1.zip"
|
url = "https://git.aliberksandikci.com.tr/maket/MaketRandevu/releases/download/v1.5.0-p3/maketrandevu-1.5.0-p3.zip"
|
||||||
sha256 = "635a10ab74e8c493471488ff60cf591dc3153a51cf6dbd28182e9542e9f1f18d"
|
sha256 = "6860a4c92e418f9e730cc3e993bc2d51dccca2b3dad7c1e127fe941e8ff2b20a"
|
||||||
in_subdir = false
|
in_subdir = false
|
||||||
autoupdate.strategy = "latest_github_tag"
|
autoupdate.strategy = "latest_github_tag"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue