From eb990f64a940c519f388a8569ebfff984bcac3f3 Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Mon, 17 Jun 2024 22:48:41 -0700 Subject: [PATCH] update pkger to use v2.3.1 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fb601fb69..4a2936f21 100644 --- a/Makefile +++ b/Makefile @@ -165,9 +165,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.2.9/pkger_2.2.9_linux_amd64.deb + @wget -q -c https://github.com/minio/pkger/releases/download/v2.3.1/pkger_2.3.1_linux_amd64.deb @wget -q -c https://raw.githubusercontent.com/minio/minio-service/v1.0.1/linux-systemd/distributed/minio.service - @sudo apt install ./pkger_2.2.9_linux_amd64.deb --yes + @sudo apt install ./pkger_2.3.1_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)