From f14198e3dc91aee037ad1bf506503799eef891c7 Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Sat, 26 Apr 2025 17:44:05 -0700 Subject: [PATCH] update with newer pkger release --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 682f394c3..c7ea4b275 100644 --- a/Makefile +++ b/Makefile @@ -186,9 +186,9 @@ hotfix-vars: $(eval VERSION := $(shell git describe --tags --abbrev=0).hotfix.$(shell git rev-parse --short HEAD)) hotfix: hotfix-vars clean install ## builds minio binary with hotfix tags - @wget -q -c https://github.com/minio/pkger/releases/download/v2.3.10/pkger_2.3.10_linux_amd64.deb - @wget -q -c https://raw.githubusercontent.com/minio/minio-service/v1.1.0/linux-systemd/distributed/minio.service - @sudo apt install ./pkger_2.3.10_linux_amd64.deb --yes + @wget -q -c https://github.com/minio/pkger/releases/download/v2.3.11/pkger_2.3.11_linux_amd64.deb + @wget -q -c https://raw.githubusercontent.com/minio/minio-service/v1.1.1/linux-systemd/distributed/minio.service + @sudo apt install ./pkger_2.3.11_linux_amd64.deb --yes @mkdir -p minio-release/$(GOOS)-$(GOARCH)/archive @cp -af ./minio minio-release/$(GOOS)-$(GOARCH)/minio @cp -af ./minio minio-release/$(GOOS)-$(GOARCH)/minio.$(VERSION)