diff --git a/srcpkgs/gjs/template b/srcpkgs/gjs/template index 4e411a3c533..b71e55cb901 100644 --- a/srcpkgs/gjs/template +++ b/srcpkgs/gjs/template @@ -1,6 +1,6 @@ # Template file for 'gjs' pkgname=gjs -version=1.56.0 +version=1.56.1 revision=1 build_style=gnu-configure build_helper="gir" @@ -13,7 +13,7 @@ license="MIT, LGPL-2.0-or-later" homepage="https://wiki.gnome.org/action/show/Projects/Gjs" changelog="https://gitlab.gnome.org/GNOME/gjs/blob/gnome-3-30/NEWS" distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz" -checksum=64a7ad5554adb0105fabb432abcfa690033c177d8e650872b469b7cbf475ec1a +checksum=6724f10e451eaf867e10f0badc3e1e606d823cf5b4c50c5129ee0106b2c1d473 case "$XBPS_TARGET_MACHINE" in *-musl) configure_args+=" --disable-profiler" # https://gitlab.gnome.org/GNOME/gjs/issues/132