Browse Source

elixir: update home page

build-on-device
Leonid Plyushch 5 years ago
parent
commit
52b13a5cc1
No known key found for this signature in database GPG Key ID: 45F2964132545795
  1. 3
      packages/elixir/build.sh

3
packages/elixir/build.sh

@ -1,8 +1,9 @@
TERMUX_PKG_HOMEPAGE=http://elixir-lang.org/
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="Leonid Plyushch <leonid.plyushch@gmail.com>"
TERMUX_PKG_VERSION=1.9.4
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://github.com/elixir-lang/elixir/releases/download/v${TERMUX_PKG_VERSION}/Precompiled.zip
TERMUX_PKG_SHA256=8cdc158084405a1f867076d55f58351cf75f4e9a21fa36d9fd8a13021e8cd6fc
TERMUX_PKG_DEPENDS="dash, erlang"

Loading…
Cancel
Save