discount: update to 2.2.4.
This commit is contained in:
parent
71d297fbc1
commit
514cc06e15
1 changed files with 3 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'discount'
|
||||
pkgname=discount
|
||||
version=2.2.3a
|
||||
version=2.2.4
|
||||
revision=1
|
||||
build_style=configure
|
||||
configure_script="./configure.sh"
|
||||
configure_args="--prefix=/usr --shared --pkg-config"
|
||||
short_desc="C implementation of John Gruber's Markdown"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="3-clause-BSD"
|
||||
license="BSD-3-Clause"
|
||||
homepage="http://www.pell.portland.or.us/~orc/Code/discount"
|
||||
distfiles="${homepage}/${pkgname}-${version}.tar.bz2"
|
||||
checksum=75f5d5fda2e9607a5c77455296b41e5dd436389e20f35c37bea395d35aea0954
|
||||
checksum=74fd1e3cc2b4eacf7325d3fd89df38b589db60d5dd0f4f14a0115f7da5e230a5
|
||||
|
||||
do_install() {
|
||||
make DESTDIR=${DESTDIR} install install.man
|
||||
|
|
Loading…
Reference in a new issue