diff --git a/README.md b/README.md index 48b7021..0a4c04e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -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:** +**More info regarding app packaging:** \ No newline at end of file diff --git a/README_fr.md b/README_fr.md index c627267..719bc3b 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,5 +1,5 @@ @@ -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 diff --git a/manifest.toml b/manifest.toml index ccc6561..b6fb06f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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]