wok diff libkeybinder/receipt @ rev 25463

Up expat (2.4.9) fixes CVE-2022-40674
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 29 20:05:23 2022 +0000 (20 months ago)
parents bd7510903310
children 7364ffdaaa60
line diff
     1.1 --- a/libkeybinder/receipt	Sun May 01 08:42:44 2022 +0000
     1.2 +++ b/libkeybinder/receipt	Thu Sep 29 20:05:23 2022 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libkeybinder"
     1.7 -VERSION="0.3.0"
     1.8 +VERSION="0.3.1"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Library for registering global keyboard shortcuts"
    1.11  MAINTAINER="al.bobylev@gmail.com"
    1.12 @@ -9,7 +9,7 @@
    1.13  WEB_SITE="https://github.com/kupferlauncher/keybinder"
    1.14  SOURCE="keybinder"
    1.15  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.16 -WGET_URL="https://kaizer.se/publicfiles/$SOURCE/$TARBALL"
    1.17 +WGET_URL="https://github.com/kupferlauncher/keybinder/releases/download/v$VERSION/$TARBALL"
    1.18  
    1.19  DEPENDS="gtk+"
    1.20  BUILD_DEPENDS="gtk+-dev gobject-introspection-dev xorg-libXext-dev python-dev \