wok-current diff go/receipt @ rev 24469
updated davfs2 (1.5.6 -> 1.6.1)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Feb 17 14:10:04 2022 +0100 (2022-02-17) |
parents | b354f5852f7a |
children | 00e3b45c063b |
line diff
1.1 --- a/go/receipt Thu Dec 13 22:11:22 2018 +0100 1.2 +++ b/go/receipt Thu Feb 17 14:10:04 2022 +0100 1.3 @@ -14,6 +14,12 @@ 1.4 DEPENDS="" 1.5 BUILD_DEPENDS="bash bison make ed wget" 1.6 1.7 +current_version() 1.8 +{ 1.9 + wget -O - https://golang.org/dl 2>/dev/null | \ 1.10 + sed '/go[0-9]/!d;/src/!d;s|.*/dl/go\(.*\).src.*".*|\1|;q' 1.11 +} 1.12 + 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 {