diff options
author | jperkin <jperkin@pkgsrc.org> | 2018-06-08 21:59:58 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2018-06-08 21:59:58 +0000 |
commit | 92ffb9963d08d7639862bff828405327a77c76e0 (patch) | |
tree | 389d2b04badd1be8507b688021744a82586bed5f /pkgtools | |
parent | d930c5382e14582aafa8f36a1faee03a3e3db739 (diff) | |
download | pkgsrc-92ffb9963d08d7639862bff828405327a77c76e0.tar.gz |
pkgin: Update to 0.11.0.
## Version 0.11.0 (2018-06-08)
* Fix build on NetBSD/evbarm.
* Skip download checks for packages that are being removed, prevents
erroneous "empty FILE_SIZE" failures.
* Perform in-place upgrades using `pkg_add -DU` rather than removing
and reinstalling. Should be faster and less error-prone.
* Output formatting improvements. Installs are now split between
refresh, upgrade, and install, with package lists formatted to be
easier to read.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkgin/Makefile | 4 | ||||
-rw-r--r-- | pkgtools/pkgin/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/pkgtools/pkgin/Makefile b/pkgtools/pkgin/Makefile index 20ac307d65e..a3f043afb26 100644 --- a/pkgtools/pkgin/Makefile +++ b/pkgtools/pkgin/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.77 2018/06/06 11:10:06 jperkin Exp $ +# $NetBSD: Makefile,v 1.78 2018/06/08 21:59:58 jperkin Exp $ -DISTNAME= pkgin-0.10.2 +DISTNAME= pkgin-0.11.0 CATEGORIES= pkgtools MASTER_SITES= ${MASTER_SITE_GITHUB:=joyent/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/pkgtools/pkgin/distinfo b/pkgtools/pkgin/distinfo index d4f40ecd219..37794774838 100644 --- a/pkgtools/pkgin/distinfo +++ b/pkgtools/pkgin/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.47 2018/06/06 11:10:06 jperkin Exp $ +$NetBSD: distinfo,v 1.48 2018/06/08 21:59:58 jperkin Exp $ -SHA1 (pkgin-0.10.2.tar.gz) = 9817ed08779f8775c4fe4ef7a1d2215a2d24c708 -RMD160 (pkgin-0.10.2.tar.gz) = 4189fa601e00d66f90a2c8df965fbea365dfb580 -SHA512 (pkgin-0.10.2.tar.gz) = 531830bc5f38778ad0f7c0387178958ecb726d48f6044b653d4b7d8b12e61972feaf5fbd931ce30edfcc13b1e2e9e8ecbaaeed5b534c8fd050cca0e558ba0ea8 -Size (pkgin-0.10.2.tar.gz) = 196871 bytes +SHA1 (pkgin-0.11.0.tar.gz) = 40c8380044ac5b82f3d58ff3dc1c04b82a9ec275 +RMD160 (pkgin-0.11.0.tar.gz) = 2d69606b86eb97c1e0a2fa49ea07e64ff0be1d13 +SHA512 (pkgin-0.11.0.tar.gz) = 63be22d5b60bda3eb792ef62c711f1d8a65f5f4146dcb43c4e9b3e362d5f35c000b1c2597ed00a681ef5c661b837045123e5aaa807d7ff6099b6d00bbde47d5d +Size (pkgin-0.11.0.tar.gz) = 196612 bytes |