Skip to content

Commit

Permalink
Boxy SVG, Oh My Posh, Unciv: Update App Versions
Browse files Browse the repository at this point in the history
- Boxy SVG-all: 4.48.4.zip -> 4.48.6.zip
- Oh My Posh-all: v24.0.8 -> v24.0.9
- Unciv-all: 4.14.3 -> 4.14.4
  • Loading branch information
github-actions[bot] committed Nov 7, 2024
1 parent e3493dc commit 3897da4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/Boxy SVG/install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=4.48.4.zip
version=4.48.6.zip

install_packages libfontconfig-dev || exit 0

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.0.8
version=v24.0.9

#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.3
version=4.14.4

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

0 comments on commit 3897da4

Please sign in to comment.