From 2ab6f56751ec6def18b253282bb6cad3e46f00e8 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Wed, 25 Dec 2024 06:36:44 +0000 Subject: [PATCH] bump(x11/the-powder-toy): 99.0.377 --- x11-packages/the-powder-toy/03-saves-dir-path.patch | 4 ++-- x11-packages/the-powder-toy/build.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x11-packages/the-powder-toy/03-saves-dir-path.patch b/x11-packages/the-powder-toy/03-saves-dir-path.patch index 8a347fc16315d0c..0dc96fac6e20351 100644 --- a/x11-packages/the-powder-toy/03-saves-dir-path.patch +++ b/x11-packages/the-powder-toy/03-saves-dir-path.patch @@ -2,8 +2,8 @@ Not actually need that patch, just for compatibility with previous versions +++ ./src/Config.template.h @@ -62,9 +62,9 @@ - constexpr char SCHEME[] = "https://"; - constexpr char STATICSCHEME[] = "https://"; + constexpr char IDENT_RELTYPE = SNAPSHOT ? 'S' : (BETA ? 'B' : 'R'); + -constexpr char LOCAL_SAVE_DIR[] = "Saves"; +constexpr char LOCAL_SAVE_DIR[] = "saves"; constexpr char STAMPS_DIR[] = "stamps"; diff --git a/x11-packages/the-powder-toy/build.sh b/x11-packages/the-powder-toy/build.sh index b075c2c42898bd8..f74686723d0dbab 100644 --- a/x11-packages/the-powder-toy/build.sh +++ b/x11-packages/the-powder-toy/build.sh @@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://powdertoy.co.uk/ TERMUX_PKG_DESCRIPTION="The Powder Toy is a free physics sandbox game" TERMUX_PKG_LICENSE="GPL-3.0" TERMUX_PKG_MAINTAINER="@termux" -TERMUX_PKG_VERSION="98.2.365" +TERMUX_PKG_VERSION="99.0.377" TERMUX_PKG_SRCURL=https://github.com/ThePowderToy/The-Powder-Toy/archive/v${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=21900b6b022535d0e56126b023538cc4f44b64feceafb5640492618a42a60080 +TERMUX_PKG_SHA256=5484c4254f01852051686ae17738420827ad0847388018f0b96abda221bc1c3a TERMUX_PKG_AUTO_UPDATE=true TERMUX_PKG_DEPENDS="fftw, jsoncpp, libandroid-execinfo, libbz2, libc++, libcurl, libluajit, libpng, sdl2" TERMUX_PKG_GROUPS="games"