mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
Update to 0.44. User-visible changes:
- detect unknown repository format extensions such as Git's sha256 extension - prevent a NULL dereference if 'got log -p' runs against a root commit - fix permissions mode bits for fetched pack files - clear staged file type in file index entries whenever staged status is cleared - fix replacing a file with a symlink during merges
This commit is contained in:
parent
4b01174817
commit
98abeddfda
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=554858
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= got
|
||||
PORTVERSION= 0.43
|
||||
PORTVERSION= 0.44
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= https://gameoftrees.org/releases/
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1603279167
|
||||
SHA256 (got-0.43.tar.gz) = 64ecad392a32243ab3252371ba27916f5e6fce8b41f37be7c727a6c2ff30de49
|
||||
SIZE (got-0.43.tar.gz) = 445698
|
||||
TIMESTAMP = 1605047903
|
||||
SHA256 (got-0.44.tar.gz) = eff4956c07ee0eaa62652cf57db8145782703d8799e383f4bd5576a969cc7526
|
||||
SIZE (got-0.44.tar.gz) = 447925
|
||||
|
Loading…
Reference in New Issue
Block a user