Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
watchexec


Commits:
f00ba32f by Caleb Maclennan at 2024-04-30T12:44:50+03:00
upgpkg: 2.1.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = watchexec
        pkgdesc = Executes commands in response to file modifications
-       pkgver = 2.1.0
+       pkgver = 2.1.1
        pkgrel = 1
        url = https://github.com/watchexec/watchexec
        arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = watchexec
        depends = gcc-libs
        depends = zlib
        options = !lto
-       source = 
watchexec-2.1.0.tar.gz::https://github.com/watchexec/watchexec/archive/refs/tags/v2.1.0.tar.gz
-       sha256sums = 
acac35485b57ebf494b1025550eb88dc534841e4081dbba47ecb0168e7f214ab
+       source = 
watchexec-2.1.1.tar.gz::https://github.com/watchexec/watchexec/archive/refs/tags/v2.1.1.tar.gz
+       sha256sums = 
8d8e3c1de05daae24a31ea59d61631812b6044a74231aaa0e5a2ee15203898e8
 
 pkgname = watchexec


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 # Contributor: Vlad M. <v...@archlinux.net>
 
 pkgname=watchexec
-pkgver=2.1.0
+pkgver=2.1.1
 pkgrel=1
 pkgdesc="Executes commands in response to file modifications"
 url='https://github.com/watchexec/watchexec'
@@ -13,7 +13,7 @@ arch=('x86_64')
 license=('Apache')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/watchexec/watchexec/archive/refs/tags/v${pkgver}.tar.gz";)
 options=('!lto')
-sha256sums=('acac35485b57ebf494b1025550eb88dc534841e4081dbba47ecb0168e7f214ab')
+sha256sums=('8d8e3c1de05daae24a31ea59d61631812b6044a74231aaa0e5a2ee15203898e8')
 
 prepare() {
   cd "watchexec-$pkgver"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/watchexec/-/commit/f00ba32f416841a8563469d8df4d72a6a9acf1d8

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/watchexec/-/commit/f00ba32f416841a8563469d8df4d72a6a9acf1d8
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to