wok diff atk/receipt @ rev 24986

Up nettle 3.7.3 again, need glib-networking rebuild to no break midori
author Stanislas Leduc <shann@slitaz.org>
date Wed May 11 08:28:28 2022 -0400 (2022-05-11)
parents 68cf96abc146
children
line diff
     1.1 --- a/atk/receipt	Mon Jul 05 15:00:07 2021 +0000
     1.2 +++ b/atk/receipt	Wed May 11 08:28:28 2022 -0400
     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.