From 83cd738e52d2a7466ed48fe4b892f3063cc7d2ee Mon Sep 17 00:00:00 2001 From: termux-pacman-bot Date: Wed, 11 Jun 2025 12:49:53 +0000 Subject: [PATCH] bump(main/libpluto): 0.11.1 This commit has been automatically submitted by Github Actions. --- packages/libpluto/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/libpluto/build.sh b/packages/libpluto/build.sh index 963016730f..ceb0ab3271 100644 --- a/packages/libpluto/build.sh +++ b/packages/libpluto/build.sh @@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://plutolang.github.io/ TERMUX_PKG_DESCRIPTION="Shared library for the Pluto interpreter" TERMUX_PKG_LICENSE="MIT" TERMUX_PKG_MAINTAINER="Komo @mbekkomo" -TERMUX_PKG_VERSION="0.11.0" +TERMUX_PKG_VERSION="0.11.1" TERMUX_PKG_SRCURL=https://github.com/PlutoLang/Pluto/archive/refs/tags/${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=c05b74cf947c5df606e3b6cf7b49da2933b944be96a775aeb44676ae41e9a792 +TERMUX_PKG_SHA256=cdf0bfef7deb1ab93b10fd0eb9e8d0bb8fcbdf7065637473207e98864de851e4 TERMUX_PKG_AUTO_UPDATE=true TERMUX_PKG_DEPENDS="libc++" TERMUX_PKG_BUILD_DEPENDS="readline"