watchexec: update to 2.3.0

This commit is contained in:
Konstantin Podsvirov 2025-02-09 22:11:25 +03:00 committed by GitHub
parent 03d53dcbc7
commit f55c0517c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
_realname=watchexec
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=2.2.1
pkgver=2.3.0
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')
source=("https://github.com/watchexec/watchexec/archive/v${pkgver}/${_realname}-${pkgver}.tar.gz")
sha256sums=('67845d1c07bc47f74016cf93e7f7390e193c679003f97be7ab1ca95acf730380')
sha256sums=('bf508d3662fe85294a61ab39a3fbfb0a76f79202448fb3c038a3003ae3e18245')
prepare() {
cd "${_realname}-${pkgver}"