From d4a6602ca2f4a9edc88f4792dfb7b2650a29e595 Mon Sep 17 00:00:00 2001 From: martell Date: Sat, 18 Oct 2014 01:03:07 +0100 Subject: [PATCH] go: updated to 1.3.3 --- mingw-w64-go/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-go/PKGBUILD b/mingw-w64-go/PKGBUILD index 373d0fa325..7c47f81269 100644 --- a/mingw-w64-go/PKGBUILD +++ b/mingw-w64-go/PKGBUILD @@ -3,7 +3,7 @@ _realname=go pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}") -pkgver=1.3 +pkgver=1.3.3 pkgrel=1 pkgdesc="Go Lang" arch=('any') @@ -17,7 +17,7 @@ options=('!strip') source=("http://golang.org/dl/go${pkgver}.src.tar.gz" "msys2-unix-files.patch") -sha1sums=('9f9dfcbcb4fa126b2b66c0830dc733215f2f056e' +sha1sums=('b54b7deb7b7afe9f5d9a3f5dd830c7dede35393a' 'SKIP') prepare() {