summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMiguel Mota2019-09-16 17:03:26 -0700
committerMiguel Mota2019-09-16 17:03:26 -0700
commita8e12638597b44892e66b1a890d0d6c5caefaa49 (patch)
treefe50885f03a9e78d3c0e6d2ef91f8060dbf78580 /PKGBUILD
parent66a5ec37261d3078f3552b641cb3e0e2b549109c (diff)
downloadaur-a8e12638597b44892e66b1a890d0d6c5caefaa49.tar.gz
Update to 1.3.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 017a153473bc..f2c17614cc36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: KingofToasters <dev at sgregoratto dot me>
pkgname=cointop
-pkgver=1.3.4
+pkgver=1.3.6
pkgrel=1
pkgdesc="An interactive terminal based UI application for tracking cryptocurrencies"
url="https://github.com/miguelmota/cointop"
@@ -8,7 +8,7 @@ license=('APACHE')
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
makedepends=('go-pie' 'git')
source=("$url/archive/$pkgver.tar.gz")
-sha256sums=('8024736c908c1253ab4d2cb30df0f1dc977ccc4e51abb4614b43131d3b7405b2')
+sha256sums=('091ea8d8e9874bb9fd433057778476e0629302e5a7ed152dba52134ddabf798f')
build() {
cd "$pkgname-$pkgver"