diff options
author | Dmitri Goutnik <dmgk@FreeBSD.org> | 2022-12-11 06:10:13 -0500 |
---|---|---|
committer | Dmitri Goutnik <dmgk@FreeBSD.org> | 2022-12-11 06:17:27 -0500 |
commit | d9ad1002d517a618a299e45ae70075f2cfc66d2a (patch) | |
tree | 11c4cbb1a32e3eb29a01a12686262d8889affbf0 /sysutils/ipfs-go-fs-repo-migrations | |
parent | lang/go119: Update to 1.19.4 (diff) |
all: Bump PORTREVISION after lang/go{118,119} 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 367df7a7adc6..a4303fd73d88 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= 6 +PORTREVISION= 7 CATEGORIES= sysutils MASTER_SITES= https://github.com/ipfs/fs-repo-migrations/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ |