Skip to content

Commit

Permalink
v9.9
Browse files Browse the repository at this point in the history
- DietPi-Software | Shairport Sync: Another dependency update for Trixie
  • Loading branch information
MichaIng committed Dec 2, 2024
1 parent 8b15885 commit 5e87edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .build/software/shairport-sync/build.bash
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ adeps2=('libsodium23' 'libgcrypt20')
case $G_DISTRO in
5|6) adeps+=('libssl1.1'); adeps2+=('libavcodec58' 'libplist3');;
7) adeps+=('libssl3'); adeps2+=('libavcodec59' 'libplist3');;
8) adeps+=('libssl3'); adeps2+=('libavcodec60' 'libplist-2.0-4');;
8) adeps+=('libssl3'); adeps2+=('libavcodec61' 'libplist-2.0-4');;
*) G_DIETPI-NOTIFY 1 "Unsupported distro version: $G_DISTRO_NAME (ID=$G_DISTRO)"; exit 1;;
esac
for i in "${adeps[@]}" "${adeps2[@]}"
Expand Down

0 comments on commit 5e87edb

Please sign in to comment.