diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-03-28 16:07:18 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-03-28 16:07:18 +0200 |
commit | 8bee65a9cbd1905e356ff468a48e90608a08a8e6 (patch) | |
tree | afdb76c6fa9e0e91482680497f0f5c27c56a9d4b /package/moc/Makefile | |
parent | 98c4842cbff9e4802092c5011feb0ecbb8e4881d (diff) | |
parent | bf5f8fc2eaded785753175367f7f1a52192c2d62 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/moc/Makefile')
-rw-r--r-- | package/moc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/moc/Makefile b/package/moc/Makefile index 3aa1a16f7..77cd7cf7c 100644 --- a/package/moc/Makefile +++ b/package/moc/Makefile @@ -4,9 +4,9 @@ include ${TOPDIR}/rules.mk PKG_NAME:= moc -PKG_VERSION:= 2.4.4 +PKG_VERSION:= 2.5.0-alpha4 PKG_RELEASE:= 1 -PKG_MD5SUM:= 647c770a5542a4ae5437386807a89796 +PKG_MD5SUM:= 2dd0cb6481d77fda09c58ec3154a21c0 PKG_DESCR:= console music player PKG_SECTION:= sound PKG_DEPENDS:= libmad libvorbis libcurl libflac ffmpeg libiconv @@ -14,7 +14,7 @@ PKG_DEPENDS+= libncurses libid3tag PKG_BUILDDEP+= ncurses libvorbis curl libmad flac ffmpeg libiconv PKG_BUILDDEP+= libid3tag PKG_URL:= http://moc.daper.net -PKG_SITES:= ftp://ftp.daper.net/pub/soft/moc/stable/ +PKG_SITES:= ftp://ftp.daper.net/pub/soft/moc/unstable/ DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2 |