Skip to content

Commit

Permalink
Update PKGBUILD to version 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scotow committed Aug 16, 2019
1 parent 532ed6e commit 6c75350
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Maintainer: Benjamin Lopez <contact@scotow.com>

pkgname=notigo
pkgver=2.0.2
pkgver=2.0.3
pkgrel=1
pkgdesc="Send iOS/Android notifications using IFTTT's Webhook"
arch=('x86_64')
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=('59047afb6f30353da243ef97accf09cc0a0a251f5a19f6f0d0501ce2dd89897e')
sha256sums=('272291738bf554ffcdb1636c5be76868d24508b40f7447b5ced5d5e0ae6ddfd2')

prepare(){
mkdir -p src/github.com/scotow
Expand Down

0 comments on commit 6c75350

Please sign in to comment.