[arch-commits] Commit in go/trunk (PKGBUILD)

Alexander Rødseth arodseth at nymeria.archlinux.org
Thu Nov 28 20:22:55 UTC 2013


    Date: Thursday, November 28, 2013 @ 21:22:55
  Author: arodseth
Revision: 101596

Where are the sources for Go 1.3?

Modified:
  go/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-11-28 20:22:17 UTC (rev 101595)
+++ PKGBUILD	2013-11-28 20:22:55 UTC (rev 101596)
@@ -9,8 +9,8 @@
 # Contributor: Daniel YC Lin <dlin.tw at gmail.com>
 
 pkgname=go
-pkgver=1.1.2
-pkgrel=4
+pkgver=1.2rc5
+pkgrel=1
 epoch=2
 pkgdesc='Compiler and tools for the Go programming language from Google'
 arch=('x86_64' 'i686')
@@ -25,13 +25,13 @@
 if [ "$CARCH" == 'x86_64' ]; then
   source=("http://go.googlecode.com/files/${pkgname}$pkgver.linux-amd64.tar.gz"
           "$pkgname.sh")
-  sha256sums=('ad583ff91bd2955fc48d24001785587e3c3b5ce5c09e4971a37028db4c3f6a98'
-            '36202a833faeb8ea10760557a1e221025288480bdeebf776c8b610014aadc181')
+  sha256sums=('39579e52e312030d82c123fbb6441a6154be348b93c6b4d947d39802c30a5d9e'
+              'b6209904c88bde96efcac846c267e308e4dc39c8a45f2690204c2175de4b9b0a')
 else
   source=("http://go.googlecode.com/files/${pkgname}$pkgver.linux-386.tar.gz"
           "$pkgname.sh")
-  sha256sums=('56f384c973e58c098ec462bcd892a7c1166b9a392461970ddb22d57ed4d495af'
-            '36202a833faeb8ea10760557a1e221025288480bdeebf776c8b610014aadc181')
+  sha256sums=('ed60ebcb519c040957b3a3c0535c8303e2c7aa456d346476d79c7228eda9bfa1'
+              'b6209904c88bde96efcac846c267e308e4dc39c8a45f2690204c2175de4b9b0a')
 fi
 
 build() {




More information about the arch-commits mailing list