diff options
Diffstat (limited to 'cad/openscad/Makefile')
-rw-r--r-- | cad/openscad/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/openscad/Makefile b/cad/openscad/Makefile index fb326ddf6d6..4a54f5bca52 100644 --- a/cad/openscad/Makefile +++ b/cad/openscad/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.84 2021/11/15 22:54:05 wiz Exp $ +# $NetBSD: Makefile,v 1.85 2021/12/08 16:03:25 adam Exp $ VERSION= 2021.01 DISTNAME= openscad-${VERSION} -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= cad MASTER_SITES= ${MASTER_SITE_GITHUB:=openscad/} GITHUB_TAG= openscad-${VERSION} |