diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2018-03-29 23:32:14 +1100 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2018-03-29 23:32:51 +1100 |
commit | 9091af601d1ed6567c16bfd3622141e08968cf8a (patch) | |
tree | ef2a78b1f22d66f7ebf54a9b39a57f6d3fe240db /moc | |
parent | 8cd0e301c9a0a81f71c002b4593b7fc5cdcdb326 (diff) | |
download | contrib-9091af601d1ed6567c16bfd3622141e08968cf8a.tar.gz contrib-9091af601d1ed6567c16bfd3622141e08968cf8a.tar.xz |
moc: 2.5.1 -> 2.5.2
Diffstat (limited to 'moc')
-rw-r--r-- | moc/.md5sum | 2 | ||||
-rw-r--r-- | moc/.signature | 6 | ||||
-rw-r--r-- | moc/Pkgfile | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/moc/.md5sum b/moc/.md5sum index 4cab9319b..a2df6e4ae 100644 --- a/moc/.md5sum +++ b/moc/.md5sum @@ -1 +1 @@ -ea9c8edb8b7a64a0b93d540293d3ff74 moc-2.5.1.tar.bz2 +48e5abcd5ffc76921d4feea8a1fc2dbb moc-2.5.2.tar.bz2 diff --git a/moc/.signature b/moc/.signature index 05222b345..3336e998f 100644 --- a/moc/.signature +++ b/moc/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3299YzveNLr2zS08pbkTKTN+MggC45x5Wi4ROtzAKjIXP0j5fkg+/RgrP7bPRgCLkvh8vxmafkNfF+0dGZWALQY= -SHA256 (Pkgfile) = 1738c64a2898ac3235fdbee42bdaf811f71492bcbac98c1da5a664b3c1591ff3 +RWSagIOpLGJF3zfDbdqR0B3IucOgfScc0sZJ/iJyeL+rUrwrJ6at6mT2dO4RmzSWHQBRKsbQ5B4P3qO5SyJcothalFn0H6eykgY= +SHA256 (Pkgfile) = 9ed6040dc3c95384e2d0e4083c9d5924bb4231db02e2fa26549fb43e95759a81 SHA256 (.footprint) = f23b8f049e77b4cb7f95144116ae3c29c790199e1459ff3017dabae044f1b0b2 -SHA256 (moc-2.5.1.tar.bz2) = 1b419c75a92a85ff4ee7670c65d660c86fef32032c65e89e868b988f80fac4f2 +SHA256 (moc-2.5.2.tar.bz2) = f3a68115602a4788b7cfa9bbe9397a9d5e24c68cb61a57695d1c2c3ecf49db08 diff --git a/moc/Pkgfile b/moc/Pkgfile index afead8764..37c798f01 100644 --- a/moc/Pkgfile +++ b/moc/Pkgfile @@ -1,13 +1,13 @@ # Description: Console audio player. # URL: http://moc.daper.net/ # Maintainer: Danny Rawlins, crux at romster dot me -# Packager: Stoyan Zhekov, zhware at hotpop dot com # Depends on: curl libid3tag libmad libsndfile popt name=moc -version=2.5.1 +version=2.5.2 release=1 -source=(ftp://ftp.daper.net/pub/soft/$name/stable/$name-$version.tar.bz2) +source=(http://ftp.daper.net/pub/soft/moc/stable/$name-$version.tar.bz2) + build() { cd $name-$version |