wok-6.x diff atk/receipt @ rev 25174
updated python-flask (1.1.2 -> 1.1.4)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jul 01 17:16:59 2022 +0100 (2022-07-01) |
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 17:16:59 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.