summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel Mota2021-04-25 17:55:50 -0700
committerMiguel Mota2021-04-25 17:56:13 -0700
commit3fd2b8223870995b6fa9826f931cd8a9318a1133 (patch)
tree0a2932a31d104a279504dbd3baa6dbfec0287895
parentc3b7a2ce0ac83227a6b32ed50b9dfe4285978b6e (diff)
downloadaur-3fd2b8223870995b6fa9826f931cd8a9318a1133.tar.gz
Update to v1.6.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14b95cae2d35..47e9d7878824 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cointop
pkgdesc = An interactive terminal based UI application for tracking cryptocurrencies
- pkgver = 1.6.3
+ pkgver = 1.6.5
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.3.tar.gz::https://github.com/miguelmota/cointop/archive/v1.6.3.tar.gz
- sha256sums = 636f3cfb5f9d748e874ede149acb6b96c7b2be8d39b73ef22abb9dd0d214358e
+ source = cointop-1.6.5.tar.gz::https://github.com/miguelmota/cointop/archive/v1.6.5.tar.gz
+ sha256sums = 87c1e9f1dfb6de83b3ea0fc4ae90b35328772f6d841f70ae95800028f3dfd45a
pkgname = cointop
diff --git a/PKGBUILD b/PKGBUILD
index c2fa92221b5b..2a0e0a157133 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.3
+pkgver=1.6.5
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=('636f3cfb5f9d748e874ede149acb6b96c7b2be8d39b73ef22abb9dd0d214358e')
+sha256sums=('87c1e9f1dfb6de83b3ea0fc4ae90b35328772f6d841f70ae95800028f3dfd45a')
prepare() {
cd "$pkgname-$pkgver"