diff options
Diffstat (limited to 'www/minio/Makefile')
-rw-r--r-- | www/minio/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/minio/Makefile b/www/minio/Makefile index dd41e4231a1a..4182f95b2aa4 100644 --- a/www/minio/Makefile +++ b/www/minio/Makefile @@ -1,5 +1,6 @@ PORTNAME= minio DISTVERSION= ${GH_TAGNAME:S/RELEASE.//:S/Z//:S/T/-/:S/-/./g} +PORTREVISION= 1 CATEGORIES= www DIST_SUBDIR= minio @@ -9,12 +10,12 @@ WWW= https://minio.io/ LICENSE= AGPLv3 -USES= compiler cpe go:1.23,modules -GH_TAGNAME= RELEASE.2025-04-22T22-12-26Z +USES= compiler cpe go:modules +GH_TAGNAME= RELEASE.2025-07-23T15-54-02Z CPE_VERSION= ${GH_TAGNAME} USE_RC_SUBR= ${PORTNAME} -COMMIT_ID= 0d7408fc9969caf07de6a8c3a84f9fbb10a6739e +COMMIT_ID= 7ced9663e6a791fef9dc6be798ff24cda9c730ac GO_MODULE= github.com/minio/minio@v0.0.0-${DISTVERSION:S/.//g}-${COMMIT_ID:C/^(.{12}).*/\1/} GO_BUILDFLAGS= -ldflags=' \ |