libmodplug: Update to 0.8.9.0

This commit is contained in:
Predrag Ivanović 2018-11-29 16:31:08 +01:00
parent 5c25f50b15
commit 80d064ed25
2 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF38VArDbNHWM0kJADMHpXRao64iT/s1ExySiQcQWry8TwmTKgoAakmRQxY+UVVtPQhabpJKx948B5anUcVp6mOQ8=
SHA256 (Pkgfile) = 1076ef4395fc5248329c125a118811ffdbc2634eb6a726a5020ed6e91249212c
RWSagIOpLGJF30tRv2vp28neXa5SHPHc1EpmUqSqfOotw2rRPuiUFZem/q3xyT4ePfVKwxYJp2wdzYW0FuJY2JokVqCdnaBiuQE=
SHA256 (Pkgfile) = 4f1089685d0cef0fc25bc7f2ee48e245dbabf50f9d7891be5722dc12bcca048c
SHA256 (.footprint) = 562c0503d0737e17d4878355a3faa9e46bd14d11c0d04fb0abaeaa5f69bb2d35
SHA256 (libmodplug-0.8.8.5.tar.gz) = 77462d12ee99476c8645cb5511363e3906b88b33a6b54362b4dbc0f39aa2daad
SHA256 (libmodplug-0.8.9.0.tar.gz) = 457ca5a6c179656d66c01505c0d95fafaead4329b9dbaa0f997d00a3508ad9de

View File

@ -1,10 +1,10 @@
# Description: Library for playing module music.
# URL: http://modplug-xmms.sourceforge.net/
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Jukka Heino, vector at pp dot nic dot fi
# Packager: Jukka Heino, vector at pp dot nic dot fi
name=libmodplug
version=0.8.8.5
version=0.8.9.0
release=1
source=(http://downloads.sourceforge.net/project/modplug-xmms/$name/$version/$name-$version.tar.gz)
@ -12,5 +12,5 @@ build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
make DESTDIR=$PKG install
}