wok diff lv2/receipt @ rev 25044

*/stuff/bootloader.S: fix VCPI case
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 02 15:48:36 2022 +0000 (2022-06-02)
parents ede1d184d5c5
children 1065db0a8079
line diff
     1.1 --- a/lv2/receipt	Mon Feb 14 17:51:14 2022 +0000
     1.2 +++ b/lv2/receipt	Thu Jun 02 15:48:36 2022 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="lv2"
     1.7 -VERSION="1.16.0"
     1.8 +VERSION="1.18.2"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Portable plugin standard for audio systems."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -9,7 +9,7 @@
    1.13  WEB_SITE="https://lv2plug.in/"
    1.14  
    1.15  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.16 -WGET_URL="http://lv2plug.in/spec/$TARBALL"
    1.17 +WGET_URL="https://lv2plug.in/spec/$TARBALL"
    1.18  
    1.19  DEPENDS="libsndfile"
    1.20  BUILD_DEPENDS="pkg-config libsndfile-dev"