wok diff pyvim/receipt @ rev 25794
created recipe for exo-lang
author | Hans-G?nter Theisgen |
---|---|
date | Wed Oct 23 16:19:52 2024 +0100 (4 weeks ago) |
parents | 49a3a8bbbc49 |
children |
line diff
1.1 --- a/pyvim/receipt Thu Jul 14 07:49:44 2022 +0100 1.2 +++ b/pyvim/receipt Wed Oct 23 16:19:52 2024 +0100 1.3 @@ -19,8 +19,8 @@ 1.4 # What is the latest version available today? 1.5 current_version() 1.6 { 1.7 - wget -O - $WEB_SITE/tags 2>/dev/null | \ 1.8 - sed '/archive.*tar/!d;s|.*/[A-Za-z_-]*\(.*\).tar.*|\1|;q' 1.9 + wget -O - https://github.com/prompt-toolkit/pyvim/tags 2>/dev/null | \ 1.10 + sed '/tag\//!d;s|.*tag/[A-Za-z_-]*||;s|".*||;q' 1.11 } 1.12 1.13 # Rules to configure and make the package.