summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristian Muehlhaeuser2020-01-09 12:25:43 +0100
committerChristian Muehlhaeuser2020-01-09 12:25:43 +0100
commit10e63d002e5a25e0f1a17b648e08ac85baa9b0f4 (patch)
treeecdcd26ff56e7c7196c2138f9254927f32d4636e /PKGBUILD
parent444b26d80b74075e9048c148ea4bdd39c4c21182 (diff)
downloadaur-10e63d002e5a25e0f1a17b648e08ac85baa9b0f4.tar.gz
Bump to v0.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a517f4e86f38..64fe651c1342 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Stephen Gregoratto <dev@sgregoratto.me>
pkgname=glow-bin
-pkgver=0.1.6
+pkgver=0.2.0
pkgrel=1
pkgdesc="Markdown renderer for the CLI"
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('MIT')
provides=('glow')
conflicts=('glow')
source_x86_64=("$url/releases/download/v$pkgver/glow_${pkgver}_linux_x86_64.tar.gz")
-sha256sums_x86_64=('170ce19765e7f4e2dab0c45e286bcdf6612be9cd4b00386a61a650e38740380f')
+sha256sums_x86_64=('ea3b158c1c3f3f9ce63a701817ffc9023bbcf2c5375f21a5890ddda7d57554c5')
package() {
install -Dm755 "glow" "$pkgdir/usr/bin/glow"