Skip to content

Commit

Permalink
audio/musicpc: update to 0.35
Browse files Browse the repository at this point in the history
PR:		275891
Submitted by:	maintainer
  • Loading branch information
arvedarved committed Jan 1, 2024
1 parent 8be2b11 commit 660db24
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
3 changes: 1 addition & 2 deletions audio/musicpc/Makefile
@@ -1,6 +1,5 @@
PORTNAME= musicpc
DISTVERSION= 0.34
PORTREVISION= 1
DISTVERSION= 0.35
CATEGORIES= audio
MASTER_SITES= http://www.musicpd.org/download/mpc/0/
DISTNAME= mpc-${PORTVERSION}
Expand Down
6 changes: 3 additions & 3 deletions audio/musicpc/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1652348508
SHA256 (mpc-0.34.tar.xz) = 691e3f3654bc10d022bb0310234d0bc2d8c075a698f09924d9ebed8f506fda20
SIZE (mpc-0.34.tar.xz) = 47940
TIMESTAMP = 1703272039
SHA256 (mpc-0.35.tar.xz) = 382959c3bfa2765b5346232438650491b822a16607ff5699178aa1386e3878d4
SIZE (mpc-0.35.tar.xz) = 49820
6 changes: 3 additions & 3 deletions audio/musicpc/files/patch-meson.build
@@ -1,12 +1,12 @@
--- meson.build.orig 2022-05-12 09:46:08 UTC
--- meson.build.orig 2023-12-22 19:10:04 UTC
+++ meson.build
@@ -1,4 +1,4 @@
-project('mpc', 'c',
+project('musicpc', 'c',
version: '0.34',
version: '0.35',
meson_version: '>= 0.47',
default_options: [
@@ -124,13 +124,13 @@ executable('mpc',
@@ -125,13 +125,13 @@ executable('mpc',
install: true
)

Expand Down

0 comments on commit 660db24

Please sign in to comment.