summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel Mota2021-08-23 00:52:42 -0700
committerMiguel Mota2021-08-23 00:52:42 -0700
commit533d5b5836d0e971d28a5008b9df51f1da728095 (patch)
tree75f99022802accf92d6119a19a6b502d245eec70
parent3fd2b8223870995b6fa9826f931cd8a9318a1133 (diff)
downloadaur-533d5b5836d0e971d28a5008b9df51f1da728095.tar.gz
Update to v1.6.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47e9d7878824..ec5a8d36c727 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cointop
pkgdesc = An interactive terminal based UI application for tracking cryptocurrencies
- pkgver = 1.6.5
+ pkgver = 1.6.6
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.5.tar.gz::https://github.com/miguelmota/cointop/archive/v1.6.5.tar.gz
- sha256sums = 87c1e9f1dfb6de83b3ea0fc4ae90b35328772f6d841f70ae95800028f3dfd45a
+ source = cointop-1.6.6.tar.gz::https://github.com/miguelmota/cointop/archive/v1.6.6.tar.gz
+ sha256sums = f8f10ced1e46a6c7ce72875f2834f4c6116b947fa794cd078c4c4eac4c62d1f9
pkgname = cointop
diff --git a/PKGBUILD b/PKGBUILD
index 2a0e0a157133..1adaa21b8c99 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.5
+pkgver=1.6.6
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=('87c1e9f1dfb6de83b3ea0fc4ae90b35328772f6d841f70ae95800028f3dfd45a')
+sha256sums=('f8f10ced1e46a6c7ce72875f2834f4c6116b947fa794cd078c4c4eac4c62d1f9')
prepare() {
cd "$pkgname-$pkgver"