1
0
forked from ports/contrib

calf: 0.90.2 -> 0.90.3

This commit is contained in:
Tim Biermann 2019-10-14 14:16:41 +02:00
parent 275b42ea72
commit bba2a31487
Signed by untrusted user: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 4 additions and 5 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF38SiR7sw9QAgwSZ2iRzYE4H0VZvsF20uPeJhDdbq0wyrfgK2sPIpAWq4jJOTdEbCZf0zm/oO6X1kRxLRbllVPA4=
SHA256 (Pkgfile) = a14d0da309b39438b7dd36dc1112fac289cf4b03f2b6536ed14180d120bb74c7
RWSagIOpLGJF35Tr1mgm2X9/HGewKHw6GbIFo7mDfa5Bst3jFJmul45liPyy2CMmWzHhKBjgLsYWP6qQ6gUpW3S4wlH+h03ZIwo=
SHA256 (Pkgfile) = 5c0ab6a3fc9ed8cca06ab84b3cc0ac959fab2b4b2216fb11e48ab93c55a52abb
SHA256 (.footprint) = 58a47bd02160c7e51dd861493c6eacf48ff74ae73ba8b7ff2887eaa9875364d1
SHA256 (calf-0.90.2.tar.gz) = f0e9d36990ece7ae6334166ced5a2e02bbd8bcd2aa2ecad0efce0b4e6790c42e
SHA256 (calf-0.90.3.tar.gz) = e32bc23fb68f88729bdef361614fd9ac38627c774c35cd3c4eb611fca887a49f

View File

@ -4,7 +4,7 @@
# Depends on: fluidsynth pulseaudio
name=calf
version=0.90.2
version=0.90.3
release=1
source=(https://calf-studio-gear.org/files/$name-$version.tar.gz)
@ -18,6 +18,5 @@ build() {
--enable-sse
make
make DESTDIR=$PKG install
#mv $PKG/calf.lv2/ $PKG/usr/lib/
rm -fr $PKG/usr/share/doc
}