mirror of
https://github.com/YunoHost-Apps/transfersh_ynh.git
synced 2024-09-04 01:35:59 +02:00
commit
e193a181f6
3 changed files with 7 additions and 7 deletions
|
@ -30,7 +30,7 @@ Transfer.sh currently supports the s3 (Amazon S3), gdrive (Google Drive), storj
|
||||||
- Preview your files in the browser
|
- Preview your files in the browser
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 1.5.0~ynh2
|
**Shipped version:** 1.5.0~ynh3
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
|
|
|
@ -30,7 +30,7 @@ Transfer.sh currently supports the s3 (Amazon S3), gdrive (Google Drive), storj
|
||||||
- Preview your files in the browser
|
- Preview your files in the browser
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 1.5.0~ynh2
|
**Version incluse :** 1.5.0~ynh3
|
||||||
|
|
||||||
## Captures d’écran
|
## Captures d’écran
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ name = "Transfer.sh"
|
||||||
description.en = "Easy and fast file sharing from the command-line"
|
description.en = "Easy and fast file sharing from the command-line"
|
||||||
description.fr = "Partage de fichiers simple et rapide depuis la ligne de commande"
|
description.fr = "Partage de fichiers simple et rapide depuis la ligne de commande"
|
||||||
|
|
||||||
version = "1.5.0~ynh2"
|
version = "1.5.0~ynh3"
|
||||||
|
|
||||||
maintainers = ["eric_G"]
|
maintainers = ["eric_G"]
|
||||||
|
|
||||||
|
@ -46,10 +46,10 @@ ram.runtime = "50M"
|
||||||
extract = false
|
extract = false
|
||||||
rename = "transfersh"
|
rename = "transfersh"
|
||||||
|
|
||||||
autoupdate.strategy = "latest_github_release"
|
#autoupdate.strategy = "latest_github_release"
|
||||||
autoupdate.asset.amd64 = "transfersh-*-linux-amd64"
|
#autoupdate.asset.amd64 = "^transfersh-*-linux-amd64$"
|
||||||
autoupdate.asset.arm64 = "transfersh-*-linux-arm64-v8a"
|
#autoupdate.asset.arm64 = "^transfersh-*-linux-arm64-v8a$"
|
||||||
autoupdate.asset.armhf = "transfersh-*-linux-armv7"
|
#autoupdate.asset.armhf = "^transfersh-*-linux-armv7$"
|
||||||
|
|
||||||
[resources.ports]
|
[resources.ports]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue