Skip to content

Commit

Permalink
watchexec: update to 1.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ognevny authored and Biswa96 committed Jan 8, 2024
1 parent 10adda9 commit fd6c570
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-watchexec/PKGBUILD
Original file line number Diff line number Diff line change
@@ -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/"
Expand All @@ -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}"
Expand Down

0 comments on commit fd6c570

Please sign in to comment.