Skip to content

Commit

Permalink
LibreWolf, Unciv, Webcord: Update App Versions
Browse files Browse the repository at this point in the history
- LibreWolf-arm64: 129.0.1-1 -> 129.0.2-1
- Unciv-all: 4.13.1 -> 4.13.2-redo
- Webcord-arm64: 4.10.0 -> 4.10.1
- Webcord-armhf: 4.10.0 -> 4.10.1
  • Loading branch information
github-actions[bot] committed Aug 25, 2024
1 parent 1449b2c commit e9bde66
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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=129.0.1-1
version=129.0.2-1

#install all dependencies found in the librewolf amd64 deb
depends=()
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.1
version=4.13.2-redo

### Make directory ~/Unciv if not available
mkdir -p $HOME/Unciv || error "Failed to create folder $HOME/Unciv"
Expand Down
2 changes: 1 addition & 1 deletion apps/Webcord/install-32
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
version=4.10.0
version=4.10.1

killall webcord &>/dev/null && echo "Closing Discord first..."

Expand Down
2 changes: 1 addition & 1 deletion apps/Webcord/install-64
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
version=4.10.0
version=4.10.1

killall webcord &>/dev/null && echo "Closing Discord first..."

Expand Down

0 comments on commit e9bde66

Please sign in to comment.