wok diff git-gui/receipt @ rev 24937

Up iptraf (3.0.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Apr 14 08:53:05 2022 +0000 (2022-04-14)
parents b9659e3c2111
children
line diff
     1.1 --- a/git-gui/receipt	Thu Feb 24 19:32:16 2022 +0000
     1.2 +++ b/git-gui/receipt	Thu Apr 14 08:53:05 2022 +0000
     1.3 @@ -1,4 +1,5 @@
     1.4  # SliTaz package receipt.
     1.5 +
     1.6  PACKAGE="git-gui"
     1.7  VERSION="0.21.0"
     1.8  CATEGORY="development"
     1.9 @@ -17,7 +18,7 @@
    1.10  # What is the latest version available today?
    1.11  current_version()
    1.12  {
    1.13 -	wget -O - $WEB_SITE/shortlog 2>/dev/null | \
    1.14 +	wget -O - https://repo.or.cz/git-gui.git/shortlog 2>/dev/null | \
    1.15  	sed '/<td title=/!d;s|.*<i>||;s|</.*||;s|-||g;q'
    1.16  }
    1.17