Skip to content

Commit

Permalink
procs: update to 0.14.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ognevny authored Oct 22, 2024
1 parent 12c305a commit d091450
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.6
pkgver=0.14.7
pkgrel=1
pkgdesc="A modern replacement for ps written in Rust (mingw-w64)"
arch=('any')
Expand All @@ -13,7 +13,7 @@ license=('spdx:MIT')
makedepends=("${MINGW_PACKAGE_PREFIX}-rust" "${MINGW_PACKAGE_PREFIX}-asciidoctor")
options=('!lto')
source=("https://github.com/dalance/procs/archive/v${pkgver}/${_realname}-${pkgver}.tar.gz")
sha256sums=('3d5cd529c858ca637b166bac908e0d8429c33bdfa9d8db6282f36d5732e4e30a')
sha256sums=('e8abcd188213ea68835cce92519cfcdb70315cc1821eb3f74cc6e967ddce28ca')

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

0 comments on commit d091450

Please sign in to comment.