devel/got: update to 0.57
User-visible changes: - make 'got send' actually heed branch {} options in got.conf(5) as intended - tog: add support for navigating to first/last line of blame view - fix bogus error when 'got cherrypick' merged changes into locally added file - remove ancestry checks to make 'got cherrypick' and 'got backout' run faster - limit checks for merge conflicts to files affected by the merge to be faster
This commit is contained in:
parent
5005d85d5f
commit
1a305aaf0b
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= got
|
||||
PORTVERSION= 0.56
|
||||
PORTVERSION= 0.57
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= https://gameoftrees.org/releases/
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1630413439
|
||||
SHA256 (got-0.56.tar.gz) = 2da4d25b248467f579d9e5620b9654e59111972c46d20ea0eba0212ad6e2047e
|
||||
SIZE (got-0.56.tar.gz) = 552459
|
||||
TIMESTAMP = 1630671815
|
||||
SHA256 (got-0.57.tar.gz) = a91286c7b67d4694826dde8153ff743b8416cff8298868a21d0454268e8eb992
|
||||
SIZE (got-0.57.tar.gz) = 552981
|
||||
|
|
Loading…
Reference in a new issue