diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-01-10 09:44:27 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-10 09:50:29 +0100 |
commit | 6c42777ed42b80296eaba1706380ad6e10bf645e (patch) | |
tree | b9dffa877b9bd27d1a0c7d5ed4fb6a8dcf98f399 /community | |
parent | 791cade3a23219c0402f774a18b306be82d37be0 (diff) | |
download | aports-6c42777ed42b80296eaba1706380ad6e10bf645e.tar.bz2 aports-6c42777ed42b80296eaba1706380ad6e10bf645e.tar.xz |
community/glow: upgrade to 0.2.0
Diffstat (limited to 'community')
-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" |