diff options
Diffstat (limited to 'print/pdfcpu/Makefile')
-rw-r--r-- | print/pdfcpu/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/pdfcpu/Makefile b/print/pdfcpu/Makefile index a322ae9648c4..1e1c9c6e6b5a 100644 --- a/print/pdfcpu/Makefile +++ b/print/pdfcpu/Makefile @@ -1,6 +1,7 @@ PORTNAME= pdfcpu DISTVERSIONPREFIX= v -DISTVERSION= 0.10.2 +DISTVERSION= 0.11.0 +PORTREVISION= 3 CATEGORIES= print MAINTAINER= diizzy@FreeBSD.org @@ -10,7 +11,7 @@ WWW= https://github.com/pdfcpu/pdfcpu LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= go:1.23,modules +USES= go:1.24,modules GO_MODULE= github.com/${PORTNAME}/${PORTNAME} |