wok-current diff git-gui/receipt @ rev 25567
use wxWidgets 2.8 for amule
author | Hans-G?nter Theisgen |
---|---|
date | Fri May 12 17:54:34 2023 +0100 (18 months ago) |
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 12 17:54:34 2023 +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