mirror of
https://github.com/YunoHost-Apps/psitransfer_ynh.git
synced 2024-09-03 20:16:06 +02:00
Merge pull request #14 from YunoHost-Apps/ci-auto-update-v2.1.2
Upgrade to vv2.1.2
This commit is contained in:
commit
fcc7ace46d
3 changed files with 8 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
<!--
|
||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
|
||||
It shall NOT be edited by hand.
|
||||
-->
|
||||
|
||||
|
@ -28,7 +28,7 @@ Simple open source self-hosted file sharing solution. It's an alternative to pai
|
|||
- `/admin` Page lists bucket information (_disabled until you set `adminPass` config value_)
|
||||
|
||||
|
||||
**Shipped version:** 2.1.2~ynh2
|
||||
**Shipped version:** v2.1.2~ynh1
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
@ -54,4 +54,4 @@ or
|
|||
sudo yunohost app upgrade psitransfer -u https://github.com/YunoHost-Apps/psitransfer_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
||||
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
|
@ -1,5 +1,5 @@
|
|||
<!--
|
||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
|
||||
It shall NOT be edited by hand.
|
||||
-->
|
||||
|
||||
|
@ -28,7 +28,7 @@ Solution simple de partage de fichiers auto-hébergée open source. PsiTransfer
|
|||
- La page `/admin` répertorie les informations sur le compartiment (_disabled jusqu'à ce que vous définissiez la valeur de configuration `adminPass`_)
|
||||
|
||||
|
||||
**Version incluse :** 2.1.2~ynh2
|
||||
**Version incluse :** v2.1.2~ynh1
|
||||
|
||||
## Captures d’écran
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ name = "PsiTransfer"
|
|||
description.en = "Simple file sharing solution"
|
||||
description.fr = "Solution simple de partage de fichiers"
|
||||
|
||||
version = "2.1.2~ynh2"
|
||||
version = "v2.1.2~ynh1"
|
||||
|
||||
maintainers = [""]
|
||||
|
||||
|
@ -47,8 +47,8 @@ ram.runtime = "50M"
|
|||
|
||||
[resources]
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/psi-4ward/psitransfer/releases/download/v2.1.2/psitransfer-v2.1.2.tar.gz"
|
||||
sha256 = "cf960dcb2fc5cd6911397373e91b9237afd95fe34d4ad8270bfab7c2b2218459"
|
||||
url = "https://github.com/psi-4ward/psitransfer/archive/refs/tags/v2.1.2.tar.gz"
|
||||
sha256 = "0c66374d91b1ce00454f368f7426b46bc09ec33622da71201915091ebc60f709"
|
||||
autoupdate.strategy = "latest_github_tag"
|
||||
|
||||
[resources.ports]
|
||||
|
|
Loading…
Add table
Reference in a new issue