Skip to content

Commit

Permalink
Update App Versions, run by GitHub Actions - Apps updated:
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
github-actions[bot] authored Jan 27, 2024
1 parent a4a953d commit 58e0c64
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/Clam Antivirus/install
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion apps/Oh My Posh/install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=v19.8.1
version=v19.8.2

#determine filename of download
if [ $arch == 32 ];then
Expand Down
2 changes: 1 addition & 1 deletion apps/PPSSPP (PSP emulator)/install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=v1.16.6
version=v1.17

# remove deprecated files
rm -rf ~/.local/share/applications/ppsspp.desktop ~/ppsspp
Expand Down
2 changes: 1 addition & 1 deletion apps/Pycharm CE/install-64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=2023.3.2
version=2023.3.3

install_packages python3-pip python3-dev || exit 1

Expand Down

0 comments on commit 58e0c64

Please sign in to comment.