summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a180759961da..fa9da7d76a09 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = polywatch-git
pkgdesc = File change watcher with filter & rate limit feature which run command(s) when file change events happen
- pkgver = 1.1.0
+ pkgver = 1.2.0
pkgrel = 1
url = https://pouyanh.github.io/polywatch/
arch = any
@@ -9,7 +9,7 @@ pkgbase = polywatch-git
makedepends = goreleaser
provides = polywatch
conflicts = polywatch
- source = polywatch-git-1.1.0.tar.gz::https://github.com/pouyanh/polywatch/archive/v1.1.0.tar.gz
- md5sums = f4144551a9561be4c3639e30d541529f
+ source = polywatch-git-1.2.0.tar.gz::https://github.com/pouyanh/polywatch/archive/v1.2.0.tar.gz
+ md5sums = 1741cdd96afd036f2bcdf0f5306520ed
pkgname = polywatch-git
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
+}