Skip to content

Commit

Permalink
LibreWolf, Shattered Pixel Dungeon, Signal, VSCodium: Update App Vers…
Browse files Browse the repository at this point in the history
…ions

- LibreWolf-arm64: 131.0-1 -> 131.0.2-1
- Shattered Pixel Dungeon-all: 2.5.3 -> 2.5.4
- Signal-arm64: 7.27.0 -> 7.28.0
- VSCodium-arm64: 1.94.0.24282 -> 1.94.1.24283
- VSCodium-armhf: 1.94.0.24282 -> 1.94.1.24283
  • Loading branch information
github-actions[bot] committed Oct 10, 2024
1 parent 6423860 commit 4db14bd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/LibreWolf/install-64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=131.0-1
version=131.0.2-1

#install all dependencies found in the librewolf amd64 deb
depends=()
Expand Down
2 changes: 1 addition & 1 deletion apps/Shattered Pixel Dungeon/install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=2.5.3
version=2.5.4

# remove deprecated file locations
rm -rf ~/.local/bin/ShatteredPD-Desktop.jar ~/.local/share/applications/shatteredpd.desktop
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.27.0
version=7.28.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.94.0.24282
version=1.94.1.24283

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.0.24282
version=1.94.1.24283

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

0 comments on commit 4db14bd

Please sign in to comment.