diff --git a/srcpkgs/fzf/template b/srcpkgs/fzf/template index 5dca927d915007..2942266abff43f 100644 --- a/srcpkgs/fzf/template +++ b/srcpkgs/fzf/template @@ -1,7 +1,7 @@ # Template file for 'fzf' pkgname=fzf -version=0.68.0 -revision=2 +version=0.70.0 +revision=1 build_style=go go_import_path="github.com/junegunn/fzf" go_ldflags="-X main.version=${version} -X main.revision=" @@ -12,7 +12,7 @@ license="MIT" homepage="https://github.com/junegunn/fzf" changelog="https://raw.githubusercontent.com/junegunn/fzf/master/CHANGELOG.md" distfiles="https://github.com/junegunn/fzf/archive/refs/tags/v${version}.tar.gz" -checksum=ed878dcb57e083129db5d8a28c656fd981ce90f12b67d32024888d33790ca3a6 +checksum=a99e0df4dfb6228c8af63a2f99f39f7476b7da614833141be30a6b3a3f9d440f post_install() { cd ${wrksrc} diff --git a/srcpkgs/nitro/template b/srcpkgs/nitro/template index 1f3cb0d60e6d4a..72c1b328eab020 100644 --- a/srcpkgs/nitro/template +++ b/srcpkgs/nitro/template @@ -1,6 +1,6 @@ # Template file for 'nitro' pkgname=nitro -version=0.7.1 +version=0.8 revision=1 build_style=gnu-makefile checkdepends="ruby" @@ -10,7 +10,7 @@ license="0BSD" homepage="https://github.com/leahneukirchen/nitro" changelog="https://github.com/leahneukirchen/nitro/blob/master/NEWS.md" distfiles="https://github.com/leahneukirchen/nitro/archive/refs/tags/v${version}.tar.gz" -checksum=2cf311f2686346c82af3ba55473fa3d62a029257bad1e89d3f0425338d12fd09 +checksum=12e8c1430ca661306f41f2e95745236e4eb8a0ad8766d420500a21e00b6e8f62 CPPFLAGS="-DREOPEN_USE_DUP_HACK" diff --git a/srcpkgs/uftrace/template b/srcpkgs/uftrace/template index 1ff74fade44928..4bc80ce0313a0b 100644 --- a/srcpkgs/uftrace/template +++ b/srcpkgs/uftrace/template @@ -1,6 +1,6 @@ # Template file for 'uftrace' pkgname=uftrace -version=0.18.1 +version=0.19 revision=1 archs="x86_64* i686* aarch64* arm* riscv64*" build_style=configure @@ -12,7 +12,7 @@ maintainer="Leah Neukirchen " license="GPL-2.0-only" homepage="https://github.com/namhyung/uftrace" distfiles="https://github.com/namhyung/uftrace/archive/v${version}.tar.gz" -checksum=c089e7f38dab8d17346d41cee0ec69dc60699d5527b54e6765712235577da0db +checksum=c35ef25f279684fc7d79dcc250fb29386890870fd2c9f812e587151419ca01af case "$XBPS_TARGET_MACHINE" in *-musl) makedepends+=" argp-standalone"; export LDFLAGS=-largp;; diff --git a/srcpkgs/xdotool/template b/srcpkgs/xdotool/template index 25e8c477e6210f..a298f91bf2fb20 100644 --- a/srcpkgs/xdotool/template +++ b/srcpkgs/xdotool/template @@ -1,6 +1,6 @@ # Template file for 'xdotool' pkgname=xdotool -version=4.20251130.1 +version=4.20260303.1 revision=1 build_style=gnu-makefile make_build_target="all" @@ -11,8 +11,8 @@ short_desc="Command-line X11 automation tool" maintainer="Leah Neukirchen " license="BSD-3-Clause" homepage="https://github.com/jordansissel/xdotool" -distfiles="https://github.com/jordansissel/${pkgname}/releases/download/v${version}/${pkgname}-${version}.tar.gz" -checksum=eee789b00d6a13d47b31bbc139727e6408c21b5f6ba5e804fdf6ecfb8c781356 +distfiles="https://github.com/jordansissel/xdotool/archive/refs/tags/v${version}/${pkgname}-${version}.tar.gz" +checksum=c1f971a384da588eb99ca0755fc4300316d49c1e612537e3f1de52215e104fa3 xdotool-devel_package() { short_desc+=" - development files"