summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMiguel Mota2021-08-23 00:52:42 -0700
committerMiguel Mota2021-08-23 00:52:42 -0700
commit533d5b5836d0e971d28a5008b9df51f1da728095 (patch)
tree75f99022802accf92d6119a19a6b502d245eec70 /PKGBUILD
parent3fd2b8223870995b6fa9826f931cd8a9318a1133 (diff)
downloadaur-533d5b5836d0e971d28a5008b9df51f1da728095.tar.gz
Update to v1.6.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"