summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorscotow2019-08-16 17:30:09 +0200
committerscotow2019-08-16 17:30:09 +0200
commit581bb182478621ddd5ddb66e6d31b3d2f71f76e0 (patch)
treecdb5161a29b1d8502b646ea5555b6f3ad24e2497 /PKGBUILD
parentf385642ee735a171be3d6cbc165bfd06b5fa0394 (diff)
downloadaur-581bb182478621ddd5ddb66e6d31b3d2f71f76e0.tar.gz
Update to version 2.0.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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