1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-18 06:17:07 +00:00

bump(main/libenet): 1.3.18; bump(x11/godot): 4.2.2

This commit is contained in:
Twaik Yont 2024-05-19 20:36:29 +03:00
parent 4d52bf0b52
commit 800bdb957a
2 changed files with 4 additions and 5 deletions

View File

@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=http://enet.bespin.org
TERMUX_PKG_DESCRIPTION="ENet reliable UDP networking library"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_MAINTAINER="@ravener"
TERMUX_PKG_VERSION=1.3.17
TERMUX_PKG_VERSION="1.3.18"
TERMUX_PKG_SRCURL=http://enet.bespin.org/download/enet-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=a38f0f194555d558533b8b15c0c478e946310022d0ec7b34334e19e4574dcedc
TERMUX_PKG_SHA256=2a8a0c5360d68bb4fcd11f2e4c47c69976e8d2c85b109dd7d60b1181a4f85d36
termux_step_pre_configure() {
autoreconf -vfi

View File

@ -2,10 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://godotengine.org
TERMUX_PKG_DESCRIPTION="Advanced cross-platform 2D and 3D game engine"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=4.2.1
TERMUX_PKG_REVISION=2
TERMUX_PKG_VERSION="4.2.2"
TERMUX_PKG_SRCURL=https://github.com/godotengine/godot/archive/$TERMUX_PKG_VERSION-stable.tar.gz
TERMUX_PKG_SHA256=716cfd489dbfc91b5e04cc0df8be415ba6eec74c5fb471840275d887cb53ff95
TERMUX_PKG_SHA256=990b7b716656122364b1672508c516c898497c50216d7c00c60eeaf507685c0e
TERMUX_PKG_DEPENDS="ca-certificates, glu, libandroid-execinfo, libc++, libenet, libogg, libtheora, libvorbis, libvpx, libwebp, libwslay, libxcursor, libxi, libxinerama, libxkbcommon, libxrandr, mbedtls, miniupnpc, opengl, opusfile, pcre2, speechd, zstd, fontconfig"
TERMUX_PKG_BUILD_DEPENDS="pulseaudio, yasm"
TERMUX_PKG_PYTHON_COMMON_DEPS="scons"