calf: update to 0.90.0
This commit is contained in:
parent
7411712fc2
commit
fb5576f0eb
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'calf'
|
# Template file for 'calf'
|
||||||
pkgname=calf
|
pkgname=calf
|
||||||
version=0.0.60
|
version=0.90.0
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-experimental"
|
configure_args="--enable-experimental"
|
||||||
if [ "$XBPS_TARGET_MACHINE" = "i686" -o "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
if [ "$XBPS_TARGET_MACHINE" = "i686" -o "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
||||||
|
@ -16,5 +16,5 @@ homepage="http://calf-studio-gear.org"
|
||||||
short_desc="LV2/DSSI/LADSPA plug-ins suite and standalone JACK host"
|
short_desc="LV2/DSSI/LADSPA plug-ins suite and standalone JACK host"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="LGPL-2"
|
license="LGPL-2"
|
||||||
distfiles="${homepage}/files/${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/calf-studio-gear/calf/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||||
checksum=a9e7156740b71b31b5c81730b57c56b9ed03bf3eff98938b3a416c09c0e32e05
|
checksum=2b32007c4769b0bcc9898c088d26562b1ab1d57a68130d0235e7d27da4d83236
|
||||||
|
|
Loading…
Reference in New Issue