From 8700383b25d6731c178e16f67916349106e6a0ca Mon Sep 17 00:00:00 2001 From: hazen2215 Date: Wed, 28 Jun 2023 12:17:25 +0900 Subject: [PATCH] gcompat: update to 1.1.0. --- srcpkgs/gcompat/template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/gcompat/template b/srcpkgs/gcompat/template index 3988a933a5a..4fe031c5fad 100644 --- a/srcpkgs/gcompat/template +++ b/srcpkgs/gcompat/template @@ -1,17 +1,17 @@ # Template file for 'gcompat' pkgname=gcompat -version=1.0.0 -revision=2 +version=1.1.0 +revision=1 build_style=gnu-makefile hostmakedepends="pkg-config" makedepends="musl-obstack-devel" short_desc="Compatibility layer to allow running glibc binaries on musl systems" maintainer="Érico Nogueira " license="ISC" -homepage="https://code.foxkit.us/adelie/gcompat" -changelog="https://code.foxkit.us/adelie/gcompat/-/raw/current/CHANGELOG.rst" -distfiles="https://distfiles.AdelieLinux.org/source/${pkgname}/${pkgname}-${version}.tar.xz" -checksum=5bcf8bbe4b417bc66b22a7a3675273aa8834480144338172bbd8e81eaf41a7c4 +homepage="https://git.adelielinux.org/adelie/gcompat" +changelog="https://git.adelielinux.org/adelie/gcompat/-/raw/current/CHANGELOG.rst" +distfiles="https://distfiles.adelielinux.org/source/gcompat/gcompat-${version}.tar.xz" +checksum=4e8c9cbf0615f1ce5d56ce02d84ac9c0a3d38b5bed32e8e02e2105e9658c9d57 build_options="libucontext" desc_option_libucontext="Build with ucontext support via libucontext"