-
Notifications
You must be signed in to change notification settings - Fork 210
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
1 parent
a4a953d
commit 58e0c64
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|