From fd6c570d42f92302fe4480930a0052d2a7b7c409 Mon Sep 17 00:00:00 2001 From: ognevnydemon Date: Mon, 8 Jan 2024 11:59:11 +0300 Subject: [PATCH] watchexec: update to 1.25.1 --- mingw-w64-watchexec/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-watchexec/PKGBUILD b/mingw-w64-watchexec/PKGBUILD index ebc14921adcbc..d3d94a0867531 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.25.0 +pkgver=1.25.1 pkgrel=1 msys2_repository_url="https://github.com/watchexec/watchexec/" url="https://watchexec.github.io/" @@ -14,7 +14,7 @@ arch=('any') mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') makedepends=("${MINGW_PACKAGE_PREFIX}-rust") source=("https://github.com/watchexec/watchexec/archive/v${pkgver}/${_realname}-${pkgver}.tar.gz") -sha256sums=('a440554e6a73127c87c39d39c32ac1adbb58c0007765e521f11260cc123790bd') +sha256sums=('9609163c14cd49ec651562838f38b88ed2d370e354af312ddc78c2be76c08d37') prepare() { cd "${_realname}-${pkgver}"