summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSibren Vasse2019-09-11 12:25:42 +0200
committerSibren Vasse2019-09-11 12:25:42 +0200
commit98f1d1edcbac523a3a3af35ea65b82282ac33452 (patch)
treec3714aaad25f1d289686226743b7d32f97b9cc14
parentb8698994c84f1f4faaecd1965ff9308dd3943d3d (diff)
downloadaur-98f1d1edcbac523a3a3af35ea65b82282ac33452.tar.gz
v3.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4db4a26be5ae..5f55b4595692 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = noti
pkgdesc = Monitor a process and trigger a notification.
- pkgver = 3.2.0
+ pkgver = 3.3.0
pkgrel = 1
url = https://github.com/variadico/noti
arch = x86_64
license = MIT
- source = https://github.com/variadico/noti/releases/download/3.2.0/noti3.2.0.linux-amd64.tar.gz
+ source = https://github.com/variadico/noti/releases/download/3.3.0/noti3.3.0.linux-amd64.tar.gz
source = https://raw.githubusercontent.com/variadico/noti/master/LICENSE
- sha256sums = d86aa61c00d2a527b53d2dc04c886db9aa454c726f12a07244c755120b06749e
+ sha256sums = 503181777a2bddf625dbbe13845bf21a8d549f51531f1114140e9d4a9ab7f2a7
sha256sums = b4a3a12c17bfa1aa933c19c82c661e874638647b057ceaaafb0c6dc63111dfd2
pkgname = noti
diff --git a/PKGBUILD b/PKGBUILD
index 205760770ac2..bf65b87e6b78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Sibren Vasse <arch@sibrenvasse.nl>
pkgname=noti
-pkgver=3.2.0
+pkgver=3.3.0
pkgrel=1
pkgdesc="Monitor a process and trigger a notification."
arch=('x86_64')
@@ -8,7 +8,7 @@ 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=('d86aa61c00d2a527b53d2dc04c886db9aa454c726f12a07244c755120b06749e'
+sha256sums=('503181777a2bddf625dbbe13845bf21a8d549f51531f1114140e9d4a9ab7f2a7'
'b4a3a12c17bfa1aa933c19c82c661e874638647b057ceaaafb0c6dc63111dfd2')
package() {