diff --git a/srcpkgs/libucontext/template b/srcpkgs/libucontext/template index 8d04d6921b6..bc6a7dd7b2a 100644 --- a/srcpkgs/libucontext/template +++ b/srcpkgs/libucontext/template @@ -1,14 +1,15 @@ # Template file for 'libucontext' pkgname=libucontext -version=1.0 +version=1.2 revision=1 archs="*-musl" short_desc="Compatibility layer providing ucontext functions" maintainer="Orphaned " license="ISC" homepage="https://github.com/kaniini/libucontext" -distfiles="https://github.com/kaniini/libucontext/archive/${pkgname}-${version}.tar.gz" -checksum=23714e99a87f6dea82e8a073c526325161dd65462459820b16a6162be91955bb +changelog="https://raw.githubusercontent.com/kaniini/libucontext/master/NEWS" +distfiles="https://github.com/kaniini/libucontext/archive/refs/tags/libucontext-${version}.tar.gz" +checksum=937fba9d0beebd7cf957b79979b19fe3a29bb9c4bfd25e869477d7154bbf8fd3 case "${XBPS_TARGET_MACHINE}" in x86_64*) _luctx_arch="x86_64" ;;