From 77fce2bfa61ab2c15dab7d48b3c8f09739e8540e Mon Sep 17 00:00:00 2001 From: Miguel Mota Date: Fri, 14 Aug 2020 00:27:50 -0700 Subject: [PATCH] Update copr spec --- .rpm/cointop.spec | 6 +++--- snapcraft.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.rpm/cointop.spec b/.rpm/cointop.spec index ead14cf..c46f5a2 100644 --- a/.rpm/cointop.spec +++ b/.rpm/cointop.spec @@ -1,5 +1,5 @@ -%define version 1.5.1 -%global commit 8c225f598f8f3e32afaba7ac4f799577281a160088fec5183919a699e5b4c14e +%define version 1.5.2 +%global commit 556dba09374f9a7847e9a8d18afa5240f97e2ab7dd3b0d1ba6397f885b20b3ff %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: cointop @@ -11,7 +11,7 @@ URL: https://cointop.sh Source0: https://github.com/miguelmota/%{cointop}/archive/v%{version}.tar.gz BuildRequires: gcc -BuildRequires: golang >= 1.13 +BuildRequires: golang >= 1.14 %description cointop is a fast and lightweight interactive terminal based UI application for tracking and monitoring cryptocurrency coin stats in real-time. diff --git a/snapcraft.yaml b/snapcraft.yaml index 832f21e..0deaace 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -9,7 +9,7 @@ confinement: strict parts: go: - source-tag: go1.13 + source-tag: go1.14 cointop: after: [go] source: .