bump(main/minio): 2024.04.18.19.09.19

This commit has been automatically submitted by Github Actions.
This commit is contained in:
Termux Github Actions 2024-04-19 00:28:40 +00:00
parent c2c2ac0451
commit 29986c6012
1 changed files with 2 additions and 2 deletions

View File

@ -2,10 +2,10 @@ TERMUX_PKG_HOMEPAGE=https://min.io/
TERMUX_PKG_DESCRIPTION="Multi-Cloud Object Storage"
TERMUX_PKG_LICENSE="AGPL-V3"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="2024.04.06.05.26.02"
TERMUX_PKG_VERSION="2024.04.18.19.09.19"
_VERSION=$(sed 's/\./T/3;s/\./-/g' <<< $TERMUX_PKG_VERSION)
TERMUX_PKG_SRCURL=https://github.com/minio/minio/archive/refs/tags/RELEASE.${_VERSION}Z.tar.gz
TERMUX_PKG_SHA256=2c8eca45a3a608764c307e01a752240f3942920eb7d8f8d1d99ea786adea2455
TERMUX_PKG_SHA256=574fd9a58ff44dd29d295eeef195c49bdf2e93a37c93ad31b818f8d501586dca
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_UPDATE_VERSION_SED_REGEXP='s/T/-/g;s/[^0-9-]//g;s/-/./g'
TERMUX_PKG_DEPENDS="resolv-conf"