Files
termux-packages/packages/php-redis/build.sh
termux-pacman-bot ae9ef6d373 bump(main/php-redis): 6.3.0RC1
This commit has been automatically submitted by Github Actions.
2025-10-15 06:43:42 +00:00

15 lines
540 B
Bash

TERMUX_PKG_HOMEPAGE=https://github.com/phpredis/phpredis
TERMUX_PKG_DESCRIPTION="PHP extension for interfacing with Redis"
TERMUX_PKG_LICENSE="PHP-3.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="6.3.0RC1"
TERMUX_PKG_SRCURL=https://github.com/phpredis/phpredis/archive/${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=86867bb5214f058cfb0e1abb07524d7f9bfd097ce06e23286993308b1b281082
TERMUX_PKG_DEPENDS=php
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_UPDATE_TAG_TYPE="newest-tag"
termux_step_pre_configure() {
$TERMUX_PREFIX/bin/phpize
}