summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4777394bee5e..991f4759eeec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Pieter Joost van de Sande <pj@born2code.net>
pkgname=whatscli
-pkgver=1.0.10
+pkgver=1.0.11
pkgrel=1
pkgdesc='A command line interface for whatsapp, based on go-whatsapp and tview'
arch=('1686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
url='https://github.com/normen/whatscli'
makedepends=('go' 'git')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/normen/whatscli/archive/v${pkgver}.tar.gz")
-sha1sums=('488c3e9b395d5fc87f97738d7f249760baef3e24')
+sha1sums=('438cf2bcbfa10bb016d2fea88740383f1092e219')
build() {
cd "${pkgname}-${pkgver}"