diff options
author | rhialto <rhialto@pkgsrc.org> | 2022-01-01 19:02:34 +0000 |
---|---|---|
committer | rhialto <rhialto@pkgsrc.org> | 2022-01-01 19:02:34 +0000 |
commit | 96045e625337e0d9e1c3053e7e69325fbf51fec5 (patch) | |
tree | 401017c2789d5331ee6e2d9d019b0842376f497c /archivers/lha/Makefile | |
parent | 46bb9faae96d4e0ae218500539bb3b11e07228de (diff) | |
download | pkgsrc-96045e625337e0d9e1c3053e7e69325fbf51fec5.tar.gz |
archivers/lha: update to 1.14i-ac20211125
No changelog is available. From the git history, it seems that the main/only
functional change is that it always asks before overwriting symlinks.
Diffstat (limited to 'archivers/lha/Makefile')
-rw-r--r-- | archivers/lha/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/archivers/lha/Makefile b/archivers/lha/Makefile index 0524fd9431b..b11d1458f4c 100644 --- a/archivers/lha/Makefile +++ b/archivers/lha/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.43 2020/12/19 18:02:03 rhialto Exp $ +# $NetBSD: Makefile,v 1.44 2022/01/01 19:02:34 rhialto Exp $ -DISTNAME= lha-1.14i-ac20201220 -PKGNAME= lha-114.9.20201220 +DISTNAME= lha-1.14i-ac20211125 +PKGNAME= lha-114.9.20211125 CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_GITHUB:=jca02266/} GITHUB_PROJECT= lha -GITHUB_TAG= 50937c3b5dcb0f4234f9a4e3bfa7ae06d40af654 +GITHUB_TAG= 72b97b87a131e88cc95b9068d521f3ecb56af9db MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/jca02266/lha |