summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSibren Vasse2019-06-26 11:00:12 +0200
committerSibren Vasse2019-06-26 11:00:12 +0200
commitb8698994c84f1f4faaecd1965ff9308dd3943d3d (patch)
tree22e20c7aff12926c304f618f361e1eefdd57f0e9
parente4f649c216ea8d80cec81f99f0221ac5602eb487 (diff)
downloadaur-b8698994c84f1f4faaecd1965ff9308dd3943d3d.tar.gz
v3.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30994a2c8832..4db4a26be5ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = noti
pkgdesc = Monitor a process and trigger a notification.
- pkgver = 3.1.0
+ pkgver = 3.2.0
pkgrel = 1
url = https://github.com/variadico/noti
arch = x86_64
license = MIT
- source = https://github.com/variadico/noti/releases/download/3.1.0/noti3.1.0.linux-amd64.tar.gz
+ source = https://github.com/variadico/noti/releases/download/3.2.0/noti3.2.0.linux-amd64.tar.gz
source = https://raw.githubusercontent.com/variadico/noti/master/LICENSE
- sha256sums = 959410e065ed36554c8c2e2b94c803de5dc8c149b2e88c220b814cb31b23f684
+ sha256sums = d86aa61c00d2a527b53d2dc04c886db9aa454c726f12a07244c755120b06749e
sha256sums = b4a3a12c17bfa1aa933c19c82c661e874638647b057ceaaafb0c6dc63111dfd2
pkgname = noti
diff --git a/PKGBUILD b/PKGBUILD
index e799e162cdd4..205760770ac2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Sibren Vasse <arch@sibrenvasse.nl>
pkgname=noti
-pkgver=3.1.0
+pkgver=3.2.0
pkgrel=1
pkgdesc="Monitor a process and trigger a notification."
arch=('x86_64')
@@ -8,8 +8,8 @@ url="https://github.com/variadico/noti"
license=('MIT')
source=("https://github.com/variadico/noti/releases/download/$pkgver/noti$pkgver.linux-amd64.tar.gz"
'https://raw.githubusercontent.com/variadico/noti/master/LICENSE')
-sha256sums=('959410e065ed36554c8c2e2b94c803de5dc8c149b2e88c220b814cb31b23f684'
- 'b4a3a12c17bfa1aa933c19c82c661e874638647b057ceaaafb0c6dc63111dfd2')
+sha256sums=('d86aa61c00d2a527b53d2dc04c886db9aa454c726f12a07244c755120b06749e'
+ 'b4a3a12c17bfa1aa933c19c82c661e874638647b057ceaaafb0c6dc63111dfd2')
package() {
install -Dm755 noti "$pkgdir/usr/bin/noti"