aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-02-17 01:14:27 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-02-17 06:47:34 -0300
commitaa1823a7590277bd5908d4230cbbb9ca91900bdb (patch)
tree6eaddb655a5a72840ad758955163cdd93a6411f0 /testing
parent3f38fc8ec90de486bcda0c7c42f1305aa0e12813 (diff)
downloadaports-aa1823a7590277bd5908d4230cbbb9ca91900bdb.tar.bz2
aports-aa1823a7590277bd5908d4230cbbb9ca91900bdb.tar.xz
testing/mdcat: upgrade to 0.15.1
Diffstat (limited to 'testing')
-rw-r--r--testing/mdcat/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/mdcat/APKBUILD b/testing/mdcat/APKBUILD
index 8c2a14cfa2..335ff02dcc 100644
--- a/testing/mdcat/APKBUILD
+++ b/testing/mdcat/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Leo <thinkabit.ukim@gmail.com>
# Maintainer:
pkgname=mdcat
-pkgver=0.15.0
-pkgrel=1
+pkgver=0.15.1
+pkgrel=0
pkgdesc="Cat for markdown"
url="https://github.com/lunaryorn/mdcat"
arch="all !s390x" # Limited by cargo
@@ -26,4 +26,4 @@ package() {
install -s -Dm0755 target/release/mdcat -t "$pkgdir"/usr/bin
}
-sha512sums="762520b46d49136646e96553f7d023c6a457843699b1479d09bb73d86cde14f44997e53b14f16859d286ef1dd6c7f28ddcc10293362306b1f1d4b8d34df3e706 mdcat-0.15.0.tar.gz"
+sha512sums="0c30c7a0e4b8b3d6a180360600d616f6572a532f116189a838e36fc821f6706eff24ced6cf0af10f2fde0bca99e83503364a830e3848dbc924858633fcda493e mdcat-0.15.1.tar.gz"