Skip to content

Commit

Permalink
Boxy SVG, Signal, Unciv: Update App Versions
Browse files Browse the repository at this point in the history
- Boxy SVG-all: 4.55.0.zip -> 4.56.0.zip
- Signal-arm64: 7.35.0 -> 7.38.0
- Unciv-all: 4.15.2-patch1 -> 4.15.3
  • Loading branch information
github-actions[bot] committed Jan 19, 2025
1 parent c32fcef commit f99148a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/Boxy SVG/install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=4.55.0.zip
version=4.56.0.zip

install_packages libfontconfig-dev || exit 0

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.0
version=7.38.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/Unciv/install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=4.15.2-patch1
version=4.15.3

### Make directory ~/Unciv if not available
mkdir -p $HOME/Unciv || error "Failed to create folder $HOME/Unciv"
Expand Down

0 comments on commit f99148a

Please sign in to comment.