erlang: update to 24.3.4

This commit has been automatically submitted by Github Actions.
This commit is contained in:
Termux Github Actions 2022-05-03 12:29:09 +00:00
parent 0fb35c52a3
commit f6ff65a8cb
1 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://www.erlang.org/
TERMUX_PKG_DESCRIPTION="General-purpose concurrent functional programming language"
TERMUX_PKG_LICENSE="Apache-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="24.3.3"
TERMUX_PKG_VERSION="24.3.4"
TERMUX_PKG_SRCURL=https://github.com/erlang/otp/archive/OTP-$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=a5f4d83426fd3dc2f08c0c823ae29bcf72b69008a2baee66d27ad614ec7ab607
TERMUX_PKG_SHA256=e59bedbb871af52244ca5284fd0a572d52128abd4decf4347fe2aef047b65c58
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_UPDATE_VERSION_REGEXP='\d+(\.\d+)+'
TERMUX_PKG_DEPENDS="openssl, ncurses, zlib"