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 e2c4eecced2e..e8b38dbf8591 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jan Sonntag <jaso35 at gmail dot com>
pkgname=asciigraph-bin
-pkgver=0.5.4
+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=('62a8680d0bf66868103aa893923864b4ebf2fc211c0168dc835b6eb79c28aaca')
+sha256sums=('59e414ad99f1dfaa3b27d2927e8e36bdba737d8a872c42d6d37016785bc3740f')
package() {
install -Dm755 asciigraph "${pkgdir}/usr/bin/asciigraph"