summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJan Sonntag2023-07-24 23:17:46 +0200
committerJan Sonntag2023-07-24 23:17:46 +0200
commit932e6cb33ffed8f1ff7c360440154a14fb7b9b0b (patch)
tree3bb6c07e2cbc654298d0a13e15c1ac777c92ee2a /PKGBUILD
parenta5c3302fa9cfd5c44a53023e63ae090fcd5c2d5e (diff)
downloadaur-asciigraph-bin.tar.gz
Update to 0.5.6
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"