diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2024-02-11 10:36:37 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2024-02-11 10:39:17 +0000 |
commit | 7e5aa2085f48d71be003c8ff0377bde837467291 (patch) | |
tree | 4f9de333148c8bbb121f4bcd504d4a104f15bdcd /sysutils/ipfs-go-fs-repo-migrations | |
parent | lang/go121: Update to 1.21.7 (diff) |
all: Bump PORTREVISION after lang/go* update
PR: 276530
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 811f01a6c1be..a8bd0e9305fb 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= 15 +PORTREVISION= 16 CATEGORIES= sysutils MASTER_SITES= https://github.com/ipfs/fs-repo-migrations/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ |