From fbb1fead68e4d803c9bd51bcdf9288492cf96642 Mon Sep 17 00:00:00 2001 From: YunoHost Bot Date: Mon, 26 Feb 2024 04:15:34 +0100 Subject: [PATCH 1/2] Upgrade to v1.7.1 (#14) --- README.md | 2 +- README_fr.md | 2 +- manifest.toml | 14 +++++++------- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 832ac5d..a5f94c5 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ A versatile web based messenger using IRC - Extremely versatile via a single JSON config file at runtime -**Shipped version:** 1.7.0~ynh1 +**Shipped version:** 1.7.1~ynh1 **Demo:** https://kiwiirc.com/nextclient diff --git a/README_fr.md b/README_fr.md index 58d72f1..0ee2918 100644 --- a/README_fr.md +++ b/README_fr.md @@ -28,7 +28,7 @@ A versatile web based messenger using IRC - Extremely versatile via a single JSON config file at runtime -**Version incluse :** 1.7.0~ynh1 +**Version incluse :** 1.7.1~ynh1 **Démo :** https://kiwiirc.com/nextclient diff --git a/manifest.toml b/manifest.toml index 69cc7b1..913a8bb 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "KiwiIRC" description.en = "Versatile web based messenger using IRC" description.fr = "Messagerie Web polyvalente utilisant IRC" -version = "1.7.0~ynh1" +version = "1.7.1~ynh1" maintainers = [] @@ -41,12 +41,12 @@ ram.runtime = "50M" [resources] [resources.sources.main] - amd64.url = "https://github.com/kiwiirc/kiwiirc/releases/download/v1.7.0/kiwiirc-server_v1.7.0-2_linux_amd64.zip" - amd64.sha256 = "790d3b126ac4096d6a34de518f4cade9a291a1e0fe454c99aa460d508e916964" - arm64.url = "https://github.com/kiwiirc/kiwiirc/releases/download/v1.7.0/kiwiirc-server_v1.7.0-2_linux_arm64.zip" - arm64.sha256 = "32e1cc27f15c3057cd6c523a89c45e1663e0b02a4499df6a0c8338e8eebb0329" - armhf.url = "https://github.com/kiwiirc/kiwiirc/releases/download/v1.7.0/kiwiirc-server_v1.7.0-2_linux_armhf.zip" - armhf.sha256 = "a437d67447b169f6c72ae1a216aff277e2cd35df145c339d6ffd08eb796b6e22" + amd64.url = "https://github.com/kiwiirc/kiwiirc/releases/download/v1.7.1/kiwiirc-server_v1.7.1-2_linux_amd64.zip" + amd64.sha256 = "25f0a5d430f59a132e99f45fd32aaab893953b713cd891f8e3e6ad417c678e13" + arm64.url = "https://github.com/kiwiirc/kiwiirc/releases/download/v1.7.1/kiwiirc-server_v1.7.1-2_linux_arm64.zip" + arm64.sha256 = "6b9d699f07f0b69ab41073baac52cdc8423f29ffe25e5554f56226b2a8e18efa" + armhf.url = "https://github.com/kiwiirc/kiwiirc/releases/download/v1.7.1/kiwiirc-server_v1.7.1-2_linux_armhf.zip" + armhf.sha256 = "38e19f0dee91a820a70f6100776cc77b5db1a6b8dafe1bcb1316cf4200edd307" autoupdate.strategy = "latest_github_release" autoupdate.asset.amd64 = "^kiwiirc-server_.*_linux_amd64.zip$" From d4e2b7d5230d071beb29a3b9ba7f62e624a7d424 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Mon, 26 Feb 2024 04:19:27 +0100 Subject: [PATCH 2/2] add i386 support --- manifest.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifest.toml b/manifest.toml index 913a8bb..42478d8 100644 --- a/manifest.toml +++ b/manifest.toml @@ -47,11 +47,14 @@ ram.runtime = "50M" arm64.sha256 = "6b9d699f07f0b69ab41073baac52cdc8423f29ffe25e5554f56226b2a8e18efa" armhf.url = "https://github.com/kiwiirc/kiwiirc/releases/download/v1.7.1/kiwiirc-server_v1.7.1-2_linux_armhf.zip" armhf.sha256 = "38e19f0dee91a820a70f6100776cc77b5db1a6b8dafe1bcb1316cf4200edd307" + i386.url = "https://github.com/kiwiirc/kiwiirc/releases/download/v1.7.1/kiwiirc-server_v1.7.1-2_linux_i386.zip" + i386.sha256 = "3c1e30fbb01ddde7e23a84729dad572f81d2242e86583ca9d223843700f0ce8e" autoupdate.strategy = "latest_github_release" autoupdate.asset.amd64 = "^kiwiirc-server_.*_linux_amd64.zip$" autoupdate.asset.arm64 = "^kiwiirc-server_.*_linux_arm64.zip$" autoupdate.asset.armhf = "^kiwiirc-server_.*_linux_armhf.zip$" + autoupdate.asset.i386 = "^kiwiirc-server_.*_linux_i386.zip$" [resources.system_user]