summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f13301f34402..60e7d9c2d2c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ticker
pkgdesc = Terminal stock ticker with live updates and position tracking
- pkgver = 4.1.1
+ pkgver = 4.2.0
pkgrel = 0
url = https://github.com/achannarasappa/ticker
arch = i686
@@ -8,8 +8,7 @@ pkgbase = ticker
license = GPL
makedepends = go
depends = glibc
- source = https://github.com/achannarasappa/ticker/archive/v4.1.1.tar.gz
- sha256sums = c1d4f59dbbfca58d1be67d2cc9b7a7177ab7b286379a87e47ef6c7ea5b742fde
+ source = https://github.com/achannarasappa/ticker/archive/v4.2.0.tar.gz
+ sha256sums = 34dc28182987dbd86a9b35817b8198e0d61839172fd8999d4ca84d1c5026353c
pkgname = ticker
-
diff --git a/PKGBUILD b/PKGBUILD
index 53f469c94ff6..eb09b3a8e7b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: bin <bin at datacowboy dot cf>
pkgname=ticker
-pkgver=4.1.1
+pkgver=4.2.0
pkgrel=0
pkgdesc='Terminal stock ticker with live updates and position tracking'
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ license=('GPL')
depends=('glibc')
makedepends=('go')
source=("$url/archive/v$pkgver.tar.gz")
-sha256sums=('c1d4f59dbbfca58d1be67d2cc9b7a7177ab7b286379a87e47ef6c7ea5b742fde')
+sha256sums=('34dc28182987dbd86a9b35817b8198e0d61839172fd8999d4ca84d1c5026353c')
prepare () {
cd "$pkgname-$pkgver"