summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPouyan Heyratpour2024-03-07 11:18:37 +0330
committerPouyan Heyratpour2024-03-07 11:18:37 +0330
commit55e582c917ff11c4832aa81419227884746afb3d (patch)
treed0dc5840ee7f31ceb3a2b2aec6c02a381bafb172 /PKGBUILD
parent7ed2c9423442b0af1f0b296a5dacdbb22c6a289f (diff)
downloadaur-polywatch-git.tar.gz
upgrade to v1.2.0
Signed-off-by: Pouyan Heyratpour <me@pouyan.dev>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3681502ef7b4..614880a681c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Pouyan Heyratpour <me@pouyan.dev>
pkgname=polywatch-git
-pkgver=1.1.0
+pkgver=1.2.0
pkgrel=1
pkgdesc="File change watcher with filter & rate limit feature which run command(s) when file change events happen"
arch=('any')
@@ -10,7 +10,7 @@ license=('GPL3')
depends=()
makedepends=('go' 'goreleaser')
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/pouyanh/polywatch/archive/v${pkgver}.tar.gz)
-md5sums=('f4144551a9561be4c3639e30d541529f')
+md5sums=('1741cdd96afd036f2bcdf0f5306520ed')
provides=('polywatch')
conflicts=('polywatch')
@@ -24,4 +24,4 @@ package() {
cd "${pkgname%-git}-${pkgver}"
install -Dm 755 dist/polywatch -t "${pkgdir}/usr/bin"
-} \ No newline at end of file
+}