Skip to content

Commit 9bc993c

Browse files
authored
#439 upgrade to mpd 0.24.3 (#440)
1 parent d5f4b44 commit 9bc993c

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/docker-multi-arch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ jobs:
8686
special_tags[vanilla-noble]="${image_name}:vanilla-ubuntu-current"
8787
8888
declare -A mpd_version_dict
89-
mpd_version_dict[bookworm]=0.24.2
89+
mpd_version_dict[bookworm]=0.24.3
9090
mpd_version_dict[vanilla-bookworm]=0.23.12
91-
mpd_version_dict[noble]=0.24.2
91+
mpd_version_dict[noble]=0.24.3
9292
mpd_version_dict[vanilla-noble]=0.23.14
9393
9494
# select mpd version

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ Keep in mind that the `legacy` branch will not be updated with new features. Onl
5656
## MPD Source code
5757

5858
The source code for the patched MPD is in this GitHub [repo](https://github.com/GioF71/MPD).
59-
The `version-0.24.2` tag is in-line with the GitHub [upstream repo](https://github.com/MusicPlayerDaemon/MPD) at version 0.24.2.
60-
The `version-0.24.2-ups` tag contains a patch which is used when `INTEGER_UPSAMPLING` is set to `yes`. Use at your own risk.
59+
The `version-0.24.3` tag is in-line with the GitHub [upstream repo](https://github.com/MusicPlayerDaemon/MPD) at version 0.24.3.
60+
The `version-0.24.3-ups` tag contains a patch which is used when `INTEGER_UPSAMPLING` is set to `yes`. Use at your own risk.
6161
Two binaries are available in the container image:
6262

6363
- /app/bin/compiled/mpd (upstream version)

doc/change-history.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
Date|Major Changes
44
:---|:---
5+
2025-04-13|Bump to version 0.24.3 (see issue [#439](https://github.com/GioF71/mpd-alsa-docker/issues/439))
56
2025-03-27|Add support for MixRamp (see issue [#380](https://github.com/GioF71/mpd-alsa-docker/issues/380))
67
2025-03-27|Bump to version 0.24.2 (see issue [#436](https://github.com/GioF71/mpd-alsa-docker/issues/436))
78
2025-03-24|Bump to version 0.24.1 (see issue [#434](https://github.com/GioF71/mpd-alsa-docker/issues/434))

local-build-and-push.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
TODAY=$(date '+%Y-%m-%d')
4-
MPD_VERSION=0.24.2
4+
MPD_VERSION=0.24.3
55

66
echo "TODAY=${TODAY}"
77

0 commit comments

Comments
 (0)