summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Sonntag2022-05-03 21:32:05 +0200
committerJan Sonntag2022-05-03 21:32:05 +0200
commita5c3302fa9cfd5c44a53023e63ae090fcd5c2d5e (patch)
treebd68cce11e959f6efe652eac3e0493409131bebd
parent5b1f8b70c46bd8892c4f4acb897d0b154c8d8a65 (diff)
downloadaur-a5c3302fa9cfd5c44a53023e63ae090fcd5c2d5e.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 6c37940b2c1a..c8a9995c9ea5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = asciigraph-bin
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
provides = asciigraph
conflicts = asciigraph
- source = asciigraph-bin-0.5.4.tar.gz::https://github.com/guptarohit/asciigraph/releases/download/v0.5.4/asciigraph_0.5.4_Linux_x86_64.tar.gz
- sha256sums = 62a8680d0bf66868103aa893923864b4ebf2fc211c0168dc835b6eb79c28aaca
+ source = asciigraph-bin-0.5.5.tar.gz::https://github.com/guptarohit/asciigraph/releases/download/v0.5.5/asciigraph_0.5.5_Linux_x86_64.tar.gz
+ sha256sums = 549d2275af7c35d7482ce73e124a66168b3d410f46cdd73447170300c745875e
pkgname = asciigraph-bin
diff --git a/PKGBUILD b/PKGBUILD
index e2c4eecced2e..4935e41d7662 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.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 @@ 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=('549d2275af7c35d7482ce73e124a66168b3d410f46cdd73447170300c745875e')
package() {
install -Dm755 asciigraph "${pkgdir}/usr/bin/asciigraph"