From 58e0c64e432672565577693ad73c29e539950bfc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 27 Jan 2024 18:25:18 +0000 Subject: [PATCH] Update App Versions, run by GitHub Actions - Apps updated: - Clam Antivirus-all: 6.17 -> 6.18 - Oh My Posh-all: v19.8.1 -> v19.8.2 - PPSSPP (PSP emulator)-all: v1.16.6 -> v1.17 - Pycharm CE-arm64: 2023.3.2 -> 2023.3.3 --- apps/Clam Antivirus/install | 2 +- apps/Oh My Posh/install | 2 +- apps/PPSSPP (PSP emulator)/install | 2 +- apps/Pycharm CE/install-64 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/Clam Antivirus/install b/apps/Clam Antivirus/install index bd14471c6f..209023a109 100755 --- a/apps/Clam Antivirus/install +++ b/apps/Clam Antivirus/install @@ -1,6 +1,6 @@ #!/bin/bash -version=6.17 +version=6.18 version2=0.08 install_packages clamav https://github.com/dave-theunsub/clamtk/releases/download/v${version}/clamtk_${version}-1_all.deb || exit 1 diff --git a/apps/Oh My Posh/install b/apps/Oh My Posh/install index 100150ec50..6eb3155374 100755 --- a/apps/Oh My Posh/install +++ b/apps/Oh My Posh/install @@ -1,6 +1,6 @@ #!/bin/bash -version=v19.8.1 +version=v19.8.2 #determine filename of download if [ $arch == 32 ];then diff --git a/apps/PPSSPP (PSP emulator)/install b/apps/PPSSPP (PSP emulator)/install index b6d6695e4e..c643b90189 100755 --- a/apps/PPSSPP (PSP emulator)/install +++ b/apps/PPSSPP (PSP emulator)/install @@ -1,6 +1,6 @@ #!/bin/bash -version=v1.16.6 +version=v1.17 # remove deprecated files rm -rf ~/.local/share/applications/ppsspp.desktop ~/ppsspp diff --git a/apps/Pycharm CE/install-64 b/apps/Pycharm CE/install-64 index 41804a275b..29034f10a6 100755 --- a/apps/Pycharm CE/install-64 +++ b/apps/Pycharm CE/install-64 @@ -1,6 +1,6 @@ #!/bin/bash -version=2023.3.2 +version=2023.3.3 install_packages python3-pip python3-dev || exit 1