diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-12-30 21:39:48 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-30 21:41:38 +0100 |
commit | a68910598cf3ab6b8bb8805d8835020391193ce2 (patch) | |
tree | 5ca469aa73220c771ba4b1398d568c3cf35a4ffe /testing | |
parent | 4edbc27a5bccac60b159791f6cc03b47aef9e0fd (diff) | |
download | aports-a68910598cf3ab6b8bb8805d8835020391193ce2.tar.bz2 aports-a68910598cf3ab6b8bb8805d8835020391193ce2.tar.xz |
testing/glow: upgrade to 0.1.6
Diffstat (limited to 'testing')
-rw-r--r-- | testing/glow/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/glow/APKBUILD b/testing/glow/APKBUILD index 099220016a..ae8195a45c 100644 --- a/testing/glow/APKBUILD +++ b/testing/glow/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Leo <thinkabit.ukim@gmail.com> # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=glow -pkgver=0.1.5 +pkgver=0.1.6 pkgrel=0 pkgdesc="CLI Markdown render" url="https://github.com/charmbracelet/glow" @@ -27,4 +27,4 @@ package() { install -Dm755 glow "$pkgdir"/usr/bin/glow } -sha512sums="1566ae35c791c657a2562e3c265201c9e4242893e11743d4d49f137f931670f31ec27ef1fc59897ce0e8db75cbb7e0cd2e1c04ec0f4d87c2563274c3ae07ec37 glow-0.1.5.tar.gz" +sha512sums="7b0e0c0c923a75f9f0e4a280ce5e15651f93f10a454f3c287b0e5d5c80985fa1825e5bd1c6ec6e4b666e955cd2dbf4d596d0a14fa37dbf5798e8a931ed663623 glow-0.1.6.tar.gz" |