diff --git a/mingw-w64-watchexec/PKGBUILD b/mingw-w64-watchexec/PKGBUILD index f19102b5ae..65f1c0f4d3 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=2.1.1 +pkgver=2.1.2 pkgrel=1 msys2_repository_url="https://github.com/watchexec/watchexec/" url="https://watchexec.github.io/" @@ -16,7 +16,7 @@ mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') makedepends=("${MINGW_PACKAGE_PREFIX}-rust") options=('!strip' '!lto') source=("https://github.com/watchexec/watchexec/archive/v${pkgver}/${_realname}-${pkgver}.tar.gz") -sha256sums=('8d8e3c1de05daae24a31ea59d61631812b6044a74231aaa0e5a2ee15203898e8') +sha256sums=('500b886038ccd553559fe19914e1a502728cfeb8ee9d81f3db448b05e5a890ec') prepare() { cd "${_realname}-${pkgver}"