wok diff atk/receipt @ rev 25164

updated python-antlr (3.5.2 -> 3.5.3)
author Hans-G?nter Theisgen
date Fri Jul 01 10:50:21 2022 +0100 (23 months ago)
parents 68cf96abc146
children
line diff
     1.1 --- a/atk/receipt	Mon Jul 05 15:00:07 2021 +0000
     1.2 +++ b/atk/receipt	Fri Jul 01 10:50:21 2022 +0100
     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.