wok-6.x diff go/receipt @ rev 24573
updated freetype and freetype-dev (2.10.2 -> 2.11.1)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Feb 27 07:45:56 2022 +0100 (2022-02-27) |
parents | b354f5852f7a |
children | 00e3b45c063b |
line diff
1.1 --- a/go/receipt Thu Dec 13 22:11:22 2018 +0100 1.2 +++ b/go/receipt Sun Feb 27 07:45:56 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 {