summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristian Muehlhaeuser2019-12-28 03:25:40 +0100
committerChristian Muehlhaeuser2019-12-28 03:25:40 +0100
commit069f06c604fc1bd2e5bcddd86cc6a15dc7087c1a (patch)
treeaed371f83ed67f27b520ae80261b046a88b658b7 /PKGBUILD
parent2374335a7b510b07b4d28149b652e4b9b1c8e550 (diff)
downloadaur-069f06c604fc1bd2e5bcddd86cc6a15dc7087c1a.tar.gz
Bump to v0.1.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3436eb6ae5e2..32be11cf067e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Stephen Gregoratto <dev@sgregoratto.me>
pkgname=glow-bin
-pkgver=0.1.3
-pkgrel=2
+pkgver=0.1.4
+pkgrel=1
pkgdesc="Markdown renderer for the CLI"
arch=('x86_64')
url="https://github.com/charmbracelet/glow"
@@ -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=('a7fdd84bae57f24756fd9a08d327ccc0d0c358b08949eacc35600a0575508f1d')
+sha256sums_x86_64=('b9e9759d33fe1b3d69afbebc7ba0d9403914f63883699c65e259c4c44469f7b8')
package() {
install -Dm755 "glow" "$pkgdir/usr/bin/glow"