Sergej Pupykin pushed to branch main at Arch Linux / Packaging / Packages / musl
Commits: edf6f12b by Sergej Pupykin at 2024-03-02T14:52:44+03:00 upgpkg: 1.2.5-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,16 @@ +pkgbase = musl + pkgdesc = Lightweight implementation of C standard library + pkgver = 1.2.5 + pkgrel = 1 + url = https://www.musl-libc.org/ + arch = x86_64 + license = MIT + options = staticlibs + options = !buildflags + source = https://www.musl-libc.org/releases/musl-1.2.5.tar.gz + source = https://www.musl-libc.org/releases/musl-1.2.5.tar.gz.asc + validpgpkeys = 836489290BB6B70F99FFDA0556BCDB593020450F + sha256sums = a9a118bbe84d8764da0ea0d28b3ab3fae8477fc7e4085d90102b8596fc7c75e4 + sha256sums = SKIP + +pkgname = musl ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ # Contributor: TJ Vanderpoel <tj@rubyists> pkgname=musl -pkgver=1.2.4 +pkgver=1.2.5 pkgrel=1 pkgdesc='Lightweight implementation of C standard library' arch=('x86_64') @@ -12,7 +12,7 @@ license=('MIT') options=('staticlibs' '!buildflags') validpgpkeys=('836489290BB6B70F99FFDA0556BCDB593020450F') source=(https://www.musl-libc.org/releases/musl-$pkgver.tar.gz{,.asc}) -sha256sums=('7a35eae33d5372a7c0da1188de798726f68825513b7ae3ebe97aaaa52114f039' +sha256sums=('a9a118bbe84d8764da0ea0d28b3ab3fae8477fc7e4085d90102b8596fc7c75e4' 'SKIP') build() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/musl/-/commit/edf6f12b1885c9d88f90da3332a46ef7b34cb3f8 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/musl/-/commit/edf6f12b1885c9d88f90da3332a46ef7b34cb3f8 You're receiving this email because of your account on gitlab.archlinux.org.
