mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 13:20:32 -04:00
- Update to 1.4.2
This commit is contained in:
parent
5d7040a90a
commit
2f6989e331
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=379315
3 changed files with 12 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= go
|
PORTNAME= go
|
||||||
PORTVERSION= 1.4
|
PORTVERSION= 1.4.2
|
||||||
PORTEPOCH= 1
|
PORTEPOCH= 1
|
||||||
CATEGORIES= lang
|
CATEGORIES= lang
|
||||||
MASTER_SITES= http://golang.org/dl/
|
MASTER_SITES= http://golang.org/dl/
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (go1.4.src.tar.gz) = 3ae9f67e45a5ca7004b28808da8b1367d328a371d641ddbe636c0fb0ae0ffdae
|
SHA256 (go1.4.2.src.tar.gz) = 299a6fd8f8adfdce15bc06bde926e7b252ae8e24dd5b16b7d8791ed79e7b5e9b
|
||||||
SIZE (go1.4.src.tar.gz) = 10911274
|
SIZE (go1.4.2.src.tar.gz) = 10921896
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
bin/go
|
bin/go
|
||||||
bin/gofmt
|
bin/gofmt
|
||||||
|
go/.hgignore
|
||||||
|
go/.hgtags
|
||||||
go/AUTHORS
|
go/AUTHORS
|
||||||
go/CONTRIBUTORS
|
go/CONTRIBUTORS
|
||||||
go/LICENSE
|
go/LICENSE
|
||||||
|
@ -4329,6 +4331,13 @@ go/test/fixedbugs/issue8947.go
|
||||||
go/test/fixedbugs/issue8961.go
|
go/test/fixedbugs/issue8961.go
|
||||||
go/test/fixedbugs/issue9006.go
|
go/test/fixedbugs/issue9006.go
|
||||||
go/test/fixedbugs/issue9110.go
|
go/test/fixedbugs/issue9110.go
|
||||||
|
go/test/fixedbugs/issue9321.go
|
||||||
|
go/test/fixedbugs/issue9432.go
|
||||||
|
go/test/fixedbugs/issue9537.dir/a.go
|
||||||
|
go/test/fixedbugs/issue9537.dir/b.go
|
||||||
|
go/test/fixedbugs/issue9537.go
|
||||||
|
go/test/fixedbugs/issue9604.go
|
||||||
|
go/test/fixedbugs/issue9634.go
|
||||||
go/test/float_lit.go
|
go/test/float_lit.go
|
||||||
go/test/float_lit2.go
|
go/test/float_lit2.go
|
||||||
go/test/float_lit3.go
|
go/test/float_lit3.go
|
||||||
|
|
Loading…
Add table
Reference in a new issue