Skip to content

Commit

Permalink
Update App Versions, run by GitHub Actions - Apps updated: (#1917)
Browse files Browse the repository at this point in the history
- Reaper-arm64: 658 -> 659
- Reaper-armhf: 658 -> 659
- Unciv-all: 4.1.4-patch1 -> 4.1.5

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored May 31, 2022
1 parent 8ffefe1 commit 794e5d4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Empty file modified .github/workflows/updates/PrusaSlicer.sh
100644 → 100755
Empty file.
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=658
version=659
version2=1.2.4.1
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=658
version=659
version2=1.2.4.1
base_ver="$(echo ${version} | sed -e 's/.$//' -e 's/.$//')"

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

### Install dependencies
install_packages lsb-release wget gpg || error "Failed to install dependencies"
Expand Down

0 comments on commit 794e5d4

Please sign in to comment.