wok diff gstreamer/receipt @ rev 24070
Up harfbuzz (2.8.1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jul 06 14:28:49 2021 +0000 (2021-07-06) |
parents | df98a48adee2 |
children | 6831608a1b2a |
line diff
1.1 --- a/gstreamer/receipt Sat Feb 01 10:55:30 2020 +0100 1.2 +++ b/gstreamer/receipt Tue Jul 06 14:28:49 2021 +0000 1.3 @@ -25,6 +25,12 @@ 1.4 origin="http://arm.slitaz.org" 1.5 esac 1.6 1.7 +current_version() 1.8 +{ 1.9 + wget -O - https://gstreamer.freedesktop.org/src/$PACKAGE/ 2>/dev/null | \ 1.10 + sed /$PACKAGE'-0/!d;s|.*'$PACKAGE'-||;s|.tar.*||' | sed '$!d' 1.11 +} 1.12 + 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 {