From 22e8f62bb924a539ea8526aa90b0bc6f3386f704 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/gcompat/template b/srcpkgs/gcompat/template index 3988a933a5a2..dc7a4c3134ba 100644 --- a/srcpkgs/gcompat/template +++ b/srcpkgs/gcompat/template @@ -1,7 +1,7 @@ # 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" @@ -11,7 +11,7 @@ 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 +checksum=4e8c9cbf0615f1ce5d56ce02d84ac9c0a3d38b5bed32e8e02e2105e9658c9d57 build_options="libucontext" desc_option_libucontext="Build with ucontext support via libucontext"