summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 617fb3e89180..5a0cbf433afb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = notigo
pkgdesc = Send iOS/Android notifications using IFTTT's Webhook
- pkgver = 2.0.2
+ pkgver = 2.0.3
pkgrel = 1
url = https://github.com/scotow/notigo
arch = x86_64
license = MIT
makedepends = go
makedepends = git
- source = notigo-2.0.2.tar.gz::https://github.com/scotow/notigo/archive/2.0.2.tar.gz
- sha256sums = 59047afb6f30353da243ef97accf09cc0a0a251f5a19f6f0d0501ce2dd89897e
+ source = notigo-2.0.3.tar.gz::https://github.com/scotow/notigo/archive/2.0.3.tar.gz
+ sha256sums = 272291738bf554ffcdb1636c5be76868d24508b40f7447b5ced5d5e0ae6ddfd2
pkgname = notigo
diff --git a/PKGBUILD b/PKGBUILD
index 8f190592b928..7bd53cef420a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Benjamin Lopez <contact@scotow.com>
pkgname=notigo
-pkgver=2.0.1
+pkgver=2.0.3
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=('7b0ff0f61cced09a589aee8d9422c1b1560fa7468159cbf16513705da4e932f0')
+sha256sums=('272291738bf554ffcdb1636c5be76868d24508b40f7447b5ced5d5e0ae6ddfd2')
prepare(){
mkdir -p src/github.com/scotow