diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2023-08-23 16:08:00 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2023-08-23 16:09:21 +0000 |
commit | 1ce3864278043fb70f891c2ed3f2a47e700e65ca (patch) | |
tree | a68f3691bcac3efe3f34d773ae8012eeb630645c | |
parent | 7c221a6307440e15ffa12e83bda125f937e50e41 (diff) |
ports-mgmt/pkg: update to 1.20.6
- fix duplicated rquery output
- fix digest authentication support
- fix pkgdb_all_search (for packagekit)
- activate netrc support
-rw-r--r-- | ports-mgmt/pkg/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/pkg/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ports-mgmt/pkg/Makefile b/ports-mgmt/pkg/Makefile index 309aeb868795..0dbfc992c10a 100644 --- a/ports-mgmt/pkg/Makefile +++ b/ports-mgmt/pkg/Makefile @@ -1,5 +1,5 @@ PORTNAME= pkg -DISTVERSION= 1.20.5 +DISTVERSION= 1.20.6 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt diff --git a/ports-mgmt/pkg/distinfo b/ports-mgmt/pkg/distinfo index c621185bb98b..e0077f952666 100644 --- a/ports-mgmt/pkg/distinfo +++ b/ports-mgmt/pkg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1690878607 -SHA256 (freebsd-pkg-1.20.5_GH0.tar.gz) = 9198e215ebea4e87065a2bcc6bd3c7aa8c78e94065a83b3c5dd2616601c83942 -SIZE (freebsd-pkg-1.20.5_GH0.tar.gz) = 8268843 +TIMESTAMP = 1692806729 +SHA256 (freebsd-pkg-1.20.6_GH0.tar.gz) = 73cb996c1bb7858600f2376b72a50af4027286e191c6b35330be2a40b63a3d91 +SIZE (freebsd-pkg-1.20.6_GH0.tar.gz) = 8268994 |