mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
comrak: update to 0.31.0, adopt
This commit is contained in:
parent
48db5d6a57
commit
934ce92d3a
1 changed files with 3 additions and 3 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'comrak'
|
# Template file for 'comrak'
|
||||||
pkgname=comrak
|
pkgname=comrak
|
||||||
version=0.29.0
|
version=0.31.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="oniguruma-devel"
|
makedepends="oniguruma-devel"
|
||||||
short_desc="CommonMark + GFM compatible Markdown parser and renderer"
|
short_desc="CommonMark + GFM compatible Markdown parser and renderer"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="cinerea0 <cinerea0@protonmail.com>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="https://github.com/kivikakk/comrak"
|
homepage="https://github.com/kivikakk/comrak"
|
||||||
changelog="https://raw.githubusercontent.com/kivikakk/comrak/main/changelog.txt"
|
changelog="https://raw.githubusercontent.com/kivikakk/comrak/main/changelog.txt"
|
||||||
distfiles="https://github.com/kivikakk/comrak/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/kivikakk/comrak/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=3929895c2c3e42d0d1a6efddd66a3c62282b81b62dd74229f6c8f31ac1dcb333
|
checksum=8911f4b6042e36557c4f8b8b3e296eacd0d5fc3e14d10710eb64a29e84744278
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Add table
Reference in a new issue