From 6fb7172a5202d3373719dfdb264403cad84f429d Mon Sep 17 00:00:00 2001 From: dkwo Date: Tue, 2 May 2023 11:53:37 -0400 Subject: [PATCH] musl: update to 1.2.4 --- srcpkgs/musl/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/musl/template b/srcpkgs/musl/template index 09713b25c1a3f4..9ebf8118ed6d83 100644 --- a/srcpkgs/musl/template +++ b/srcpkgs/musl/template @@ -1,6 +1,6 @@ # Template file for 'musl' pkgname=musl -version=1.2.3.20230411 +version=1.2.4 revision=1 archs="*-musl" bootstrap=yes @@ -10,9 +10,8 @@ short_desc="Musl C library" maintainer="Enno Boland " license="MIT" homepage="https://musl.libc.org/" -_commit="c1b42c4a3a0324ec25877980f59db233fa420925" -distfiles="https://git.musl-libc.org/cgit/musl/snapshot/$_commit.tar.gz" -checksum=f708407d74fe109a071beeb719bc921b8d556f550fce1e5ad8912c7fba0d68b9 +distfiles="https://musl.libc.org/releases/musl-${version}.tar.gz" +checksum=7a35eae33d5372a7c0da1188de798726f68825513b7ae3ebe97aaaa52114f039 nostrip_files="libc.so" shlib_provides="libc.so"