From de1f71517d48f8cdf2b1aada806c14d398ecbf56 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 1 Jan 2024 17:15:24 +0100 Subject: [PATCH 1/4] Upgrade to v2.1.0 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 27675af..63e5987 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "BorgWarehouse" description.en = "WebUI for a BorgBackup's central repository server" description.fr = "WebUI pour BorgBackup" -version = "2.0.0~ynh1" +version = "2.1.0~ynh1" maintainers = ["eric_G"] @@ -43,8 +43,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/Ravinou/borgwarehouse/archive/refs/tags/v2.0.0.tar.gz" - sha256 = "73e5bed688e58a29485d1c1fd5834c83eed1fba0bb52289f6d6f1ea4e2284180" + url = "https://github.com/ravinou/borgwarehouse/archive/refs/tags/v2.1.0.tar.gz" + sha256 = "5b987af86ccbeb79a1e13ddd42b79adae76bbe127a87573220ac5603398bb323" autoupdate.strategy = "latest_github_tag" [resources.system_user] From ccbfbe52c0f1fd88e6f59f78981f6cfc706088e0 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 1 Jan 2024 16:15:25 +0000 Subject: [PATCH 2/4] Auto-update README --- README.md | 3 ++- README_fr.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 10554cd..2b52674 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in BorgWarhouse is a fast and modern WebUI for a BorgBackup's central repository server. -**Shipped version:** 2.0.0~ynh1 +**Shipped version:** 2.1.0~ynh1 ## Screenshots @@ -30,6 +30,7 @@ BorgWarhouse is a fast and modern WebUI for a BorgBackup's central repository se * Official app website: * Official admin documentation: * Upstream app code repository: +* YunoHost Store: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index e66a089..16d3238 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po BorgWarhouse est une interface Web rapide et moderne pour BorgBackup. -**Version incluse :** 2.0.0~ynh1 +**Version incluse :** 2.1.0~ynh1 ## Captures d’écran @@ -29,6 +29,7 @@ BorgWarhouse est une interface Web rapide et moderne pour BorgBackup. * Site officiel de l’app : * Documentation officielle de l’admin : * Dépôt de code officiel de l’app : +* YunoHost Store: * Signaler un bug : ## Informations pour les développeurs From 2a315d93c9e887aef4ad96a9753e57400d31d4ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 14 Feb 2024 11:01:37 +0100 Subject: [PATCH 3/4] remove maintenance --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 63e5987..d74afe9 100644 --- a/manifest.toml +++ b/manifest.toml @@ -9,7 +9,7 @@ description.fr = "WebUI pour BorgBackup" version = "2.1.0~ynh1" -maintainers = ["eric_G"] +maintainers = [] [upstream] license = "AGPL-3.0" From 7495e07cd7d52c51ef4b3bcad711bdad91e826aa Mon Sep 17 00:00:00 2001 From: YunoHost Bot Date: Thu, 29 Feb 2024 22:45:56 +0100 Subject: [PATCH 4/4] Upgrade to v2.2.0 (#7) --- README.md | 6 +++--- README_fr.md | 4 ++-- manifest.toml | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 2b52674..5c8f689 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in BorgWarhouse is a fast and modern WebUI for a BorgBackup's central repository server. -**Shipped version:** 2.1.0~ynh1 +**Shipped version:** 2.2.0~ynh1 ## Screenshots @@ -45,4 +45,4 @@ or sudo yunohost app upgrade borgwarehouse -u https://github.com/YunoHost-Apps/borgwarehouse_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 16d3238..f15cfe3 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,5 +1,5 @@ @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po BorgWarhouse est une interface Web rapide et moderne pour BorgBackup. -**Version incluse :** 2.1.0~ynh1 +**Version incluse :** 2.2.0~ynh1 ## Captures d’écran diff --git a/manifest.toml b/manifest.toml index d74afe9..fbcbbba 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "BorgWarehouse" description.en = "WebUI for a BorgBackup's central repository server" description.fr = "WebUI pour BorgBackup" -version = "2.1.0~ynh1" +version = "2.2.0~ynh1" maintainers = [] @@ -43,8 +43,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/ravinou/borgwarehouse/archive/refs/tags/v2.1.0.tar.gz" - sha256 = "5b987af86ccbeb79a1e13ddd42b79adae76bbe127a87573220ac5603398bb323" + url = "https://github.com/ravinou/borgwarehouse/archive/refs/tags/v2.2.0.tar.gz" + sha256 = "ef99c432f6783796446754963c0b4705b2da2dcefc67252a6f36005fcb48243a" autoupdate.strategy = "latest_github_tag" [resources.system_user]