Skip to content

Commit

Permalink
LibreWolf, Oh My Posh, Unciv: Update App Versions
Browse files Browse the repository at this point in the history
- LibreWolf-arm64: 128.0-2 -> 128.0.3-1
- Oh My Posh-all: v23.2.0 -> v23.3.0
- Unciv-all: 4.12.13 -> 4.12.14
  • Loading branch information
github-actions[bot] committed Jul 28, 2024
1 parent 849f646 commit 9148c99
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/LibreWolf/install-64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=128.0-2
version=128.0.3-1

#install all dependencies found in the librewolf amd64 deb
depends=()
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=v23.2.0
version=v23.3.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.12.13
version=4.12.14

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

0 comments on commit 9148c99

Please sign in to comment.