summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorscotow2019-12-18 11:47:53 +0100
committerscotow2019-12-18 11:47:53 +0100
commit17cf8b65c9a6787cfa2ac9d802f42e0b049a12cd (patch)
tree637026c2a5bcbfec0be3f9c60dc9382b105c8e22
parent581bb182478621ddd5ddb66e6d31b3d2f71f76e0 (diff)
downloadaur-17cf8b65c9a6787cfa2ac9d802f42e0b049a12cd.tar.gz
Update to version 2.0.4
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7bd53cef420a..931597d0274e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Benjamin Lopez <contact@scotow.com>
pkgname=notigo
-pkgver=2.0.3
+pkgver=2.0.4
pkgrel=1
pkgdesc="Send iOS/Android notifications using IFTTT's Webhook"
arch=('x86_64')
@@ -9,7 +9,7 @@ url="https://github.com/scotow/${pkgname}"
license=('MIT')
makedepends=('go' 'git')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/scotow/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('272291738bf554ffcdb1636c5be76868d24508b40f7447b5ced5d5e0ae6ddfd2')
+sha256sums=('bddfc256239cb629e52e4d6245a08effc8956f248271a2357e58b76ab5dad819')
prepare(){
mkdir -p src/github.com/scotow