From 82bcb6e20cb7f092b19df1ed4ee2105dcc62abeb Mon Sep 17 00:00:00 2001 From: termux-pacman-bot Date: Fri, 7 Mar 2025 19:03:58 +0000 Subject: [PATCH] bump(main/typst): 0.13.1 This commit has been automatically submitted by Github Actions. --- packages/typst/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/typst/build.sh b/packages/typst/build.sh index b78ad5b5db..406d770466 100644 --- a/packages/typst/build.sh +++ b/packages/typst/build.sh @@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://typst.app/ TERMUX_PKG_DESCRIPTION="A new markup-based typesetting system that is powerful and easy to learn" TERMUX_PKG_LICENSE="Apache-2.0" TERMUX_PKG_MAINTAINER="@termux" -TERMUX_PKG_VERSION="0.13.0" +TERMUX_PKG_VERSION="0.13.1" TERMUX_PKG_SRCURL="https://github.com/typst/typst/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz" -TERMUX_PKG_SHA256=5a7224e32a555ac647ff202667a183b80d35539b685b3ce64bedf5d4e5a1a286 +TERMUX_PKG_SHA256=2ffd8443668bc0adb59e9893f7904fd9f64dce8799a1930569f56a91305e8b71 TERMUX_PKG_BUILD_IN_SRC=true TERMUX_PKG_AUTO_UPDATE=true TERMUX_PKG_UPDATE_VERSION_REGEXP="\d+\.\d+\.\d+"