From 09b9ea976dee2fd9331580257eb56f9b58b08bc3 Mon Sep 17 00:00:00 2001 From: Alex Vidal <58011097+Alexvidalcor@users.noreply.github.com> Date: Wed, 1 May 2024 11:11:20 +0200 Subject: [PATCH] Update Pychess to 1.0.5 Pychess released version 1.0.5 a few hours ago. --- apps/PyChess/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/PyChess/install b/apps/PyChess/install index 034ccad5ee..8675d0b9d7 100755 --- a/apps/PyChess/install +++ b/apps/PyChess/install @@ -1,5 +1,5 @@ #!/bin/bash -version=1.0.3 +version=1.0.5 -install_packages "https://github.com/pychess/pychess/releases/download/${version}/python3-pychess_${version}-1_all.deb" || exit 1 \ No newline at end of file +install_packages "https://github.com/pychess/pychess/releases/download/${version}/python3-pychess_${version}-1_all.deb" || exit 1