Skip to content

Commit

Permalink
Update App Versions, run by GitHub Actions - Apps updated: (#2470)
Browse files Browse the repository at this point in the history
- Minecraft Pi (Modded)-all: 273/artifact/out/minecraft-pi-reborn-client-2.4.9 -> 281/artifact/out/minecraft-pi-reborn-client-2.5.0
- Oh My Posh-all: v18.14.0 -> v18.15.0
- Reaper-arm64: 682 -> 701
- Reaper-armhf: 682 -> 701
- Shattered Pixel Dungeon-all: 2.1.4 -> 2.2.0
- WorldPainter-all: 2.21.1 -> 2.21.3

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 21, 2023
1 parent ca062c8 commit 9cd73f1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apps/Minecraft Pi (Modded)/install
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Version
version=273/artifact/out/minecraft-pi-reborn-client-2.4.9
version=281/artifact/out/minecraft-pi-reborn-client-2.5.0

# Install
if [ "${arch}" = "64" ]; then
Expand Down
2 changes: 1 addition & 1 deletion apps/Oh My Posh/install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=v18.14.0
version=v18.15.0

#determine filename of download
if [ $arch == 32 ];then
Expand Down
2 changes: 1 addition & 1 deletion apps/Reaper/install-32
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=682
version=701
version2=1.2.4.3
base_ver="$(echo ${version} | sed -e 's/.$//' -e 's/.$//')"

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

version=682
version=701
version2=1.2.4.3
base_ver="$(echo ${version} | sed -e 's/.$//' -e 's/.$//')"

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.1.4
version=2.2.0

adoptium_installer || exit 1
install_packages temurin-17-jre || exit 1
Expand Down
2 changes: 1 addition & 1 deletion apps/WorldPainter/install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=2.21.1
version=2.21.3

adoptium_installer || exit 1
install_packages temurin-17-jre https://www.worldpainter.net/files/worldpainter_${version}.deb || exit 1
Expand Down

0 comments on commit 9cd73f1

Please sign in to comment.