diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2020-03-02 04:14:06 +0800 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2020-03-02 04:14:06 +0800 |
commit | 9839fa58ce4120229508ceda397fcc30b9b7c5b5 (patch) | |
tree | 0a3f3b3a1f3543d14af796a1df16a8055fbee9d3 /archivers/libarchive/Makefile | |
parent | 81facae67eebd7ffc9dd7aa86220c93bef989bb9 (diff) | |
download | freebsd-ports-gnome-9839fa58ce4120229508ceda397fcc30b9b7c5b5.tar.gz freebsd-ports-gnome-9839fa58ce4120229508ceda397fcc30b9b7c5b5.tar.zst freebsd-ports-gnome-9839fa58ce4120229508ceda397fcc30b9b7c5b5.zip |
Update to 3.4.2
PR: 244476
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Diffstat (limited to 'archivers/libarchive/Makefile')
-rw-r--r-- | archivers/libarchive/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/libarchive/Makefile b/archivers/libarchive/Makefile index d9217a77d1b8..46fac12a29aa 100644 --- a/archivers/libarchive/Makefile +++ b/archivers/libarchive/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libarchive -PORTVERSION= 3.4.0 +PORTVERSION= 3.4.2 PORTEPOCH= 1 CATEGORIES= archivers MASTER_SITES= https://libarchive.org/downloads/ |