summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"