go: update to 1.1
This commit is contained in:
parent
d9c9a317d7
commit
9b1e15911c
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'go'
|
# Template file for 'go'
|
||||||
pkgname=go
|
pkgname=go
|
||||||
version=1.0.3
|
version=1.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc=go
|
wrksrc=go
|
||||||
makedepends="ed bison"
|
makedepends="ed bison"
|
||||||
|
@ -9,7 +9,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://golang.org/"
|
homepage="http://golang.org/"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
distfiles="http://go.googlecode.com/files/go${version}.src.tar.gz"
|
distfiles="http://go.googlecode.com/files/go${version}.src.tar.gz"
|
||||||
checksum="7fba3533d172f13629d3d8a79e57c620632b0bd075abe11d7698b338be0ae3df"
|
checksum="bf1d057d8386e840f9cd3f787252e26d8ee196852e9232a6f9ce762337b19cb6"
|
||||||
long_desc="
|
long_desc="
|
||||||
The Go programming language is an open source project to make programmers
|
The Go programming language is an open source project to make programmers
|
||||||
more productive. Go is expressive, concise, clean, and efficient. Its
|
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
|
vinstall misc/zsh/go 644 usr/share/zsh/site-functions _go
|
||||||
|
|
||||||
for f in ftdetect/gofiletype.vim autoload/go/complete.vim indent/go.vim \
|
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
|
syntax/go.vim syntax/godoc.vim plugin/godoc.vim; do
|
||||||
vinstall misc/vim/$f 644 usr/share/vim/vimfiles
|
vinstall misc/vim/$f 644 usr/share/vim/vimfiles
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue