golang-1.19.1
This commit is contained in:
@@ -28,7 +28,7 @@ def build():
|
||||
|
||||
shelltools.cd("src")
|
||||
|
||||
shelltools.system("./make.bash")
|
||||
shelltools.system("bash -x ./make.bash")
|
||||
|
||||
def install():
|
||||
shelltools.export("GOROOT_FINAL", "/usr/lib/go")
|
||||
@@ -56,4 +56,4 @@ def install():
|
||||
pisitools.removeDir("/usr/lib/go/pkg/linux_amd64")
|
||||
|
||||
|
||||
pisitools.dodoc("LICENSE", "PATENTS", "README*")
|
||||
pisitools.dodoc("LICENSE", "PATENTS", "README*")
|
||||
|
||||
@@ -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="f3f7bb9f4fdb2757f369a50d6a1c4bf82174a9a8" type="targz">https://github.com/golang/go/archive/go1.15.tar.gz</Archive>
|
||||
<Archive sha1sum="564d4664e5fafb4da637a01aa62501336d79135f" type="targz">https://github.com/golang/go/archive/refs/tags/go1.19.1.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="56c2a7ca701f791041b10e30710005836ea25faf" type="targz" target="go-go1.15">https://dl.google.com/go/go1.15.linux-amd64.tar.gz</Archive>
|
||||
<Archive sha1sum="b0415901bb6e102adcba3d0ac798e569435160c9" type="targz" target="go-go1.19.1">https://go.dev/dl/go1.19.1.linux-amd64.tar.gz</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
@@ -39,6 +39,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="15">
|
||||
<Date>2022-09-14</Date>
|
||||
<Version>1.19.1</Version>
|
||||
<Comment>Minor version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="14">
|
||||
<Date>2020-08-30</Date>
|
||||
<Version>1.15</Version>
|
||||
@@ -138,4 +145,4 @@
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
|
||||
Reference in New Issue
Block a user