Skip to content

Commit

Permalink
Oh My Posh, Unciv: Update App Versions
Browse files Browse the repository at this point in the history
- Oh My Posh-all: v23.6.3 -> v23.6.5
- Unciv-all: 4.13.0-gp -> 4.13.0-patch1
  • Loading branch information
github-actions[bot] committed Aug 19, 2024
1 parent d42f78d commit bb980e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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=v23.6.3
version=v23.6.5

#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.13.0-gp
version=4.13.0-patch1

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

0 comments on commit bb980e5

Please sign in to comment.