summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Sonntag2022-05-03 21:30:06 +0200
committerJan Sonntag2022-05-03 21:30:06 +0200
commitea2c1babe74f6b36091144cd92d2589283588217 (patch)
tree67d00183064388712ac51e45097569d7571dbbf0
parent87d248a177a6002142bdb7035498b85964e53912 (diff)
downloadaur-ea2c1babe74f6b36091144cd92d2589283588217.tar.gz
Update to 0.5.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 054834043dcb..a1b3fa896a85 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = asciigraph
pkgdesc = Go package to make lightweight ASCII line graph ╭┈╯ in command line apps with no other dependencies
- pkgver = 0.5.4
+ pkgver = 0.5.5
pkgrel = 1
url = https://github.com/guptarohit/asciigraph
arch = x86_64
license = BSD
makedepends = go
- source = asciigraph-0.5.4.tar.gz::https://github.com/guptarohit/asciigraph/archive/v0.5.4.tar.gz
- sha256sums = 2a501e0e73739fa2e751dff501c6c02475af55215a756c8ec12f4cfcc62687ad
+ source = asciigraph-0.5.5.tar.gz::https://github.com/guptarohit/asciigraph/archive/v0.5.5.tar.gz
+ sha256sums = 4c57ffdd5b13a2e4a6aa6ec6977651776a01b640402c43c7c4fa6c9c38dd160f
pkgname = asciigraph
diff --git a/PKGBUILD b/PKGBUILD
index cf47b845c629..9a3e091dab53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=asciigraph
-pkgver=0.5.4
+pkgver=0.5.5
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=('2a501e0e73739fa2e751dff501c6c02475af55215a756c8ec12f4cfcc62687ad')
+sha256sums=('4c57ffdd5b13a2e4a6aa6ec6977651776a01b640402c43c7c4fa6c9c38dd160f')
prepare() {
cd "${pkgname}-${pkgver}"