summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel Mota2021-02-19 00:29:44 -0800
committerMiguel Mota2021-02-19 00:29:44 -0800
commit0bd2dfa6ccaa00a2988138a75bcf08a586f7d8a3 (patch)
tree414315c33dbec8f83beeac206ef2494a541e30f4
parent22e39d62e7a72eef31e7ccba1c7b0f1e4acf30d1 (diff)
downloadaur-0bd2dfa6ccaa00a2988138a75bcf08a586f7d8a3.tar.gz
Update to v1.6.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd620b91da5f..1898f0b320d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cointop
pkgdesc = An interactive terminal based UI application for tracking cryptocurrencies
- pkgver = 1.6.0
+ pkgver = 1.6.1
pkgrel = 1
url = https://github.com/miguelmota/cointop
arch = i686
@@ -10,8 +10,8 @@ pkgbase = cointop
license = APACHE
makedepends = go
depends = glibc
- source = cointop-1.6.0.tar.gz::https://github.com/miguelmota/cointop/archive/v1.6.0.tar.gz
- sha256sums = 42f007173b2d0fc61d6364da6bfc53da5cb3a4f8288cc8bfffd53964a96fd8c2
+ source = cointop-1.6.1.tar.gz::https://github.com/miguelmota/cointop/archive/v1.6.1.tar.gz
+ sha256sums = 8a40e0d4467de305ecb0733879aea2c087270348709e1d645918b48a74309572
pkgname = cointop
diff --git a/PKGBUILD b/PKGBUILD
index 18140777fcd9..1609f9b4d017 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stephen Gregoratto <dev@sgregoratto.me>
# Maintainer: Miguel Mota <hello@miguelmota.com>
pkgname=cointop
-pkgver=1.6.0
+pkgver=1.6.1
pkgrel=1
pkgdesc="An interactive terminal based UI application for tracking cryptocurrencies"
url="https://github.com/miguelmota/cointop"
@@ -10,7 +10,7 @@ arch=('i686' 'x86_64' 'armv6h' 'armv7h')
depends=('glibc')
makedepends=('go')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('42f007173b2d0fc61d6364da6bfc53da5cb3a4f8288cc8bfffd53964a96fd8c2')
+sha256sums=('8a40e0d4467de305ecb0733879aea2c087270348709e1d645918b48a74309572')
prepare() {
cd "$pkgname-$pkgver"