Skip to content

Commit

Permalink
bottom: update to 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ognevny authored Aug 7, 2024
1 parent 04c539a commit 75480b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mingw-w64-bottom/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=bottom
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=0.10.1
pkgver=0.10.2
pkgrel=1
pkgdesc="A graphical process/system monitor (mingw-w64)"
arch=('any')
Expand All @@ -21,7 +21,7 @@ options=('!strip' '!lto')
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=('3887b00d64839d3b443d2ee31f123ebe4ade9ca8f6c787abc6bd13661d15a125'
sha256sums=('7e1691bff38827fa64d0df0e00425fea126416876291b18ef6160ad3e9b3bd14'
'e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4'
'9994d5b61f020f85f67df54c56c793bd4faf41e39b62ddd4e67c482b9a11b73e')

Expand All @@ -34,7 +34,7 @@ prepare() {
ntapi = { path = "../ntapi-0.4.1" }
END

patch -d ../ntapi-0.4.1 -Np1 -i ../ntapi-link-ntdll-arm64.patch
patch -d ../ntapi-0.4.1 -i ../ntapi-link-ntdll-arm64.patch
cargo update -p ntapi

cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
Expand Down

0 comments on commit 75480b0

Please sign in to comment.