diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2024-08-09 06:20:00 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2024-08-09 06:24:08 +0000 |
commit | aa8c0111bfd641853f435ed69310589fccda2200 (patch) | |
tree | 3303d0a3259f111aa75c86f420007a16d13bd0aa /databases/go-pgweb/Makefile | |
parent | a46526de436607616931251064793745ffc6e409 (diff) |
all: Bump after lang/go121 update
Diffstat (limited to 'databases/go-pgweb/Makefile')
-rw-r--r-- | databases/go-pgweb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/go-pgweb/Makefile b/databases/go-pgweb/Makefile index 75e14b6396cf..30e6aef76768 100644 --- a/databases/go-pgweb/Makefile +++ b/databases/go-pgweb/Makefile @@ -1,7 +1,7 @@ PORTNAME= pgweb DISTVERSIONPREFIX= v DISTVERSION= 0.11.7 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= databases www PKGNAMEPREFIX= go- |