diff options
author | Cem Keylan <cem@ckyln.com> | 2021-12-02 01:48:45 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-12-02 01:48:45 +0100 |
commit | 9bbe371672b8f21362adb9c05a5588d21f9cbe35 (patch) | |
tree | 3605e2998f18fe8ad37035c4ef76dd8db97d6065 /community/mpc | |
parent | cebe24c9bb4e30344b441cac494782e2d22f5895 (diff) | |
download | repository-9bbe371672b8f21362adb9c05a5588d21f9cbe35.tar.gz |
mpc: bump to 0.34
Diffstat (limited to 'community/mpc')
-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 |