wok diff tyrian/receipt @ rev 25563
Up openssh (9.3p1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat May 06 08:42:03 2023 +0000 (18 months ago) |
parents | 6135577f4d08 |
children | 0262035dc1e7 |
line diff
1.1 --- a/tyrian/receipt Sat Jan 26 12:26:47 2019 +0100 1.2 +++ b/tyrian/receipt Sat May 06 08:42:03 2023 +0000 1.3 @@ -7,11 +7,18 @@ 1.4 MAINTAINER="mallory@sweetpeople.org" 1.5 BUILD_DEPENDS="wget" 1.6 TARBALL="$PACKAGE$VERSION.zip" 1.7 -WEB_SITE="https://bitbucket.org/opentyrian/opentyrian/wiki/Home" 1.8 +WEB_SITE="https://github.com/opentyrian/opentyrian" 1.9 WGET_URL="https://sites.google.com/a/camanis.net/opentyrian/tyrian/$TARBALL" 1.10 1.11 LICENSE="other" 1.12 1.13 +# What is the latest version available today? 1.14 +current_version() 1.15 +{ 1.16 + wget -O - https://github.com/opentyrian/opentyrian/releases 2>/dev/null | \ 1.17 + sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' 1.18 +} 1.19 + 1.20 # Rules to configure and make the package. 1.21 compile_rules() 1.22 {