mdcat: update to 0.9.2.
This commit is contained in:
parent
d5df22954e
commit
a865fce2c6
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'mdcat'
|
# Template file for 'mdcat'
|
||||||
pkgname=mdcat
|
pkgname=mdcat
|
||||||
version=0.8.0
|
version=0.9.2
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc=${pkgname}-${pkgname}-${version}
|
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||||
hostmakedepends="cargo cmake pkg-config"
|
hostmakedepends="cargo cmake pkg-config"
|
||||||
makedepends="libressl-devel"
|
makedepends="libressl-devel"
|
||||||
short_desc="Cat for markdown"
|
short_desc="Cat for markdown"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Wilson Birney <wpb@360scada.com>"
|
||||||
license="Apache License 2.0"
|
license="Apache License 2.0"
|
||||||
homepage="https://github.com/lunaryorn/mdcat"
|
homepage="https://github.com/lunaryorn/mdcat"
|
||||||
distfiles="https://github.com/lunaryorn/mdcat/archive/mdcat-${version}.tar.gz"
|
distfiles="https://github.com/lunaryorn/mdcat/archive/mdcat-${version}.tar.gz"
|
||||||
checksum=fb4ce097fff72fb53734568a8a1b96797cbedfbee2aabc2d2a5e8c794b1d5887
|
checksum=50647d42abeea133430cac2d4eb6807ad19d7825996944338df5caaf39e4dc29
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
|
|
Loading…
Reference in New Issue