summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjonian2021-10-19 17:43:02 +0300
committerjonian2021-10-19 17:43:02 +0300
commit3981ddb23ed621cfe4e7d14c9a43effe54930d55 (patch)
treec0abf9d8bf1592a33bf09ad8ca76a62848af579a
parentf0757a811d9499ac9f789c6a92ceb16844eb720c (diff)
downloadaur-3981ddb23ed621cfe4e7d14c9a43effe54930d55.tar.gz
version update to 1.6.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8fd471449802..9b0cc3a6336d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cointop-bin
pkgdesc = Cointop is a fast and lightweight interactive terminal based UI application for tracking and monitoring cryptocurrency coin stats in real-time
- pkgver = 1.6.8
+ pkgver = 1.6.9
pkgrel = 1
url = https://github.com/miguelmota/cointop
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = cointop-bin
provides = cointop
conflicts = cointop
conflicts = cointop-git
- source = cointop-bin-1.6.8.tar.gz::https://github.com/miguelmota/cointop/releases/download/v1.6.8/cointop_1.6.8_linux_amd64.tar.gz
- sha256sums = 875db5dca50b3e6a54ecacaa1b504b307d57fa7c444b6dac5f0d9925de27d912
+ source = cointop-bin-1.6.9.tar.gz::https://github.com/miguelmota/cointop/releases/download/v1.6.9/cointop_1.6.9_linux_amd64.tar.gz
+ sha256sums = 916043e5a928f2b2b6d4260087708050e20d54ce83080415a9e8f06b88d0edc5
pkgname = cointop-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2115fc1fd1c0..a04101994437 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=cointop-bin
-pkgver=1.6.8
+pkgver=1.6.9
pkgrel=1
pkgdesc="Cointop is a fast and lightweight interactive terminal based UI application for tracking and monitoring cryptocurrency coin stats in real-time"
arch=("x86_64")
@@ -9,7 +9,7 @@ license=("Apache License 2.0")
provides=("cointop")
conflicts=("cointop" "cointop-git")
source=("$pkgname-$pkgver.tar.gz::$url/releases/download/v$pkgver/cointop_${pkgver}_linux_amd64.tar.gz")
-sha256sums=("875db5dca50b3e6a54ecacaa1b504b307d57fa7c444b6dac5f0d9925de27d912")
+sha256sums=('916043e5a928f2b2b6d4260087708050e20d54ce83080415a9e8f06b88d0edc5')
package() {
mkdir -p "$pkgdir/usr/local/bin"