go-1.20.5

This commit is contained in:
Rmys
2023-06-08 12:56:42 +03:00
parent 5fab706182
commit 806735b6f3
2 changed files with 11 additions and 4 deletions
+2 -2
View File
@@ -50,10 +50,10 @@ def install():
# remove testdata, which hit cave fix-linkage
pisitools.remove("/usr/lib/go/src/debug/elf/testdata/gcc-386-freebsd-exec")
pisitools.removeDir("/usr/lib/go/pkg/obj")
# pisitools.removeDir("/usr/lib/go/pkg/obj")
# dirty fix thanks @erturk
pisitools.removeDir("/usr/lib/go/pkg/linux_amd64")
# pisitools.removeDir("/usr/lib/go/pkg/linux_amd64")
pisitools.dodoc("LICENSE", "PATENTS", "README*")
+9 -2
View File
@@ -13,10 +13,10 @@
<IsA>app:console</IsA>
<Summary>Compiler and tools for the Go programming language from Google</Summary>
<Description>Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.</Description>
<Archive sha1sum="d1ce591f980f8820d423eced1abed8e54fcb8727" type="targz">https://github.com/golang/go/archive/refs/tags/go1.19.8.tar.gz</Archive>
<Archive sha1sum="79a1571cc17e6a5ed8a3515456fad6d623978b7e" type="targz">https://github.com/golang/go/archive/refs/tags/go1.20.5.tar.gz</Archive>
<!--<Archive sha1sum="6ecdf5a03974462119c051a0d53f825c851ffdbe" type="tarbz2" target="go-go1.14.3">https://dev.gentoo.org/~williamh/dist/go-linux-amd64-bootstrap-1.13.6.tbz</Archive>-->
<!-- for using as a bootstrap -->
<Archive sha1sum="c6caf6b3acda495733d3dad2cc17964f6ed32ae8" type="targz" target="go-go1.19.8">https://go.dev/dl/go1.19.8.linux-amd64.tar.gz</Archive>
<Archive sha1sum="aeab68fd5449b86dbda73d90def011abb64161dc" type="targz" target="go-go1.20.5">https://go.dev/dl/go1.20.5.linux-amd64.tar.gz</Archive>
</Source>
<Package>
@@ -39,6 +39,13 @@
</Package>
<History>
<Update release="18">
<Date>2023-06-08</Date>
<Version>1.20.5</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="17">
<Date>2023-04-26</Date>
<Version>1.19.8</Version>