Skip to content

Commit

Permalink
Unciv, VSCodium: Update App Versions
Browse files Browse the repository at this point in the history
- Unciv-all: 4.13.14 -> 4.13.15
- VSCodium-arm64: 1.94.1.24283 -> 1.94.2.24284
- VSCodium-armhf: 1.94.1.24283 -> 1.94.2.24284
  • Loading branch information
github-actions[bot] committed Oct 11, 2024
1 parent e3f9dbf commit 3defab3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/Unciv/install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=4.13.14
version=4.13.15

### Make directory ~/Unciv if not available
mkdir -p $HOME/Unciv || error "Failed to create folder $HOME/Unciv"
Expand Down
2 changes: 1 addition & 1 deletion apps/VSCodium/install-32
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
sudo rm -f /etc/apt/sources.list.d/vscodium.list /etc/apt/trusted.gpg.d/vscodium.gpg

version=1.94.1.24283
version=1.94.2.24284

install_packages "https://github.com/VSCodium/vscodium/releases/download/${version}/codium_${version}_armhf.deb" || exit 1

2 changes: 1 addition & 1 deletion apps/VSCodium/install-64
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
sudo rm -f /etc/apt/sources.list.d/vscodium.list /etc/apt/trusted.gpg.d/vscodium.gpg

version=1.94.1.24283
version=1.94.2.24284

install_packages "https://github.com/VSCodium/vscodium/releases/download/${version}/codium_${version}_arm64.deb" || exit 1

0 comments on commit 3defab3

Please sign in to comment.