wok diff git-gui/receipt @ rev 25033

giblib: modified configure parameter
author Hans-G?nter Theisgen
date Fri May 20 10:31:53 2022 +0100 (2022-05-20)
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	Fri May 20 10:31:53 2022 +0100
     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