Skip to content

Commit

Permalink
Update App Versions, run by GitHub Actions - Apps updated: (#2488)
Browse files Browse the repository at this point in the history
- Caskaydia Cove NF-all: v3.1.0 -> v3.1.1
- Cura-arm64: 4.20.14 -> 4.20.15
- Cura-armhf: 4.20.14 -> 4.20.15
- Github Desktop-arm64: 3.3.3-linux2 -> 3.3.5-linux1
- Github Desktop-armhf: 3.3.3-linux2 -> 3.3.5-linux1
- Unciv-all: 4.9.2-patch1 -> 4.9.2-patch2

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 27, 2023
1 parent e21cfed commit f251cb2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apps/Caskaydia Cove NF/install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=v3.1.0
version=v3.1.1

mkdir -p /tmp/cascadia || error "Failed to create /tmp/cascadia folder!"
wget -O /tmp/cascadia/CascadiaCode.zip "https://github.com/ryanoasis/nerd-fonts/releases/download/${version}/CascadiaCode.zip" || error "Failed to download Caskaydia Cove NF!"
Expand Down
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.14
version=4.20.15
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.14
version=4.20.15
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/Github Desktop/install-32
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

version=3.3.3-linux2
version=3.3.5-linux1
install_packages https://github.com/shiftkey/desktop/releases/download/release-${version}/GitHubDesktop-linux-armhf-${version}.deb || exit 1
2 changes: 1 addition & 1 deletion apps/Github Desktop/install-64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

version=3.3.3-linux2
version=3.3.5-linux1
install_packages https://github.com/shiftkey/desktop/releases/download/release-${version}/GitHubDesktop-linux-arm64-${version}.deb || exit 1
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.9.2-patch1
version=4.9.2-patch2

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

0 comments on commit f251cb2

Please sign in to comment.