diff --git a/README.md b/README.md index 91511c9..1df5e3f 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,7 @@ Audiobookshelf is a self-hosted audiobook server for managing and playing your a * Progressive Web App (PWA) * Chromecast support on the web app * Fetch metadata and cover art from several sources - -**Shipped version:** 2.8.0~ynh1 +**Shipped version:** 2.8.1~ynh1 ## Screenshots @@ -39,11 +38,11 @@ Audiobookshelf is a self-hosted audiobook server for managing and playing your a ## Documentation and resources -* Official app website: -* Official user documentation: -* Upstream app code repository: -* YunoHost Store: -* Report a bug: +- Official app website: +- Official user documentation: +- Upstream app code repository: +- YunoHost Store: +- Report a bug: ## Developer info @@ -51,10 +50,10 @@ Please send your pull request to the [testing branch](https://github.com/YunoHos To try the testing branch, please proceed like that. -``` bash +```bash sudo yunohost app install https://github.com/YunoHost-Apps/audiobookshelf_ynh/tree/testing --debug or sudo yunohost app upgrade audiobookshelf -u https://github.com/YunoHost-Apps/audiobookshelf_ynh/tree/testing --debug ``` -**More info regarding app packaging:** \ No newline at end of file +**More info regarding app packaging:** diff --git a/README_fr.md b/README_fr.md index 29089a6..0ba2683 100644 --- a/README_fr.md +++ b/README_fr.md @@ -30,8 +30,7 @@ Audiobookshelf est un serveur auto-hébergé pour gérer et lire vos livres audi * Progressive Web App (PWA) * Support de Chromecast dans la webapp * Récupération des métadonnées et des pochettes depuis plusieurs sources - -**Version incluse :** 2.8.0~ynh1 +**Version incluse :** 2.8.1~ynh1 ## Captures d’écran @@ -39,11 +38,11 @@ Audiobookshelf est un serveur auto-hébergé pour gérer et lire vos livres audi ## Documentations et ressources -* Site officiel de l’app : -* Documentation officielle utilisateur : -* Dépôt de code officiel de l’app : -* YunoHost Store: -* Signaler un bug : +- Site officiel de l’app : +- Documentation officielle utilisateur : +- Dépôt de code officiel de l’app : +- YunoHost Store : +- Signaler un bug : ## Informations pour les développeurs @@ -51,10 +50,10 @@ Merci de faire vos pull request sur la [branche testing](https://github.com/Yuno Pour essayer la branche testing, procédez comme suit. -``` bash +```bash sudo yunohost app install https://github.com/YunoHost-Apps/audiobookshelf_ynh/tree/testing --debug ou sudo yunohost app upgrade audiobookshelf -u https://github.com/YunoHost-Apps/audiobookshelf_ynh/tree/testing --debug ``` -**Plus d’infos sur le packaging d’applications :** \ No newline at end of file +**Plus d’infos sur le packaging d’applications :** diff --git a/manifest.toml b/manifest.toml index 1237da9..5513af6 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Audiobookshelf" description.en = "Audiobook server for managing and playing your audiobooks" description.fr = "Serveur de livres audio pour gérer et lire vos livres audio" -version = "2.8.0~ynh1" +version = "2.8.1~ynh1" maintainers = ["Navan Chauhan"] @@ -36,13 +36,13 @@ ram.runtime = "50M" [resources] [resources.sources] [resources.sources.main] - url = "https://github.com/advplyr/audiobookshelf/archive/refs/tags/v2.8.0.tar.gz" - sha256 = "bbe6b96a791aa11ab91369bdfc82b1984650a5e026c676df6faaaf0ab84510ed" + url = "https://github.com/advplyr/audiobookshelf/archive/refs/tags/v2.8.1.tar.gz" + sha256 = "f6e65108129da17000c9a9a7c2f274ed29359a98f150435e8b6e20cb554572c7" autoupdate.strategy = "latest_github_tag" [resources.sources.tone] - url = "https://github.com/sandreas/tone/releases/download/v0.1.5/tone-0.1.5-linux-x64.tar.gz" - sha256 = "29c197b21c6e36a3b889ebd6bb1fbdd2c95e489ac6508d010adcf6f69ab8ceba" + url = "https://github.com/sandreas/tone/archive/refs/tags/v0.1.5.tar.gz" + sha256 = "8db1777a401d7d1fe8ee1a2fbe8971a3fd52200b7437fb7f751f8ac3782b500f" autoupdate.strategy = "latest_github_release" autoupdate.upstream = "https://github.com/sandreas/tone"