22#+AUTHOR: Michael Herstine
33#+DESCRIPTION: mpdpopm
44#+EMAIL: sp1ff@pobox.com
5- #+DATE: <2024-05-10 Fri 16:46 >
5+ #+DATE: <2025-08-05 Tue 15:14 >
66#+AUTODATE: t
77
88* Introduction
@@ -60,10 +60,10 @@ Thanks to a suggestion by [[https://github.com/m040601][m040601]], you can down
6060
6161#+BEGIN_SRC bash
6262cd /tmp
63- curl -L --output mpdpopm-0.3.2 .tar.gz https://github.com/sp1ff/mpdpopm/releases/download/0.3.2 /mpdpopm-0.3.2 -x86_64-unknown-linux.tar.gz
64- tar xf mpdpopm-0.3.2 .tar.gz
65- tree mpdpopm-0.3.2 -x86_64-unknown-linux/
66- mpdpopm-0.3.2 -x86_64-unknown-linux/
63+ curl -L --output mpdpopm-0.3.4 .tar.gz https://github.com/sp1ff/mpdpopm/releases/download/0.3.4 /mpdpopm-0.3.4 -x86_64-unknown-linux.tar.gz
64+ tar xf mpdpopm-0.3.4 .tar.gz
65+ tree mpdpopm-0.3.4 -x86_64-unknown-linux/
66+ mpdpopm-0.3.4 -x86_64-unknown-linux/
6767├── bin
6868│ ├── mppopm
6969│ └── mppopmd
@@ -93,8 +93,8 @@ If you're running on a Debian-based Linux distribution, and you're on an x86_64
9393
9494#+BEGIN_SRC bash
9595cd /tmp
96- curl -L -O https://github.com/sp1ff/mpdpopm/releases/download/0.3.2 /mpdpopm_0.3.2_amd64 .deb
97- sudo dpkg -i mpdpopm_0.3.2_amd64 .deb
96+ curl -L -O https://github.com/sp1ff/mpdpopm/releases/download/0.3.4 /mpdpopm_0.3.4_amd64 .deb
97+ sudo dpkg -i mpdpopm_0.3.4_amd64 .deb
9898#+END_SRC
9999
100100The binaries will be placed in =/usr/local/bin=, and you can proceed to [[#getting_started][Getting Started]], below.
@@ -114,9 +114,9 @@ If you've got the Rust toolchain as well as Autotools installed, you can build f
114114
115115#+BEGIN_SRC bash
116116cd /tmp
117- curl -L -O https://github.com/sp1ff/mpdpopm/releases/download/0.3.2 /mpdpopm-0.3.2 .tar.xz
118- tar xf mpdpopm-0.3.2 .tar.xz
119- cd mpdpopm-0.3.2
117+ curl -L -O https://github.com/sp1ff/mpdpopm/releases/download/0.3.4 /mpdpopm-0.3.4 .tar.xz
118+ tar xf mpdpopm-0.3.4 .tar.xz
119+ cd mpdpopm-0.3.4
120120./configure
121121make
122122make check
0 commit comments