summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJan Sonntag2023-07-24 23:15:15 +0200
committerJan Sonntag2023-07-24 23:15:15 +0200
commit2cdf5d7a19cc5c5847095d5326ac59e6a1dbf0bd (patch)
tree2a43bd9c18f0b5eb59e86d8665c06fc43aa631bb /PKGBUILD
parentea2c1babe74f6b36091144cd92d2589283588217 (diff)
downloadaur-asciigraph.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 9a3e091dab53..a06973cd11b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=asciigraph
-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 @@ url='https://github.com/guptarohit/asciigraph'
license=('BSD')
makedepends=('go')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/guptarohit/asciigraph/archive/v${pkgver}.tar.gz")
-sha256sums=('4c57ffdd5b13a2e4a6aa6ec6977651776a01b640402c43c7c4fa6c9c38dd160f')
+sha256sums=('4169785c024cfa9f951cc8edb46996ceee4bacd2faade90a6ceb3ded17e3a899')
prepare() {
cd "${pkgname}-${pkgver}"