diff options
-rwxr-xr-x | community/mpc/build | 1 | ||||
-rw-r--r-- | community/mpc/checksums | 3 | ||||
-rw-r--r-- | community/mpc/sources | 2 | ||||
-rw-r--r-- | community/mpc/version | 2 |
4 files changed, 5 insertions, 3 deletions
diff --git a/community/mpc/build b/community/mpc/build index 20b55fd4..80ad1f35 100755 --- a/community/mpc/build +++ b/community/mpc/build @@ -1,6 +1,7 @@ #!/bin/sh -e export DESTDIR="$1" +export LDFLAGS="$LDFLAGS -static" cl-meson \ . output diff --git a/community/mpc/checksums b/community/mpc/checksums index 8d942307..88ddca1d 100644 --- a/community/mpc/checksums +++ b/community/mpc/checksums @@ -1 +1,2 @@ -4f40ccbe18f5095437283cfc525a97815e983cbfd3a29e48ff610fa4f1bf1296 mpc-0.33.tar.xz +%BLAKE3 +55e4327679bf6955a164e9dbb057a6797dfc7517695281386fc33f8bd4df0f0b mpc-0.34.tar.xz diff --git a/community/mpc/sources b/community/mpc/sources index d671b704..439d0984 100644 --- a/community/mpc/sources +++ b/community/mpc/sources @@ -1 +1 @@ -https://www.musicpd.org/download/mpc/0/mpc-0.33.tar.xz +https://www.musicpd.org/download/mpc/0/mpc-0.34.tar.xz diff --git a/community/mpc/version b/community/mpc/version index e38a26a9..28fa050f 100644 --- a/community/mpc/version +++ b/community/mpc/version @@ -1 +1 @@ -0.33 1 +0.34 1 |