diff --git a/README.md b/README.md index 953fdaa..286f3cb 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,6 @@ This package is based on two projects: * Official admin documentation: * Upstream app code repository: -* YunoHost documentation for this app: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index e97dd27..bb97613 100644 --- a/README_fr.md +++ b/README_fr.md @@ -31,7 +31,6 @@ Ce paquet est basé sur deux projets : * Documentation officielle de l’admin : * Dépôt de code officiel de l’app : -* Documentation YunoHost pour cette app : * Signaler un bug : ## Informations pour les développeurs diff --git a/manifest.toml b/manifest.toml index 750e29b..43c985d 100644 --- a/manifest.toml +++ b/manifest.toml @@ -49,17 +49,17 @@ ram.runtime = "10M" extract = false rename = "ttyd" - armhf.url = "https://github.com/tsl0922/ttyd/releases/download/1.7.3/ttyd.armhf" - armhf.sha256 = "b0784080bd78f0a5916462672f461542c607f8ea7cee56b075e8cd04e1ffcc4d" + armhf.url = "https://github.com/tsl0922/ttyd/releases/download/1.7.4/ttyd.armhf" + armhf.sha256 = "dd2120beae32a40b64c1cc93519ddedb1f28a43277cd07d414245983285db4a4" - arm64.url = "https://github.com/tsl0922/ttyd/releases/download/1.7.3/ttyd.aarch64" - arm64.sha256 = "c77fbb475a767c8f2d52c1fd28f167eb115a3b10ff114920d38c13f8ad4fcfbd" + arm64.url = "https://github.com/tsl0922/ttyd/releases/download/1.7.4/ttyd.aarch64" + arm64.sha256 = "859e388961a39b09fe7af167b86e8462b737329b09506638f6e33811e3166736" - i386.url = "https://github.com/tsl0922/ttyd/releases/download/1.7.3/ttyd.i686" - i386.sha256 = "0ad0feb6ed0f356cfbc70a2c6009d99dc528a43686363e5fb6580410294ea60d" + i386.url = "https://github.com/tsl0922/ttyd/releases/download/1.7.4/ttyd.i686" + i386.sha256 = "4e72fbb0b785c8a6b10d1de05c828ec44448ee349e06528fbc1c5810a06db3d1" - amd64.url = "https://github.com/tsl0922/ttyd/releases/download/1.7.3/ttyd.x86_64" - amd64.sha256 = "67cf926ddf157dcb089106c2aa6623b8613bb7f3b493048eeb6cc34423570b3c" + amd64.url = "https://github.com/tsl0922/ttyd/releases/download/1.7.4/ttyd.x86_64" + amd64.sha256 = "b22f6d9fccba745448ca19c3ffb7e457888fb3a7bffa5c81e4d9dfd71691cc57" autoupdate.strategy = "latest_github_release" autoupdate.upstream = "https://github.com/tsl0922/ttyd"