wok diff atk/receipt @ rev 24869

Up zlib (1.2.12) CVE-2018-25032
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Mar 30 20:15:06 2022 +0000 (2022-03-30)
parents 68cf96abc146
children
line diff
     1.1 --- a/atk/receipt	Mon Jul 05 15:00:07 2021 +0000
     1.2 +++ b/atk/receipt	Wed Mar 30 20:15:06 2022 +0000
     1.3 @@ -22,10 +22,11 @@
     1.4  	i?86) BUILD_DEPENDS="$BUILD_DEPENDS gobject-introspection-dev" ;;
     1.5  esac
     1.6  
     1.7 +# What is the latest version available today?
     1.8  current_version()
     1.9  {
    1.10 -	wget -O - https://gitlab.gnome.org/GNOME/atk/-/tags 2>/dev/null | \
    1.11 -	sed '/ATK_/!d;s|.*/ATK_\(.*\)".*|\1|;s|_|.|g;q'
    1.12 +	wget -O - https://gitlab.gnome.org/GNOME/atk/-/tags?sort=updated_desc 2>/dev/null | \
    1.13 +	sed '/item-title/!d;s|.*tags/||;s|".*||;q'
    1.14  }
    1.15  
    1.16  # Rules to configure and make the package.