From 2474a7c7d13ed6cc081e4fe714e4d03ba23ed25b Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Wed, 8 Oct 2025 05:55:46 +0200 Subject: [PATCH] bottom: update to 0.11.2 --- mingw-w64-bottom/PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mingw-w64-bottom/PKGBUILD b/mingw-w64-bottom/PKGBUILD index 6907ab2437..c1394d395b 100644 --- a/mingw-w64-bottom/PKGBUILD +++ b/mingw-w64-bottom/PKGBUILD @@ -4,7 +4,7 @@ _realname=bottom pkgbase=mingw-w64-${_realname} pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" -pkgver=0.11.1 +pkgver=0.11.2 pkgrel=1 pkgdesc="A graphical process/system monitor (mingw-w64)" arch=('any') @@ -12,6 +12,8 @@ mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') url="https://github.com/ClementTsang/bottom" msys2_documentation_url="https://clementtsang.github.io/bottom/${pkgver}" msys2_references=( + 'archlinux: bottom' + 'gentoo: sys-process/bottom' 'purl: pkg:cargo/bottom' ) license=('spdx:MIT') @@ -20,7 +22,7 @@ options=('!strip') source=("git+${url}.git#tag=${pkgver}" "ntapi-rs.tar.gz::https://crates.io/api/v1/crates/ntapi/0.4.1/download" "ntapi-link-ntdll-arm64.patch") -sha256sums=('56a3a97ce0a39606366ef0d007d580cbdb65db0ae53257ac8fa382b2b7f082a3' +sha256sums=('1e217a085bfa9260069e323046cc9c3c498387fedbf9ee4b068c562f2e0f33e4' 'e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4' '9994d5b61f020f85f67df54c56c793bd4faf41e39b62ddd4e67c482b9a11b73e')