diff --git a/srcpkgs/chezmoi/template b/srcpkgs/chezmoi/template index e0019798c77e4e..791586be305b76 100644 --- a/srcpkgs/chezmoi/template +++ b/srcpkgs/chezmoi/template @@ -1,6 +1,6 @@ # Template file for 'chezmoi' pkgname=chezmoi -version=2.71.1 +version=2.72.0 revision=1 build_style=go go_import_path="chezmoi.io/chezmoi/v2" @@ -13,7 +13,7 @@ license="MIT" homepage="https://chezmoi.io/" changelog="https://github.com/twpayne/chezmoi/releases" distfiles="https://github.com/twpayne/chezmoi/archive/v${version}.tar.gz" -checksum=ecbba845ef7b924c510d32a7342727b9889cc8c77a289e3a04b777226ef8938c +checksum=1d277142b26de2401b495eb883d9eb945a47c2d6edb9fefe2036a9048e39af82 pre_build() { local _date diff --git a/srcpkgs/cli11/template b/srcpkgs/cli11/template index f3b30e49c2e636..433c2b1f9ace05 100644 --- a/srcpkgs/cli11/template +++ b/srcpkgs/cli11/template @@ -1,6 +1,6 @@ # Template file for 'cli11' pkgname=cli11 -version=2.7.1 +version=2.7.2 revision=1 build_style=cmake configure_args="-DCLI11_BUILD_TESTS=OFF -DCLI11_BUILD_EXAMPLES=OFF" @@ -10,7 +10,7 @@ license="BSD-3-Clause" homepage="https://github.com/CLIUtils/CLI11" changelog="https://github.com/CLIUtils/CLI11/raw/main/CHANGELOG.md" distfiles="https://github.com/CLIUtils/CLI11/archive/refs/tags/v${version}.tar.gz" -checksum=c02abe5c5fed9b9c9192bff3c74d2c0d19755253f9ca9e3c44484c1cf5ce6568 +checksum=46eef3101da70852ec7af026e09d485ccee81813331c8c6052d39344443b83da post_install() { vlicense LICENSE diff --git a/srcpkgs/dbeaver/patches/force-jdk21.patch b/srcpkgs/dbeaver/patches/force-jdk25.patch similarity index 82% rename from srcpkgs/dbeaver/patches/force-jdk21.patch rename to srcpkgs/dbeaver/patches/force-jdk25.patch index b384278b7d87f0..03e963cec96998 100644 --- a/srcpkgs/dbeaver/patches/force-jdk21.patch +++ b/srcpkgs/dbeaver/patches/force-jdk25.patch @@ -5,7 +5,7 @@ - -+ -vm /usr/lib/jvm/openjdk21/bin ++ -vm /usr/lib/jvm/openjdk25/bin -vm ../Eclipse/jre/Contents/Home/lib/libjli.dylib diff --git a/srcpkgs/dbeaver/template b/srcpkgs/dbeaver/template index ddee33b4d03d9b..a2d60b2a5bd479 100644 --- a/srcpkgs/dbeaver/template +++ b/srcpkgs/dbeaver/template @@ -1,13 +1,13 @@ # Template file for 'dbeaver' pkgname=dbeaver -version=26.1.3 +version=26.1.4 revision=1 _version=${version//./_} # the build downloads binaries linked to glibc archs="x86_64 aarch64" build_wrksrc="dbeaver" -hostmakedepends="apache-maven openjdk21" -depends="openjdk21" +hostmakedepends="apache-maven openjdk25" +depends="openjdk25" short_desc="Free Universal Database Tool" maintainer="Orphaned " license="Apache-2.0" @@ -16,9 +16,9 @@ changelog="https://dbeaver.io/news/" distfiles="https://github.com/dbeaver/dbeaver/archive/${version}.tar.gz https://github.com/dbeaver/dbeaver-common/archive/refs/heads/release_${_version}.tar.gz>dbeaver-common-${version}.tar.gz https://github.com/dbeaver/dbeaver-jdbc-libsql/archive/refs/heads/release_${_version}.tar.gz>dbeaver-jdbc-libsql-${version}.tar.gz" -checksum="df7be19894e575039d649cb680b24dab4e3f1c4e19739717cb61a5ee8a1fafca - bdc191282dad9a45e88f598e70bf046fee04350a52470525e39bdbee25a22ad8 - ef7ac9d5285c1837970d54573aef42274547ef865d64b4a5fa29f16dc82d1a2e" +checksum="584e0e30b832e66e98a81ef648c989907a96fe65e03e8999b4906c375c18c482 + 2dae4380cd14d0186253807ae269d886ef3c89a64a326ac812fb62faeb1c8da0 + 9619a107c9fc959afb1e5c0ff14de730a9d9f937cdcea9a63a490b5c5df436a3" nopie=true post_extract() { diff --git a/srcpkgs/jaq/template b/srcpkgs/jaq/template index fcc9aa54686bde..643cdde739edbd 100644 --- a/srcpkgs/jaq/template +++ b/srcpkgs/jaq/template @@ -1,6 +1,6 @@ # Template file for 'jaq' pkgname=jaq -version=3.1.0 +version=3.1.1 revision=1 build_style=cargo build_wrksrc="jaq" @@ -12,8 +12,8 @@ homepage="https://github.com/01mf02/jaq" changelog="https://github.com/01mf02/jaq/releases" distfiles="https://github.com/01mf02/jaq/archive/refs/tags/v${version}.tar.gz https://github.com/01mf02/jaq/releases/download/v${version}/jaq.1>${version}_man" -checksum="8ad074d7e90e07ad7e77048dcf0d0e7ad434b8e3e38044260b9457d4551e644d - f7b1a9447fd7681befe793a5c65e7acbbd08a7eb9d5f4ad61945270d41baf0c9" +checksum="9b8587436be48b5791c8276573321a3d4f404e0dc77ea6503d05725a55edd266 + 795bded900db289a0a82cec1f0c66c768f878cbe9b337d892541606bfbb18f18" skip_extraction="${version}_man" post_extract() { diff --git a/srcpkgs/jpeginfo/template b/srcpkgs/jpeginfo/template index 4ab43a118eee5a..37cb5b37b6a398 100644 --- a/srcpkgs/jpeginfo/template +++ b/srcpkgs/jpeginfo/template @@ -1,6 +1,6 @@ # Template file for 'jpeginfo' pkgname=jpeginfo -version=1.7.0 +version=1.7.1 revision=1 build_style=gnu-configure makedepends="libjpeg-turbo-devel" @@ -10,7 +10,7 @@ license="GPL-3.0-or-later" homepage="https://github.com/tjko/jpeginfo" changelog="https://raw.githubusercontent.com/tjko/jpeginfo/master/README" distfiles="https://github.com/tjko/jpeginfo/archive/refs/tags/v${version}.tar.gz" -checksum=dc985083448d9707d42e49bed826a247c0dbda6913c870e9a5d9bf7c74939659 +checksum=274f6be23fd089bd9e8715b67643a66ca2f63a503028bdea3e571228d50b669e pre_install() { make_install_args="INSTALL_ROOT=${DESTDIR}" diff --git a/srcpkgs/libXinerama/template b/srcpkgs/libXinerama/template index e299cc98a18238..e653e248007564 100644 --- a/srcpkgs/libXinerama/template +++ b/srcpkgs/libXinerama/template @@ -1,6 +1,6 @@ # Template file for 'libXinerama' pkgname=libXinerama -version=1.1.5 +version=1.1.6 revision=1 build_style=gnu-configure configure_args="--enable-malloc0returnsnull" @@ -9,9 +9,9 @@ makedepends="xorgproto libXext-devel" short_desc="X PanoramiX extension library" maintainer="Orphaned " license="MIT" -homepage="$XORG_SITE" -distfiles="${XORG_SITE}/lib/${pkgname}-${version}.tar.xz" -checksum=5094d1f0fcc1828cb1696d0d39d9e866ae32520c54d01f618f1a3c1e30c2085c +homepage="https://www.x.org/" +distfiles="${XORG_SITE}/lib/libXinerama-${version}.tar.xz" +checksum=d00fc1599c303dc5cbc122b8068bdc7405d6fcb19060f4597fc51bd3a8be51d7 post_install() { vlicense COPYING diff --git a/srcpkgs/python3-faust_cchardet/template b/srcpkgs/python3-faust_cchardet/template index eeb6bbbd7c3c91..4add1ee39424a7 100644 --- a/srcpkgs/python3-faust_cchardet/template +++ b/srcpkgs/python3-faust_cchardet/template @@ -1,6 +1,6 @@ # Template file for 'python3-faust_cchardet' pkgname=python3-faust_cchardet -version=2.2.1 +version=3.1.0 revision=1 build_style=python3-pep517 build_helper="meson" @@ -12,6 +12,7 @@ short_desc="High speed universal character encoding detector" maintainer="Mateusz Sylwestrzak " license="MPL-1.1 OR GPL-2.0-or-later OR LGPL-2.1-or-later" homepage="https://github.com/faust-streaming/cChardet" +changelog="https://raw.githubusercontent.com/faust-streaming/cChardet/master/CHANGES.rst" distfiles="${PYPI_SITE}/f/faust-cchardet/faust_cchardet-${version}.tar.gz" -checksum=324f886eeeb4b8dff4639f4f5e60a82481227c344ee0bfb490de017fbfe5f1b0 +checksum=ee4de61383c420827522f8084ea5c5f500c02951d4c502e9641b06ebc60867fd conflicts="python3-cchardet>=0" diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template index d41172741bfc76..8cff2f1229fed0 100644 --- a/srcpkgs/synapse/template +++ b/srcpkgs/synapse/template @@ -1,6 +1,6 @@ # Template file for 'synapse' pkgname=synapse -version=1.157.2 +version=1.158.0 revision=1 build_style=python3-pep517 build_helper=rust @@ -25,7 +25,7 @@ license="AGPL-3.0-or-later" homepage="https://element-hq.github.io/synapse" changelog="https://raw.githubusercontent.com/element-hq/synapse/develop/CHANGES.md" distfiles="https://github.com/element-hq/synapse/archive/refs/tags/v${version}.tar.gz" -checksum=df94ea1e7563c7a330c38a628de9c01b233e51c871a3fd9d0099aad83abf2893 +checksum=3ea1de84ce1a850caef3d74250088be871caf7ed416d996d16a3bee34719380c system_accounts="synapse" synapse_homedir="/var/lib/synapse" diff --git a/srcpkgs/tailscale/template b/srcpkgs/tailscale/template index fded2823e026d0..2e5c6f3f351f4d 100644 --- a/srcpkgs/tailscale/template +++ b/srcpkgs/tailscale/template @@ -1,6 +1,6 @@ # Template file for 'tailscale' pkgname=tailscale -version=1.98.10 +version=1.102.2 revision=1 build_style=go build_helper="qemu" @@ -17,7 +17,7 @@ license="BSD-3-Clause" homepage="https://tailscale.com" changelog="https://tailscale.com/changelog" distfiles="https://github.com/tailscale/tailscale/archive/v${version}.tar.gz" -checksum=1a3aac335f0e1b2154fbf948ae8cd7f3464af7e28a5a0a12fd55ab475212a282 +checksum=66c447b5555aa89e0690dc21e0ec59421302ceaa982f3ccc0df686b16f5d5505 post_install() { for sh in bash fish zsh; do