diff options
author | Dmitri Goutnik <dmgk@FreeBSD.org> | 2023-02-15 06:36:35 -0500 |
---|---|---|
committer | Dmitri Goutnik <dmgk@FreeBSD.org> | 2023-02-15 14:06:01 -0500 |
commit | 56b5ec772f679a600dabe41622c1350594628286 (patch) | |
tree | 7e2e178dad69456bc0f596a9822fa293186c2e0f /sysutils/ipfs-go-fs-repo-migrations | |
parent | lang/go120: Update to 1.20.1 (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 094fd1766537..f58d02d5f6dc 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= 9 +PORTREVISION= 10 CATEGORIES= sysutils MASTER_SITES= https://github.com/ipfs/fs-repo-migrations/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ |