Skip to content

Commit

Permalink
Merge pull request #2538 from Botspot/auto-app-updates-NOT-FOR-USERS
Browse files Browse the repository at this point in the history
[AUTO] Update App Versions
  • Loading branch information
Botspot authored Jan 27, 2024
2 parents 15cf5e1 + 58e0c64 commit c476cbf
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 c476cbf

Please sign in to comment.