diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-12-20 07:27:00 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-12-21 01:07:58 +0000 |
commit | ec635b187781309e585be857b71d03375c016f3d (patch) | |
tree | 4ac7e5e9153c3e16d2bea445d2bc7b30afb2b45d /security/vault/Makefile | |
parent | a8e892aa340c072fb567ae49ad51d7e97453c0c8 (diff) |
security/vault: Update version 1.18.2=>1.18.3
Diffstat (limited to 'security/vault/Makefile')
-rw-r--r-- | security/vault/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/vault/Makefile b/security/vault/Makefile index 7c1c4df92328..710ea4523585 100644 --- a/security/vault/Makefile +++ b/security/vault/Makefile @@ -1,5 +1,5 @@ PORTNAME= vault -DISTVERSION= 1.18.2 +DISTVERSION= 1.18.3 DISTVERSIONPREFIX= v CATEGORIES= security MASTER_SITES= https://raw.githubusercontent.com/hashicorp/vault/${DISTVERSIONFULL}/ \ @@ -24,7 +24,7 @@ EXTRACT_DEPENDS=npm-node20>0:www/npm-node20 \ yarn-node20>0:www/yarn-node20 .endif -USES= cpe go:1.22,modules +USES= cpe go:1.23,modules CPE_VENDOR= hashicorp USE_GITHUB= yes GH_ACCOUNT= hashicorp @@ -43,7 +43,7 @@ GROUPS= vault PLIST_FILES= bin/${PORTNAME} -GITID= f479e5c85462477c9334564bc8f69531cdb03b65 +GITID= 7ae4eca5403bf574f142cd8f987b8d83bafcd1de .include <bsd.port.pre.mk> |