Skip to content

Commit

Permalink
Oh My Posh, RustDesk, Unciv, XSnow: Update App Versions
Browse files Browse the repository at this point in the history
- Oh My Posh-all: v24.16.1 -> v24.17.1
- RustDesk-arm64: 1.3.5 -> 1.3.6
- RustDesk-armhf: 1.3.5 -> 1.3.6
- Unciv-all: 4.14.16 -> 4.14.17
- XSnow-all: 3.8.1 -> 3.8.3
  • Loading branch information
github-actions[bot] committed Dec 23, 2024
1 parent 34fd2f3 commit a1e3085
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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=v24.16.1
version=v24.17.1

#determine filename of download
if [ $arch == 32 ];then
Expand Down
2 changes: 1 addition & 1 deletion apps/RustDesk/install-32
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=1.3.5
version=1.3.6

if [ "$XDG_SESSION_TYPE" == wayland ];then
install_packages https://github.com/rustdesk/rustdesk/releases/download/${version}/rustdesk-${version}-armv7-sciter.deb xdg-desktop-portal-wlr || exit 1
Expand Down
2 changes: 1 addition & 1 deletion apps/RustDesk/install-64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=1.3.5
version=1.3.6

if [ "$XDG_SESSION_TYPE" == wayland ];then
install_packages https://github.com/rustdesk/rustdesk/releases/download/${version}/rustdesk-${version}-aarch64.deb xdg-desktop-portal-wlr || exit 1
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.16
version=4.14.17

### 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/XSnow/install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=3.8.1
version=3.8.3

install_packages build-essential libx11-dev libxpm-dev libxt-dev libxext-dev pkg-config libxml2-dev libgtk-3-dev libxinerama-dev libxtst-dev libgsl-dev || exit 1

Expand Down

0 comments on commit a1e3085

Please sign in to comment.