Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Bump to MPD 0.22.4?
#1
hi guys i would like to update  
Bump to MPD 0.22.4



https://github.com/moode-player/moode/co...94e43ef1bf


with ssh

what is the right script to write?

thanks
Thank You

JrbArco
Reply
#2
(01-30-2021, 05:28 PM)JrBarco Wrote: hi guys i would like to update  
Bump to MPD 0.22.4



https://github.com/moode-player/moode/co...94e43ef1bf


with ssh

what is the right script to write?

thanks

Read the build recipe, also in the github repo.

I'm curious. According the release notes, there's a relatively small number of changes introduced with MPD 0.22.3->0.22.4. Which one is your reason for getting ahead of the next moOde update?

Regards,
Kent
Reply
#3
Prolly something like below

Code:
# Save existing
sudo cp /usr/local/bin/mpd ./mpd-0.22.3_p0x3

# Install new
sudo wget https://github.com/moode-player/moode/raw/develop/other/mpd/mpd-0.22.4_p0x3
sudo mv ./mpd-0.22.4_p0x3 /usr/local/bin/mpd

# Verify version
mpd -V | grep Daemon
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply
#4
(01-30-2021, 06:17 PM)TheOldPresbyope Wrote:
(01-30-2021, 05:28 PM)JrBarco Wrote: hi guys i would like to update  
Bump to MPD 0.22.4



https://github.com/moode-player/moode/co...94e43ef1bf


with ssh

what is the right script to write?

thanks

Read the build recipe, also in the github repo.

I'm curious. According the release notes, there's a relatively small number of changes introduced with MPD 0.22.3->0.22.4. Which one is your reason for getting ahead of the next moOde update?

Regards,
Kent
 no reason, i just noticed there is a new version, i just like updates  Rolleyes and try out.
Thank You

JrbArco
Reply


Forum Jump: