From 526aa97b5fd9664da44c072ef4262a2ce3308f9b Mon Sep 17 00:00:00 2001 From: termux-pacman-bot Date: Sat, 31 Aug 2024 18:38:53 +0000 Subject: [PATCH] bump(main/pdfcpu): 0.8.1 This commit has been automatically submitted by Github Actions. --- packages/pdfcpu/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/pdfcpu/build.sh b/packages/pdfcpu/build.sh index aa3fa9df56..9685cdea11 100644 --- a/packages/pdfcpu/build.sh +++ b/packages/pdfcpu/build.sh @@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE="https://pdfcpu.io" TERMUX_PKG_DESCRIPTION="A PDF processor written in Go" TERMUX_PKG_LICENSE="Apache-2.0" TERMUX_PKG_MAINTAINER="@termux" -TERMUX_PKG_VERSION="0.8.0" +TERMUX_PKG_VERSION="0.8.1" TERMUX_PKG_SRCURL="https://github.com/pdfcpu/pdfcpu/archive/refs/tags/v$TERMUX_PKG_VERSION.tar.gz" -TERMUX_PKG_SHA256=38fa9db4e6d2ad1dfe533acd26c12a56b5940ae3ec4d57fee927b6bc9d223359 +TERMUX_PKG_SHA256=965624c0d714d8ae2c3db06874ae37973d37bb7815ea4eeec7c761ffc6143a1a TERMUX_PKG_AUTO_UPDATE=true TERMUX_PKG_BUILD_IN_SRC=true