From 17e1c42d69fa8003d65cddc127d12123792df92d Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 7 Jul 2022 11:18:06 +0200 Subject: [PATCH] erlang: update to 25.0.4. --- srcpkgs/erlang/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/erlang/template b/srcpkgs/erlang/template index c12a3851a19..f141d58c0dc 100644 --- a/srcpkgs/erlang/template +++ b/srcpkgs/erlang/template @@ -1,6 +1,6 @@ # Template file for 'erlang' pkgname=erlang -version=24.3.4.1 +version=25.0.4 revision=1 create_wrksrc=yes build_wrksrc="otp-OTP-${version}" @@ -14,7 +14,7 @@ license="Apache-2.0" homepage="http://www.erlang.org/" changelog="https://github.com/erlang/otp/releases" distfiles="https://github.com/erlang/otp/archive/OTP-${version}.tar.gz" -checksum=98363e5489356ed4fb3616e44d430b3daf5bb286be800d1c331fba8ef35ca3a0 +checksum=05878cb51a64b33c86836b12a21903075c300409b609ad5e941ddb0feb8c2120 subpackages="erlang-doc" if [ -z "$CROSS_BUILD" ]; then @@ -28,7 +28,6 @@ case "$XBPS_TARGET_MACHINE" in esac pre_configure() { - ./otp_build autoconf if [ "$CROSS_BUILD" ]; then # Build the bootstrap compiler for the host platform. env - PATH=/usr/bin:/usr/sbin ./configure --enable-bootstrap-only