From 69eb311f571411bdca71243cb12164c8f2e69c37 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Fri, 7 Apr 2023 14:17:36 +0200 Subject: [PATCH 1/4] fix autoupdate regex --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index dc93077..746bba3 100644 --- a/manifest.toml +++ b/manifest.toml @@ -47,9 +47,9 @@ ram.runtime = "50M" rename = "transfersh" autoupdate.strategy = "latest_github_release" - autoupdate.asset.amd64 = "transfersh-*-linux-amd64" - autoupdate.asset.arm64 = "transfersh-*-linux-arm64-v8a" - autoupdate.asset.armhf = "transfersh-*-linux-armv7" + autoupdate.asset.amd64 = "transfersh-.*-linux-amd64" + autoupdate.asset.arm64 = "transfersh-.*-linux-arm64-v8a" + autoupdate.asset.armhf = "transfersh-.*-linux-armv7" [resources.ports] From 03cbbfa573c0201e979a5a0239e9babd5f1cbdd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 8 Apr 2023 20:17:23 +0200 Subject: [PATCH 2/4] Update manifest.toml --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index dc93077..1c81d21 100644 --- a/manifest.toml +++ b/manifest.toml @@ -47,9 +47,9 @@ ram.runtime = "50M" rename = "transfersh" autoupdate.strategy = "latest_github_release" - autoupdate.asset.amd64 = "transfersh-*-linux-amd64" - autoupdate.asset.arm64 = "transfersh-*-linux-arm64-v8a" - autoupdate.asset.armhf = "transfersh-*-linux-armv7" + autoupdate.asset.amd64 = "^transfersh-*-linux-amd64$" + autoupdate.asset.arm64 = "^transfersh-*-linux-arm64-v8a$" + autoupdate.asset.armhf = "^transfersh-*-linux-armv7$" [resources.ports] From d93507a46223d62d8497802b83475492a5e9e37e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 8 Apr 2023 20:18:01 +0200 Subject: [PATCH 3/4] Update manifest.toml --- manifest.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest.toml b/manifest.toml index 1c81d21..0f1a85f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Transfer.sh" description.en = "Easy and fast file sharing from the command-line" 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"] @@ -46,10 +46,10 @@ ram.runtime = "50M" extract = false rename = "transfersh" - autoupdate.strategy = "latest_github_release" - autoupdate.asset.amd64 = "^transfersh-*-linux-amd64$" - autoupdate.asset.arm64 = "^transfersh-*-linux-arm64-v8a$" - autoupdate.asset.armhf = "^transfersh-*-linux-armv7$" + #autoupdate.strategy = "latest_github_release" + #autoupdate.asset.amd64 = "^transfersh-*-linux-amd64$" + #autoupdate.asset.arm64 = "^transfersh-*-linux-arm64-v8a$" + #autoupdate.asset.armhf = "^transfersh-*-linux-armv7$" [resources.ports] From a7f59135bacd256a87667357a3675d245e1202bb Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 8 Apr 2023 18:18:06 +0000 Subject: [PATCH 4/4] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e8bdaa0..eda9176 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Transfer.sh currently supports the s3 (Amazon S3), gdrive (Google Drive), storj - Preview your files in the browser -**Shipped version:** 1.5.0~ynh2 +**Shipped version:** 1.5.0~ynh3 ## Screenshots diff --git a/README_fr.md b/README_fr.md index e96b02c..fc4469c 100644 --- a/README_fr.md +++ b/README_fr.md @@ -30,7 +30,7 @@ Transfer.sh currently supports the s3 (Amazon S3), gdrive (Google Drive), storj - Preview your files in the browser -**Version incluse :** 1.5.0~ynh2 +**Version incluse :** 1.5.0~ynh3 ## Captures d’écran