Update to 1.1.1:
Changes: - Fix an pkg crashing on i386 - Fix a regression on the output of pkg version
This commit is contained in:
parent
e2d8ae59d7
commit
1e3f0fdb2b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=321679
4 changed files with 9 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pkg
|
||||
DISTVERSION= 1.1
|
||||
DISTVERSION= 1.1.1
|
||||
CATEGORIES= ports-mgmt
|
||||
MASTER_SITES= http://files.etoilebsd.net/pkg/ \
|
||||
http://mirror.shatow.net/freebsd/${PORTNAME}/ \
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (pkg-1.1.tar.xz) = c97b22061ffefc47c6697f97089d292d212d0cacda1a41bb162d051d15b80d7e
|
||||
SIZE (pkg-1.1.tar.xz) = 1554488
|
||||
SHA256 (pkg-1.1.1.tar.xz) = a23096c2935da32752de4e2c7384e03f5ac28734f4d4ad349501dfa10b89d5c3
|
||||
SIZE (pkg-1.1.1.tar.xz) = 1554796
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pkg
|
||||
DISTVERSION= 1.1
|
||||
DISTVERSION= 1.1.1
|
||||
CATEGORIES= ports-mgmt
|
||||
MASTER_SITES= LOCAL/portmgr \
|
||||
http://files.etoilebsd.net/pkg/ \
|
||||
http://mirror.shatow.net/freebsd/${PORTNAME}/
|
||||
MASTER_SITES= http://files.etoilebsd.net/pkg/ \
|
||||
http://mirror.shatow.net/freebsd/${PORTNAME}/ \
|
||||
LOCAL/portmgr
|
||||
|
||||
MAINTAINER= portmgr@FreeBSD.org
|
||||
COMMENT= New generation package manager
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (pkg-1.1.tar.xz) = c97b22061ffefc47c6697f97089d292d212d0cacda1a41bb162d051d15b80d7e
|
||||
SIZE (pkg-1.1.tar.xz) = 1554488
|
||||
SHA256 (pkg-1.1.1.tar.xz) = a23096c2935da32752de4e2c7384e03f5ac28734f4d4ad349501dfa10b89d5c3
|
||||
SIZE (pkg-1.1.1.tar.xz) = 1554796
|
||||
|
|
Loading…
Reference in a new issue