diff options
author | Dmitri Goutnik <dmgk@FreeBSD.org> | 2023-08-04 06:53:14 -0500 |
---|---|---|
committer | Dmitri Goutnik <dmgk@FreeBSD.org> | 2023-08-04 09:24:50 -0500 |
commit | 09b993031a3b38ba8c33639ca40c1e3d69de67fc (patch) | |
tree | 824412258467d21b5fb7c7586b556314829d47a7 /sysutils/ipfs-go-fs-repo-migrations | |
parent | lang/go119: Update to 1.19.12 (diff) |
all: Bump PORTREVISION after lang/go{119,120} update
Diffstat (limited to 'sysutils/ipfs-go-fs-repo-migrations')
-rw-r--r-- | sysutils/ipfs-go-fs-repo-migrations/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/ipfs-go-fs-repo-migrations/Makefile b/sysutils/ipfs-go-fs-repo-migrations/Makefile index 85330c977dca..31757a8ace8b 100644 --- a/sysutils/ipfs-go-fs-repo-migrations/Makefile +++ b/sysutils/ipfs-go-fs-repo-migrations/Makefile @@ -1,7 +1,7 @@ PORTNAME= ipfs-go-fs-repo-migrations DISTVERSIONPREFIX= v DISTVERSION= 1.7.1 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= sysutils MASTER_SITES= https://github.com/ipfs/fs-repo-migrations/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ |