summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjonian2021-02-19 12:05:50 +0200
committerjonian2021-02-19 12:05:50 +0200
commit07551f05f4d9efa106ba5358ff95e266865ecd25 (patch)
tree88b0f008eef7713a5911a27855026c91a0391cff
parent27f0f86b9b3d391aebbbb2e1891f799ff5b2ce67 (diff)
downloadaur-07551f05f4d9efa106ba5358ff95e266865ecd25.tar.gz
version update to 1.6.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35bfc6b1a44a..aa3ff976d695 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
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.5.5
- pkgrel = 2
+ pkgver = 1.6.1
+ pkgrel = 1
url = https://github.com/miguelmota/cointop
arch = x86_64
license = Apache License 2.0
provides = cointop
conflicts = cointop
conflicts = cointop-git
- source = cointop-bin-1.5.5.tar.gz::https://github.com/miguelmota/cointop/releases/download/v1.5.5/cointop_1.5.5_linux_amd64.tar.gz
- sha256sums = e1be57964d21faba590a2ea8181184c5ab002543c2d5edae1a24d4f75cc509d5
+ source = cointop-bin-1.6.1.tar.gz::https://github.com/miguelmota/cointop/releases/download/v1.6.1/cointop_1.6.1_linux_amd64.tar.gz
+ sha256sums = 4d525be41875d6aa1b6a441b70c211a9e3d910bbc086ed6b35b36f0200396124
pkgname = cointop-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4990edc8630f..acee56a0545c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=cointop-bin
-pkgver=1.5.5
-pkgrel=2
+pkgver=1.6.1
+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")
url="https://github.com/miguelmota/cointop"
@@ -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=("e1be57964d21faba590a2ea8181184c5ab002543c2d5edae1a24d4f75cc509d5")
+sha256sums=("4d525be41875d6aa1b6a441b70c211a9e3d910bbc086ed6b35b36f0200396124")
package() {
mkdir -p "$pkgdir/usr/local/bin"