diff --git a/mingw-w64-watchexec/PKGBUILD b/mingw-w64-watchexec/PKGBUILD index e18785d8b2..8327dfe405 100644 --- a/mingw-w64-watchexec/PKGBUILD +++ b/mingw-w64-watchexec/PKGBUILD @@ -1,7 +1,7 @@ _realname=watchexec pkgbase=mingw-w64-${_realname} pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" -pkgver=1.22.1 +pkgver=1.22.2 pkgrel=1 url="https://watchexec.github.io/" pkgdesc="Executes commands in response to file modifications (mingw-w64)" @@ -10,7 +10,7 @@ arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') makedepends=("${MINGW_PACKAGE_PREFIX}-rust") source=("https://github.com/watchexec/watchexec/archive/v${pkgver}.tar.gz") -sha256sums=('fe5cec203e01414f2a62d8e663a0ce646b3fab995bdac6a45e0f41ac558bec66') +sha256sums=('af12016b1ee1f64feb1514872279326f72b1061c85f3add32997f89a1816dd74') prepare() { cd "${_realname}-${pkgver}"