diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2024-06-15 09:05:22 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2024-06-15 09:52:17 +0000 |
commit | 746fa696a12ef1ca798e36baf087f579375b8cd1 (patch) | |
tree | c73e13004d54712f17404e39ddfc70f42dfeeba9 /sysutils/ipfs-go-fs-repo-migrations | |
parent | lang/go121: Update to 1.22.4 (diff) |
all: Bump after lang/go121 update
MFH: 2024Q2
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 daf135d53421..bd4f73c1e541 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= 19 +PORTREVISION= 20 CATEGORIES= sysutils MASTER_SITES= https://github.com/ipfs/fs-repo-migrations/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ |