elixir: update to 1.12.1

This commit has been automatically submitted by Github Actions.
This commit is contained in:
Termux Github Actions 2021-06-13 19:40:22 +00:00
parent e669740c9e
commit 847d85fdce
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.11.4
TERMUX_PKG_VERSION=1.12.1
TERMUX_PKG_SRCURL=https://github.com/elixir-lang/elixir/releases/download/v${TERMUX_PKG_VERSION}/Precompiled.zip
TERMUX_PKG_SHA256=c5d14e66f748d711a167d7526ec71c2d67a7ca3ebd604d9686d035be86ea6c83
TERMUX_PKG_SHA256=a32c9584208b226e3f2b006aaaac9a91d6d29c7063c2d8ab5c357bb3df66f3e0
TERMUX_PKG_DEPENDS="dash, erlang"
TERMUX_PKG_SUGGESTS="clang, make"
TERMUX_PKG_PLATFORM_INDEPENDENT=true