Skip to content

Commit

Permalink
Fastfetch, Oh My Posh, Unciv: Update App Versions
Browse files Browse the repository at this point in the history
- Fastfetch-all: 2.34.1 -> 2.35.0
- Oh My Posh-all: v24.18.1 -> v24.19.0
- Unciv-all: 4.15.4 -> 4.15.5
  • Loading branch information
github-actions[bot] committed Jan 26, 2025
1 parent 205285e commit b8a7b21
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/Fastfetch/install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=2.34.1
version=2.35.0

case "$arch" in
"64") install_packages https://github.com/fastfetch-cli/fastfetch/releases/download/${version}/fastfetch-linux-aarch64.deb || exit 1 ;;
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.18.1
version=v24.19.0

#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.15.4
version=4.15.5

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

0 comments on commit b8a7b21

Please sign in to comment.