update to got 0.35
- don't pass "-p 22" to ssh; makes ssh_config's Port option work (semarie) - fix a file index corruption problem with 'got rebase' (found by tracey) - fix 'got log -r' loading refs from the wrong repo if invoked in a work tree - filter out "remotes/*/HEAD" references in got/tog log output
This commit is contained in:
parent
2c8634306c
commit
0e46d9e4a2
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.39 2020/04/19 09:59:45 stsp Exp $
|
||||
# $OpenBSD: Makefile,v 1.40 2020/04/25 16:10:42 stsp Exp $
|
||||
|
||||
COMMENT-main = game of trees version control system
|
||||
COMMENT-web = game of trees repository server for web browsers
|
||||
|
||||
V = 0.34
|
||||
V = 0.35
|
||||
DISTNAME = got-${V}
|
||||
PKGNAME-main = ${DISTNAME}
|
||||
PKGNAME-web = gotweb-${V}
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (got-0.34.tar.gz) = FKhEakXhCN9eKDZ7ODYn6/hpxz0cyN+zy2QUFOImuJ0=
|
||||
SIZE (got-0.34.tar.gz) = 401890
|
||||
SHA256 (got-0.35.tar.gz) = mGfzhfSvy/myzyBPy9iyD4xIaKHwPvyiTm7rywo65A4=
|
||||
SIZE (got-0.35.tar.gz) = 402540
|
||||
|
Loading…
Reference in New Issue
Block a user