summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8a9995c9ea5..b81c6b291e36 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = asciigraph-bin
pkgdesc = Go package to make lightweight ASCII line graph ╭┈╯ in command line apps with no other dependencies
- pkgver = 0.5.5
+ pkgver = 0.5.6
pkgrel = 1
url = https://github.com/guptarohit/asciigraph
arch = x86_64
license = BSD
provides = asciigraph
conflicts = asciigraph
- source = asciigraph-bin-0.5.5.tar.gz::https://github.com/guptarohit/asciigraph/releases/download/v0.5.5/asciigraph_0.5.5_Linux_x86_64.tar.gz
- sha256sums = 549d2275af7c35d7482ce73e124a66168b3d410f46cdd73447170300c745875e
+ source = asciigraph-bin-0.5.6.tar.gz::https://github.com/guptarohit/asciigraph/releases/download/v0.5.6/asciigraph_0.5.6_Linux_x86_64.tar.gz
+ sha256sums = 59e414ad99f1dfaa3b27d2927e8e36bdba737d8a872c42d6d37016785bc3740f
pkgname = asciigraph-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4935e41d7662..e8b38dbf8591 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jan Sonntag <jaso35 at gmail dot com>
pkgname=asciigraph-bin
-pkgver=0.5.5
+pkgver=0.5.6
pkgrel=1
pkgdesc="Go package to make lightweight ASCII line graph ╭┈╯ in command line apps with no other dependencies"
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('BSD')
provides=('asciigraph')
conflicts=('asciigraph')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/guptarohit/asciigraph/releases/download/v${pkgver}/asciigraph_${pkgver}_Linux_${arch}.tar.gz")
-sha256sums=('549d2275af7c35d7482ce73e124a66168b3d410f46cdd73447170300c745875e')
+sha256sums=('59e414ad99f1dfaa3b27d2927e8e36bdba737d8a872c42d6d37016785bc3740f')
package() {
install -Dm755 asciigraph "${pkgdir}/usr/bin/asciigraph"