wok rev 25676

Update some current_version()
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 28 15:51:05 2024 +0000 (8 weeks ago)
parents 4406f9396d34
children 50a8a74fbda3
files cortex/receipt libguess/receipt musique/receipt mysqlsniffer/receipt pacman/receipt pam_ldap/receipt pcsxr-svn/receipt perl-fcgi/receipt pybootchartgui/receipt qterminal/receipt qtermwidget-dev/receipt qtermwidget/receipt racer10k/receipt sheerdns/receipt shell-detector/receipt shiki-colors-murrine/receipt shiki-colors/receipt slim-theme-clean/receipt slim-theme-esperanza/receipt slim-theme-leaves/receipt slim-theme-montanhoso/receipt sokojs/receipt spaceinvaders/receipt stegdetect/receipt stm8flash/receipt sundown/receipt trickle/receipt vmware-view-open-client/receipt warmux/receipt wbar/receipt wbar2/receipt youtube-dl-gui/receipt yuyo-gtk-theme/receipt
line diff
     1.1 --- a/cortex/receipt	Wed Feb 28 11:43:40 2024 +0000
     1.2 +++ b/cortex/receipt	Wed Feb 28 15:51:05 2024 +0000
     1.3 @@ -7,7 +7,7 @@
     1.4  MAINTAINER="paul@slitaz.org"
     1.5  LICENSE="MIT"
     1.6  TARBALL="$PACKAGE-${VERSION#*_}.tar.bz2"
     1.7 -WEB_SITE="http://cortex.glacicle.org/"
     1.8 +WEB_SITE="https://web.archive.org/web/20230608161540/http://cortex.glacicle.org/"
     1.9  WGET_URL="git|git://github.com/GGLucas/cortex"
    1.10  
    1.11  DEPENDS="py3k cacerts"
    1.12 @@ -17,7 +17,7 @@
    1.13  current_version()
    1.14  {
    1.15  	wget -O - https://github.com/GGLucas/cortex/commits/master 2>/dev/null | \
    1.16 -	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
    1.17 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
    1.18  }
    1.19  
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.
     2.1 --- a/libguess/receipt	Wed Feb 28 11:43:40 2024 +0000
     2.2 +++ b/libguess/receipt	Wed Feb 28 15:51:05 2024 +0000
     2.3 @@ -17,7 +17,7 @@
     2.4  current_version()
     2.5  {
     2.6  	wget -O - https://github.com/kaniini/libguess/commits/master 2>/dev/null | \
     2.7 -	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
     2.8 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
     2.9  }
    2.10  
    2.11  # Rules to configure and make the package.
     3.1 --- a/musique/receipt	Wed Feb 28 11:43:40 2024 +0000
     3.2 +++ b/musique/receipt	Wed Feb 28 15:51:05 2024 +0000
     3.3 @@ -1,8 +1,8 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="musique"
     3.7 -COMMIT="c993f23d5343222958c7a6ee684eebef831a7b02"	# Oct 11, 2013
     3.8 -VERSION="${COMMIT:0:7}"
     3.9 +COMMIT="c993f23d5343222958c7a6ee684eebef831a7b02"
    3.10 +VERSION="20131011"
    3.11  CATEGORY="multimedia"
    3.12  SHORT_DESC="Musique music player"
    3.13  MAINTAINER="al.bobylev@gmail.com"
     4.1 --- a/mysqlsniffer/receipt	Wed Feb 28 11:43:40 2024 +0000
     4.2 +++ b/mysqlsniffer/receipt	Wed Feb 28 15:51:05 2024 +0000
     4.3 @@ -18,7 +18,7 @@
     4.4  current_version()
     4.5  {
     4.6  	wget -O - $WEB_SITE/commits/master 2>/dev/null | \
     4.7 -	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
     4.8 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
     4.9  }
    4.10  
    4.11  # Rules to configure and make the package.
     5.1 --- a/pacman/receipt	Wed Feb 28 11:43:40 2024 +0000
     5.2 +++ b/pacman/receipt	Wed Feb 28 15:51:05 2024 +0000
     5.3 @@ -16,7 +16,7 @@
     5.4  current_version()
     5.5  {
     5.6  	wget -O - $WEB_SITE/commits/master 2>/dev/null | \
     5.7 -	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
     5.8 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
     5.9  }
    5.10  
    5.11  # Rules to gen a SliTaz package suitable for Tazpkg.
     6.1 --- a/pam_ldap/receipt	Wed Feb 28 11:43:40 2024 +0000
     6.2 +++ b/pam_ldap/receipt	Wed Feb 28 15:51:05 2024 +0000
     6.3 @@ -19,7 +19,7 @@
     6.4  current_version()
     6.5  {
     6.6  	wget -O - $WEB_SITE/commits/master 2>/dev/null | \
     6.7 -	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
     6.8 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
     6.9  }
    6.10  
    6.11  # Rules to configure and make the package.
     7.1 --- a/pcsxr-svn/receipt	Wed Feb 28 11:43:40 2024 +0000
     7.2 +++ b/pcsxr-svn/receipt	Wed Feb 28 15:51:05 2024 +0000
     7.3 @@ -21,7 +21,7 @@
     7.4  current_version()
     7.5  {
     7.6  	wget -O - $WEB_SITE/commits/master 2>/dev/null | \
     7.7 -	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
     7.8 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
     7.9  }
    7.10  
    7.11  # Rules to configure and make the package.
     8.1 --- a/perl-fcgi/receipt	Wed Feb 28 11:43:40 2024 +0000
     8.2 +++ b/perl-fcgi/receipt	Wed Feb 28 15:51:05 2024 +0000
     8.3 @@ -6,7 +6,7 @@
     8.4  SHORT_DESC="A Fast CGI module for Perl."
     8.5  MAINTAINER="nneul@neulinger.org"
     8.6  LICENSE="GPL"
     8.7 -WEB_SITE="https://metacpan.org/pod/FCGI"
     8.8 +WEB_SITE="https://metacpan.org/dist/FCGI"
     8.9  REPOLOGY="perl:fcgi"
    8.10  
    8.11  SOURCE="FCGI"
     9.1 --- a/pybootchartgui/receipt	Wed Feb 28 11:43:40 2024 +0000
     9.2 +++ b/pybootchartgui/receipt	Wed Feb 28 15:51:05 2024 +0000
     9.3 @@ -16,7 +16,7 @@
     9.4  current_version()
     9.5  {
     9.6  	wget -O - https://github.com/kraj/poky/commits/master 2>/dev/null | \
     9.7 -	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
     9.8 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
     9.9  }
    9.10  
    9.11  # Rules to gen a SliTaz package suitable for Tazpkg.
    10.1 --- a/qterminal/receipt	Wed Feb 28 11:43:40 2024 +0000
    10.2 +++ b/qterminal/receipt	Wed Feb 28 15:51:05 2024 +0000
    10.3 @@ -1,8 +1,6 @@
    10.4  # SliTaz package receipt.
    10.5  
    10.6  PACKAGE="qterminal"
    10.7 -#COMMIT="fff3774510ac437b8635f8a0b6c2d7f20b9cef86"
    10.8 -#VERSION="${COMMIT:0:7}"		was 0.5.0
    10.9  VERSION="0.6.0"		# last version with qt4 support
   10.10  CATEGORY="system-tools"
   10.11  TAGS="terminal"
    11.1 --- a/qtermwidget-dev/receipt	Wed Feb 28 11:43:40 2024 +0000
    11.2 +++ b/qtermwidget-dev/receipt	Wed Feb 28 15:51:05 2024 +0000
    11.3 @@ -2,7 +2,7 @@
    11.4  
    11.5  PACKAGE="qtermwidget-dev"
    11.6  COMMIT="c12a3635127e5eb8e492f7a9c49500d8693565c0"
    11.7 -VERSION="${COMMIT:0:7}"
    11.8 +VERSION="20140620"
    11.9  CATEGORY="development"
   11.10  SHORT_DESC="Development files for qtermwidget"
   11.11  MAINTAINER="al.bobylev@gmail.com"
    12.1 --- a/qtermwidget/receipt	Wed Feb 28 11:43:40 2024 +0000
    12.2 +++ b/qtermwidget/receipt	Wed Feb 28 15:51:05 2024 +0000
    12.3 @@ -2,7 +2,7 @@
    12.4  
    12.5  PACKAGE="qtermwidget"
    12.6  COMMIT="c12a3635127e5eb8e492f7a9c49500d8693565c0"
    12.7 -VERSION="${COMMIT:0:7}"
    12.8 +VERSION="20140620"
    12.9  CATEGORY="system-tools"
   12.10  SHORT_DESC="A Qt terminal widget"
   12.11  MAINTAINER="al.bobylev@gmail.com"
    13.1 --- a/racer10k/receipt	Wed Feb 28 11:43:40 2024 +0000
    13.2 +++ b/racer10k/receipt	Wed Feb 28 15:51:05 2024 +0000
    13.3 @@ -16,7 +16,7 @@
    13.4  current_version()
    13.5  {
    13.6  	wget -O - $WEB_SITE/commits/master 2>/dev/null | \
    13.7 -	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
    13.8 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
    13.9  }
   13.10  
   13.11  # Rules to gen a SliTaz package suitable for Tazpkg.
    14.1 --- a/sheerdns/receipt	Wed Feb 28 11:43:40 2024 +0000
    14.2 +++ b/sheerdns/receipt	Wed Feb 28 15:51:05 2024 +0000
    14.3 @@ -15,7 +15,7 @@
    14.4  current_version()
    14.5  {
    14.6  	wget -O - https://github.com/taraszka/sheerdns-ng/commits/master 2>/dev/null | \
    14.7 -	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
    14.8 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
    14.9  }
   14.10  
   14.11  # Rules to configure and make the package.
    15.1 --- a/shell-detector/receipt	Wed Feb 28 11:43:40 2024 +0000
    15.2 +++ b/shell-detector/receipt	Wed Feb 28 15:51:05 2024 +0000
    15.3 @@ -18,7 +18,7 @@
    15.4  current_version()
    15.5  {
    15.6  	wget -O - https://github.com/emposha/PHP-Shell-Detector/commits/master 2>/dev/null | \
    15.7 -	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
    15.8 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
    15.9  }
   15.10  
   15.11  # Rules to configure and make the package.
    16.1 --- a/shiki-colors-murrine/receipt	Wed Feb 28 11:43:40 2024 +0000
    16.2 +++ b/shiki-colors-murrine/receipt	Wed Feb 28 15:51:05 2024 +0000
    16.3 @@ -18,7 +18,7 @@
    16.4  current_version()
    16.5  {
    16.6  	wget -O - $WEB_SITE/commits/master 2>/dev/null | \
    16.7 -	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
    16.8 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
    16.9  }
   16.10  
   16.11  # Rules to configure and make the package.
    17.1 --- a/shiki-colors/receipt	Wed Feb 28 11:43:40 2024 +0000
    17.2 +++ b/shiki-colors/receipt	Wed Feb 28 15:51:05 2024 +0000
    17.3 @@ -18,7 +18,7 @@
    17.4  current_version()
    17.5  {
    17.6  	wget -O - $WEB_SITE/commits/master 2>/dev/null | \
    17.7 -	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
    17.8 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
    17.9  }
   17.10  
   17.11  # Rules to configure and make the package.
    18.1 --- a/slim-theme-clean/receipt	Wed Feb 28 11:43:40 2024 +0000
    18.2 +++ b/slim-theme-clean/receipt	Wed Feb 28 15:51:05 2024 +0000
    18.3 @@ -20,7 +20,7 @@
    18.4  current_version()
    18.5  {
    18.6  	wget -O - https://github.com/roqstr/blurry-clean/commits/master 2>/dev/null | \
    18.7 -	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
    18.8 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
    18.9  }
   18.10  
   18.11  # Rules to configure and make the package.
    19.1 --- a/slim-theme-esperanza/receipt	Wed Feb 28 11:43:40 2024 +0000
    19.2 +++ b/slim-theme-esperanza/receipt	Wed Feb 28 15:51:05 2024 +0000
    19.3 @@ -20,7 +20,7 @@
    19.4  current_version()
    19.5  {
    19.6  	wget -O - https://github.com/SliTaz-official/hackdorte-artwork/commits/master 2>/dev/null | \
    19.7 -	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
    19.8 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
    19.9  }
   19.10  
   19.11  # Rules to configure and make the package.
    20.1 --- a/slim-theme-leaves/receipt	Wed Feb 28 11:43:40 2024 +0000
    20.2 +++ b/slim-theme-leaves/receipt	Wed Feb 28 15:51:05 2024 +0000
    20.3 @@ -20,7 +20,7 @@
    20.4  current_version()
    20.5  {
    20.6  	wget -O - https://github.com/SliTaz-official/hackdorte-artwork/commits/master 2>/dev/null | \
    20.7 -	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
    20.8 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
    20.9  }
   20.10  
   20.11  # Rules to configure and make the package.
    21.1 --- a/slim-theme-montanhoso/receipt	Wed Feb 28 11:43:40 2024 +0000
    21.2 +++ b/slim-theme-montanhoso/receipt	Wed Feb 28 15:51:05 2024 +0000
    21.3 @@ -20,7 +20,7 @@
    21.4  current_version()
    21.5  {
    21.6  	wget -O - https://github.com/SliTaz-official/hackdorte-artwork/commits/master 2>/dev/null | \
    21.7 -	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
    21.8 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
    21.9  }
   21.10  
   21.11  # Rules to configure and make the package.
    22.1 --- a/sokojs/receipt	Wed Feb 28 11:43:40 2024 +0000
    22.2 +++ b/sokojs/receipt	Wed Feb 28 15:51:05 2024 +0000
    22.3 @@ -15,7 +15,7 @@
    22.4  {
    22.5  	# https://github.com/framasoft/framagames/tree/master/sokojs
    22.6  	wget -O - https://github.com/michbuze/sokojs/commits/master 2>/dev/null | \
    22.7 -	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
    22.8 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
    22.9  }
   22.10  
   22.11  # Rules to configure and make the package.
    23.1 --- a/spaceinvaders/receipt	Wed Feb 28 11:43:40 2024 +0000
    23.2 +++ b/spaceinvaders/receipt	Wed Feb 28 15:51:05 2024 +0000
    23.3 @@ -16,7 +16,7 @@
    23.4  current_version()
    23.5  {
    23.6  	wget -O - $WEB_SITE/commits/master 2>/dev/null | \
    23.7 -	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
    23.8 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
    23.9  }
   23.10  
   23.11  # Rules to gen a SliTaz package suitable for Tazpkg.
    24.1 --- a/stegdetect/receipt	Wed Feb 28 11:43:40 2024 +0000
    24.2 +++ b/stegdetect/receipt	Wed Feb 28 15:51:05 2024 +0000
    24.3 @@ -15,7 +15,7 @@
    24.4  current_version()
    24.5  {
    24.6  	wget -O - $WEB_SITE/commits/master 2>/dev/null | \
    24.7 -	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
    24.8 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
    24.9  }
   24.10  
   24.11  # Rules to configure and make the package.
    25.1 --- a/stm8flash/receipt	Wed Feb 28 11:43:40 2024 +0000
    25.2 +++ b/stm8flash/receipt	Wed Feb 28 15:51:05 2024 +0000
    25.3 @@ -16,7 +16,7 @@
    25.4  current_version()
    25.5  {
    25.6  	wget -O - $WEB_SITE/commits/master 2>/dev/null | \
    25.7 -	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
    25.8 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
    25.9  }
   25.10  
   25.11  DEPENDS="libusb"
    26.1 --- a/sundown/receipt	Wed Feb 28 11:43:40 2024 +0000
    26.2 +++ b/sundown/receipt	Wed Feb 28 15:51:05 2024 +0000
    26.3 @@ -18,7 +18,7 @@
    26.4  current_version()
    26.5  {
    26.6  	wget -O - $WEB_SITE/commits/master 2>/dev/null | \
    26.7 -	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
    26.8 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
    26.9  }
   26.10  
   26.11  # Rules to configure and make the package.
    27.1 --- a/trickle/receipt	Wed Feb 28 11:43:40 2024 +0000
    27.2 +++ b/trickle/receipt	Wed Feb 28 15:51:05 2024 +0000
    27.3 @@ -18,7 +18,7 @@
    27.4  current_version()
    27.5  {
    27.6  	wget -O - $WEB_SITE/commits/master 2>/dev/null | \
    27.7 -	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
    27.8 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
    27.9  }
   27.10  
   27.11  # Rules to configure and make the package.
    28.1 --- a/vmware-view-open-client/receipt	Wed Feb 28 11:43:40 2024 +0000
    28.2 +++ b/vmware-view-open-client/receipt	Wed Feb 28 15:51:05 2024 +0000
    28.3 @@ -19,7 +19,7 @@
    28.4  current_version()
    28.5  {
    28.6  	wget -O - $WEB_SITE/commits/master 2>/dev/null | \
    28.7 -	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
    28.8 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
    28.9  }
   28.10  
   28.11  # Rules to configure and make the package.
    29.1 --- a/warmux/receipt	Wed Feb 28 11:43:40 2024 +0000
    29.2 +++ b/warmux/receipt	Wed Feb 28 15:51:05 2024 +0000
    29.3 @@ -23,7 +23,7 @@
    29.4  current_version()
    29.5  {
    29.6  	wget -O - $WEB_SITE/commits/master 2>/dev/null | \
    29.7 -	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
    29.8 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
    29.9  }
   29.10  
   29.11  # Rules to configure and make the package.
    30.1 --- a/wbar/receipt	Wed Feb 28 11:43:40 2024 +0000
    30.2 +++ b/wbar/receipt	Wed Feb 28 15:51:05 2024 +0000
    30.3 @@ -19,7 +19,7 @@
    30.4  current_version()
    30.5  {
    30.6  	wget -O - $WEB_SITE/commits/dev-3.0 2>/dev/null | \
    30.7 -	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
    30.8 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
    30.9  }
   30.10  
   30.11  # Rules to configure and make the package.
    31.1 --- a/wbar2/receipt	Wed Feb 28 11:43:40 2024 +0000
    31.2 +++ b/wbar2/receipt	Wed Feb 28 15:51:05 2024 +0000
    31.3 @@ -27,7 +27,7 @@
    31.4  current_version()
    31.5  {
    31.6  	wget -O - $WEB_SITE/commits/dev-3.0 2>/dev/null | \
    31.7 -	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
    31.8 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
    31.9  }
   31.10  
   31.11  # Rules to configure and make the package.
    32.1 --- a/youtube-dl-gui/receipt	Wed Feb 28 11:43:40 2024 +0000
    32.2 +++ b/youtube-dl-gui/receipt	Wed Feb 28 15:51:05 2024 +0000
    32.3 @@ -2,7 +2,7 @@
    32.4  
    32.5  PACKAGE="youtube-dl-gui"
    32.6  COMMIT="a2a0d6fb4907d9282c2f45a00a1e51ce23602421"
    32.7 -VERSION="${COMMIT:0:10}"
    32.8 +VERSION="20140906"
    32.9  CATEGORY="multimedia"
   32.10  SHORT_DESC="A cross platform front-end GUI of the popular youtube-dl written in wxPython."
   32.11  MAINTAINER="al.bobylev@gmail.com"
    33.1 --- a/yuyo-gtk-theme/receipt	Wed Feb 28 11:43:40 2024 +0000
    33.2 +++ b/yuyo-gtk-theme/receipt	Wed Feb 28 15:51:05 2024 +0000
    33.3 @@ -19,7 +19,7 @@
    33.4  current_version()
    33.5  {
    33.6  	wget -O - $WEB_SITE/commits/master 2>/dev/null | \
    33.7 -	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
    33.8 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
    33.9  }
   33.10  
   33.11  # Rules to gen a SliTaz package suitable for Tazpkg.