elixir: update to 1.14.0

This commit has been automatically submitted by Github Actions.
This commit is contained in:
Termux Github Actions 2022-09-01 18:11:48 +00:00
parent abc1297e79
commit 2449192392
1 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://elixir-lang.org/
TERMUX_PKG_DESCRIPTION="Elixir is a dynamic, functional language designed for building scalable and maintainable applications"
TERMUX_PKG_LICENSE="Apache-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="1.14.0-rc.1"
TERMUX_PKG_VERSION="1.14.0"
TERMUX_PKG_SRCURL=https://github.com/elixir-lang/elixir/releases/download/v${TERMUX_PKG_VERSION}/elixir-otp-25.zip
TERMUX_PKG_SHA256=16fdbc1d68f691b84d89f3e256b8ce6ff204654cdf2d238d1542e29434681ed9
TERMUX_PKG_SHA256=55d5708605aa0c81c06acc284e1d40a2853942988f3a6c399759d8ad065e46d0
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="dash, erlang"
TERMUX_PKG_SUGGESTS="clang, make"