Skip to content

Commit

Permalink
Cura, Unciv: Update App Versions
Browse files Browse the repository at this point in the history
- Cura-arm64: 4.20.23 -> 4.20.24
- Cura-armhf: 4.20.23 -> 4.20.24
- Unciv-all: 4.13.12 -> 4.13.13
  • Loading branch information
github-actions[bot] committed Sep 30, 2024
1 parent 6ba683e commit 07d0eb4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.23
version=4.20.24
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.23
version=4.20.24
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/Unciv/install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=4.13.12
version=4.13.13

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

0 comments on commit 07d0eb4

Please sign in to comment.