Skip to content

Commit

Permalink
MuseScore, XSnow: Update App Versions
Browse files Browse the repository at this point in the history
- MuseScore-arm64: 4.4.3.242971445 -> 4.4.4.243461246
- MuseScore-armhf: 4.4.3.242971445 -> 4.4.4.243461245
- XSnow-all: 3.7.9 -> 3.8.1
  • Loading branch information
github-actions[bot] committed Dec 12, 2024
1 parent aa52bba commit 72439d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apps/MuseScore/install
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

version_armhf=4.4.3.242971445
version_arm64=4.4.3.242971445
version_armhf=4.4.4.243461245
version_arm64=4.4.4.243461246

if [ $arch == 32 ];then
version_select="$version_armhf"
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.7.9
version=3.8.1

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 72439d9

Please sign in to comment.