Skip to content

Commit

Permalink
bump(x11/the-powder-toy): 99.0.377
Browse files Browse the repository at this point in the history
  • Loading branch information
Biswa96 committed Dec 25, 2024
1 parent a6d39df commit 2ab6f56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions x11-packages/the-powder-toy/03-saves-dir-path.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
4 changes: 2 additions & 2 deletions x11-packages/the-powder-toy/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2ab6f56

Please sign in to comment.