summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPouyan Heyratpour2024-03-07 11:12:50 +0330
committerPouyan Heyratpour2024-03-07 11:12:50 +0330
commit8d928e2123d64457b99ea49bb3e5e1cebf02e235 (patch)
tree2e61bb8fcb5678379fa8e4d3b398d6cdb31d183c
parent452ae7a467ef8d976af92b4abb5b889a0e041ff8 (diff)
downloadaur-8d928e2123d64457b99ea49bb3e5e1cebf02e235.tar.gz
upgrade to v1.2.0
Signed-off-by: Pouyan Heyratpour <me@pouyan.dev>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD12
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3cd2c5ea53ef..8b26fda39efe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = polywatch
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
diff --git a/PKGBUILD b/PKGBUILD
index 4257f395d052..39097d4ce741 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Pouyan Heyratpour <me@pouyan.dev>
pkgname=polywatch
-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,14 +10,14 @@ license=('GPL3')
depends=()
makedepends=()
source_i686=(${pkgname}-${pkgver}.tar.gz::https://github.com/pouyanh/polywatch/releases/download/v${pkgver}/polywatch-v${pkgver}-linux-386.tar.gz)
-md5sums_i686=('47798a66a4718e7c543b68272c2e0140')
+md5sums_i686=('cf0f7ade8ae3346442f8ee0c7dd11908')
source_x86_64=(${pkgname}-${pkgver}.tar.gz::https://github.com/pouyanh/polywatch/releases/download/v${pkgver}/polywatch-v${pkgver}-linux-amd64.tar.gz)
-md5sums_x86_64=('06f4a35ca68a444eb17c5ed05206029b')
+md5sums_x86_64=('ea6401e7178798420b137bd0093ecdfe')
source_armv7h=(${pkgname}-${pkgver}.tar.gz::https://github.com/pouyanh/polywatch/releases/download/v${pkgver}/polywatch-v${pkgver}-linux-arm.tar.gz)
-md5sums_armv7h=('453860966d1adff7503dfee3e3bd020d')
+md5sums_armv7h=('33f367479b14cee15dfd9c89007896e5')
source_aarch64=(${pkgname}-${pkgver}.tar.gz::https://github.com/pouyanh/polywatch/releases/download/v${pkgver}/polywatch-v${pkgver}-linux-arm64.tar.gz)
-md5sums_aarch64=('6fb9803aa43be7db6d8c971b4458e158')
+md5sums_aarch64=('bfb522248f93cf6b3de53859d8f33ec1')
package() {
install -Dm 755 polywatch -t "${pkgdir}/usr/bin"
-} \ No newline at end of file
+}