lowdown: update to 1.0.0.
This commit is contained in:
parent
b1800a91d5
commit
5520cce263
|
@ -1,19 +1,18 @@
|
|||
# Template file for 'lowdown'
|
||||
pkgname=lowdown
|
||||
version=0.11.2
|
||||
version=1.0.0
|
||||
revision=1
|
||||
build_style=configure
|
||||
configure_args="PREFIX=/usr MANDIR=/usr/share/man"
|
||||
make_install_target="install install_shared install_static"
|
||||
make_check_target="regress"
|
||||
hostmakedepends="which"
|
||||
short_desc="Simple markdown translator"
|
||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||
license="ISC"
|
||||
homepage="https://kristaps.bsd.lv/lowdown/"
|
||||
changelog="https://kristaps.bsd.lv/lowdown/archive.html"
|
||||
distfiles="https://kristaps.bsd.lv/lowdown/snapshots/lowdown-${version}.tar.gz"
|
||||
checksum=6e5cfec293afc24968c0ddd8deb4f57389adba6a8b7bcb221d34c1a44aeef3eb
|
||||
checksum=a7c9dbbd40e3e9d9296ff6ef6ac54fec83b1abe54db7b6113cd9c0f692a20c13
|
||||
shlib_provides="liblowdown.so"
|
||||
|
||||
post_install() {
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
site=https://github.com/kristapsdz/lowdown/releases
|
||||
pattern="VERSION_\K[\d\_]*(?=\.tar.gz)"
|
||||
site=https://kristaps.bsd.lv/lowdown/snapshots/
|
||||
pattern="\K[\d.]+(?=\.tar.gz)"
|
||||
|
|
Loading…
Reference in New Issue