From 3030b670f3fbd0b76a3acdc6a9d657530c0e8702 Mon Sep 17 00:00:00 2001 From: Termux Github Actions Date: Thu, 22 Jul 2021 21:15:13 +0000 Subject: [PATCH] logrotate: update to 3.18.1 This commit has been automatically submitted by Github Actions. --- packages/logrotate/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/logrotate/build.sh b/packages/logrotate/build.sh index 58f3539ff..f8262736d 100644 --- a/packages/logrotate/build.sh +++ b/packages/logrotate/build.sh @@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://github.com/logrotate/logrotate TERMUX_PKG_DESCRIPTION="Simplify the administration of log files on a system which generates a lot of log files" TERMUX_PKG_LICENSE="GPL-2.0" TERMUX_PKG_MAINTAINER="Rabby Sheikh @shoya0x00" -TERMUX_PKG_VERSION=3.18.0 +TERMUX_PKG_VERSION=3.18.1 TERMUX_PKG_SRCURL=https://github.com/logrotate/logrotate/releases/download/${TERMUX_PKG_VERSION}/logrotate-${TERMUX_PKG_VERSION}.tar.xz -TERMUX_PKG_SHA256=841f81bf09d0014e4a2e11af166bb33fcd8429cc0c2d4a7d3d9ceb3858cfccc5 +TERMUX_PKG_SHA256=14a924e4804b3974e85019a9f9352c2a69726702e6656155c48bcdeace68a5dc TERMUX_PKG_DEPENDS="libpopt, libandroid-glob" termux_step_pre_configure() {