Skip to content

Commit

Permalink
procs: update to 0.14.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ognevny authored Jan 17, 2025
1 parent e00ec35 commit 7f28f26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-procs/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=procs
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=0.14.8
pkgver=0.14.9
pkgrel=1
pkgdesc="A modern replacement for ps written in Rust (mingw-w64)"
arch=('any')
Expand All @@ -15,7 +15,7 @@ msys2_references=(
license=('spdx:MIT')
makedepends=("${MINGW_PACKAGE_PREFIX}-rust" "${MINGW_PACKAGE_PREFIX}-asciidoctor")
source=("https://github.com/dalance/procs/archive/v${pkgver}/${_realname}-${pkgver}.tar.gz")
sha256sums=('b9cf37275bdf1c03786a035c1cd495a93cbf94406eb8c261825d1fd59dcfd61d')
sha256sums=('361982bd88bc84c184433309664598fdfdf5f603331cb21ba1108be40357608c')

prepare() {
cd "${_realname}-${pkgver}"
Expand Down

0 comments on commit 7f28f26

Please sign in to comment.