From: Stuart Henderson Subject: Re: UPDATE: Stripe-cli-1.37.2 To: gonzalo Cc: ports@openbsd.org Date: Tue, 3 Mar 2026 19:10:25 +0000 On 2026/03/03 19:09, gonzalo wrote: > Hello, > > Update for Stripe-cli to 1.37.2: > > https://github.com/stripe/stripe-cli/releases/tag/v1.37.2 > > OK? Comments? ok. or you could simplify it a bit if you wanted: Index: Makefile =================================================================== RCS file: /cvs/ports/sysutils/stripe-cli/Makefile,v diff -u -p -r1.8 Makefile --- Makefile 20 Nov 2025 10:06:50 -0000 1.8 +++ Makefile 3 Mar 2026 19:09:05 -0000 @@ -1,11 +1,9 @@ COMMENT = build, test, and manage your Stripe integration -V = 1.32.0 MODGO_MODNAME = github.com/stripe/stripe-cli -MODGO_VERSION = v${V} +MODGO_VERSION = v1.37.2 DISTNAME = stripe-cli-${MODGO_VERSION} -PKGNAME = stripe-cli-${V} CATEGORIES = sysutils $ make show=PKGNAMES stripe-cli-1.37.2