diff options
-rw-r--r-- | community/glow/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/glow/APKBUILD b/community/glow/APKBUILD index ae8195a45c..421bc57db7 100644 --- a/community/glow/APKBUILD +++ b/community/glow/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Leo <thinkabit.ukim@gmail.com> # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=glow -pkgver=0.1.6 +pkgver=0.2.0 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="7b0e0c0c923a75f9f0e4a280ce5e15651f93f10a454f3c287b0e5d5c80985fa1825e5bd1c6ec6e4b666e955cd2dbf4d596d0a14fa37dbf5798e8a931ed663623 glow-0.1.6.tar.gz" +sha512sums="792b68c221abe9954be65bfbc08b8ab830ee237da94676563e10feb4ddc8fd46544c4e7abad60d4e6e8180d9d8e7dcb816ca29a1e6d84feab215f6c23644010a glow-0.2.0.tar.gz" |