From 9b1e15911cec812773d1fd9a2512bf602246987c Mon Sep 17 00:00:00 2001 From: pancake Date: Thu, 30 May 2013 11:07:25 +0200 Subject: [PATCH] go: update to 1.1 --- srcpkgs/go/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/go/template b/srcpkgs/go/template index 419faba1a1..4213950d38 100644 --- a/srcpkgs/go/template +++ b/srcpkgs/go/template @@ -1,6 +1,6 @@ # Template file for 'go' pkgname=go -version=1.0.3 +version=1.1 revision=1 wrksrc=go makedepends="ed bison" @@ -9,7 +9,7 @@ maintainer="Juan RP " homepage="http://golang.org/" license="BSD" distfiles="http://go.googlecode.com/files/go${version}.src.tar.gz" -checksum="7fba3533d172f13629d3d8a79e57c620632b0bd075abe11d7698b338be0ae3df" +checksum="bf1d057d8386e840f9cd3f787252e26d8ee196852e9232a6f9ce762337b19cb6" long_desc=" The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its @@ -53,7 +53,7 @@ do_install() { vinstall misc/zsh/go 644 usr/share/zsh/site-functions _go for f in ftdetect/gofiletype.vim autoload/go/complete.vim indent/go.vim \ - ftplugin/go/fmt.vim ftplugin/go/godoc.vim ftplugin/go/import.vim \ + ftplugin/go/fmt.vim ftplugin/go/import.vim \ syntax/go.vim syntax/godoc.vim plugin/godoc.vim; do vinstall misc/vim/$f 644 usr/share/vim/vimfiles done