Skip to content

Commit

Permalink
Cura,Marathon,Unciv: Update App Versions
Browse files Browse the repository at this point in the history
- Cura-arm64: 4.20.19 -> 4.20.20
- Cura-armhf: 4.20.19 -> 4.20.20
- Marathon-all: 20240510 -> 20240513
- Unciv-all: 4.11.11 -> 4.11.12
  • Loading branch information
github-actions[bot] committed May 14, 2024
1 parent 184780a commit cc18375
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/Cura/install-32
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=4.20.19
version=4.20.20
version2=0.5.0
wget -O /tmp/Cura.AppImage https://github.com/smartavionics/Cura/releases/download/${version}/Cura-${version}-mb-armhf.AppImage || error "Failed to download!"
sudo mv /tmp/Cura.AppImage /opt
Expand Down
2 changes: 1 addition & 1 deletion apps/Cura/install-64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=4.20.19
version=4.20.20
version2=0.5.0
wget -O /tmp/Cura.AppImage https://github.com/smartavionics/Cura/releases/download/${version}/Cura-${version}-mb-aarch64.AppImage || error "Failed to download!"
sudo mv /tmp/Cura.AppImage /opt
Expand Down
2 changes: 1 addition & 1 deletion apps/Marathon/install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=20240510
version=20240513

#made according to the instructions from the developer, but was not originally created for the Pi
#https://github.com/Aleph-One-Marathon/alephone/wiki/Linux%20Install%20Instructions
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.11.11
version=4.11.12

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

0 comments on commit cc18375

Please sign in to comment.