go update

This commit is contained in:
Ertuğrul Erata
2016-03-23 20:23:31 +02:00
parent 652c962358
commit 955146bf99
2 changed files with 22 additions and 12 deletions
+10 -3
View File
@@ -1,4 +1,3 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
@@ -13,19 +12,20 @@
<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="fc5b37f07357ad2672db4b893529d627b24e3889" type="targz">https://github.com/golang/go/archive/go1.4.3.tar.gz</Archive>
<Archive sha1sum="26efe56b3602ecf52a33060e74b0d44d26269c6f" type="targz">https://github.com/golang/go/archive/go1.6.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>gawk</Dependency>
<Dependency>mercurial</Dependency>
<Dependency>glibc-32bit</Dependency>
<Dependency>git</Dependency>
<Dependency>golang</Dependency><!-- for bootstrapping-->
</BuildDependencies>
<Patches>
</Patches>
</Source>
<Package>
<Name>golang</Name>
<Name>golang</Name>
<RuntimeDependencies>
<Dependency>glibc-32bit</Dependency>
<Dependency>git</Dependency>
@@ -42,6 +42,13 @@
</Package>
<History>
<Update release="2">
<Date>2016-03-23</Date>
<Version>1.6</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="1">
<Date>2016-01-09</Date>
<Version>1.4.3</Version>