Update to rc2.
Changes: - Fix critical bug in the solver caused not required packages being installed - Rework DPLL algorithm to solve tasks quicker by propagating units on each step - Fix bug with loading of package files and directories - If all files are downloaded then perform integrity check immediately without extra queries to a user - Removed incorrect error messages With hat: pkg@
This commit is contained in:
parent
533db03352
commit
a79014ceac
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361358
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pkg
|
||||
DISTVERSION= 1.3.0.rc1
|
||||
DISTVERSION= 1.3.0.rc2
|
||||
CATEGORIES= ports-mgmt
|
||||
MASTER_SITES= \
|
||||
http://highsecure.ru/distfiles/ \
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SIZE (pkg-1.3.0.rc1.tar.xz) = 1723352
|
||||
SHA256 (pkg-1.3.0.rc1.tar.xz) = e6e7c24d71127277869a822013d2389d51a3c5807123707df3d66d12c8d7f0fa
|
||||
SIZE (pkg-1.3.0.rc2.tar.xz) = 1726280
|
||||
SHA256 (pkg-1.3.0.rc2.tar.xz) = 8e640001fae3eb3ede1cf17757192ad370ed168be85f9edfb2468a7b9cab8f07
|
||||
|
|
Loading…
Reference in a new issue