Skip to content

Commit

Permalink
Update App Versions, run by GitHub Actions - Apps updated: (#2378)
Browse files Browse the repository at this point in the history
- Shattered Pixel Dungeon-all: 2.1.2 -> 2.1.3 =
- Unciv-all: 4.7.5 -> 4.7.5-patch1 =
- WhatsApp-arm64: 18.0 -> 19.0 =
- WhatsApp-armhf: 18.0 -> 19.0 =

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jul 1, 2023
1 parent 69571b9 commit 0290978
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.1.2
version=2.1.3

install_packages openjdk-11-jre || 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.7.5
version=4.7.5-patch1

### Install dependencies
install_packages lsb-release wget gpg || error "Failed to install dependencies"
Expand Down
2 changes: 1 addition & 1 deletion apps/WhatsApp/install-32
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

version=18.0
version=19.0

install_packages https://github.com/cycool29/whatsapp-for-linux/releases/download/${version}/whatsapp_${version}_armhf.deb || exit 1
2 changes: 1 addition & 1 deletion apps/WhatsApp/install-64
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

version=18.0
version=19.0

install_packages https://github.com/cycool29/whatsapp-for-linux/releases/download/${version}/whatsapp_${version}_arm64.deb || exit 1

0 comments on commit 0290978

Please sign in to comment.