Skip to content

Commit

Permalink
Pycharm CE, Signal, VSCodium: Update App Versions
Browse files Browse the repository at this point in the history
- Pycharm CE-arm64: 2024.3 -> 2024.3.1
- Signal-arm64: 7.35.1 -> 7.35.0
- VSCodium-arm64: 1.95.3.24321 -> 1.96.0.24347
- VSCodium-armhf: 1.95.3.24321 -> 1.96.0.24347
  • Loading branch information
github-actions[bot] committed Dec 13, 2024
1 parent 72439d9 commit ba18def
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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=2024.3
version=2024.3.1

install_packages python3-pip python3-dev || exit 1

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

version=7.35.1
version=7.35.0

install_packages "https://github.com/dennisameling/Signal-Desktop/releases/download/v${version}/signal-desktop-unofficial_${version}_arm64.deb" || exit 1

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.95.3.24321
version=1.96.0.24347

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.95.3.24321
version=1.96.0.24347

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

0 comments on commit ba18def

Please sign in to comment.