Browse Source

erlang: update to 22.2.7

build-on-device
Leonid Plyushch 5 years ago
parent
commit
37653d1aef
No known key found for this signature in database GPG Key ID: 45F2964132545795
  1. 4
      packages/erlang/build.sh

4
packages/erlang/build.sh

@ -1,9 +1,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_VERSION=22.2.6
TERMUX_PKG_VERSION=22.2.7
TERMUX_PKG_SRCURL=https://github.com/erlang/otp/archive/OTP-$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=4cf44ed12f657c309a2c00e7806f36f56a88e5b74de6814058796561f3842f66
TERMUX_PKG_SHA256=29487837a2dd6e3184257cdec067cd3f5c0cd9517fbfb2ffc962589d46afbf75
TERMUX_PKG_DEPENDS="openssl, ncurses, zlib"
TERMUX_PKG_NO_STATICSPLIT=true
TERMUX_PKG_HOSTBUILD=true

Loading…
Cancel
Save