Skip to content

Commit

Permalink
Cura, Oh My Posh, Unciv: Update App Versions
Browse files Browse the repository at this point in the history
- Cura-arm64: 4.20.24 -> 4.20.25
- Cura-armhf: 4.20.24 -> 4.20.25
- Oh My Posh-all: v24.6.3 -> v24.6.4
- Unciv-all: 4.14.6-patch1 -> 4.14.7
  • Loading branch information
github-actions[bot] committed Nov 17, 2024
1 parent f82a6b7 commit 4468ca6
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.24
version=4.20.25
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.24
version=4.20.25
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/Oh My Posh/install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=v24.6.3
version=v24.6.4

#determine filename of download
if [ $arch == 32 ];then
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.14.6-patch1
version=4.14.7

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

0 comments on commit 4468ca6

Please sign in to comment.