diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2020-05-14 06:03:42 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2020-05-14 06:03:42 +0000 |
commit | 797800144006382df8fbad9c7d072e596b9ff00e (patch) | |
tree | 29ffeb7ed2cc68a84c2b24c69f709068db203666 | |
parent | - Update to 2.0.8 (diff) |
- Bump PORTREVISION. lazarus was updated to 2.0.8
Notes
Notes:
svn path=/head/; revision=535204
-rw-r--r-- | archivers/peazip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/peazip/Makefile b/archivers/peazip/Makefile index 17ba590b2bbb..76c34410b75b 100644 --- a/archivers/peazip/Makefile +++ b/archivers/peazip/Makefile @@ -2,7 +2,7 @@ PORTNAME= peazip PORTVERSION= 7.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= archivers PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} MASTER_SITES= https://github.com/giorgiotani/PeaZip/releases/download/${PORTVERSION}/ |