lowdown: update to 1.0.0.

This commit is contained in:
Duncaen 2022-08-29 22:10:46 +02:00
parent b1800a91d5
commit 5520cce263
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35
2 changed files with 4 additions and 5 deletions

View File

@ -1,19 +1,18 @@
# Template file for 'lowdown' # Template file for 'lowdown'
pkgname=lowdown pkgname=lowdown
version=0.11.2 version=1.0.0
revision=1 revision=1
build_style=configure build_style=configure
configure_args="PREFIX=/usr MANDIR=/usr/share/man" configure_args="PREFIX=/usr MANDIR=/usr/share/man"
make_install_target="install install_shared install_static" make_install_target="install install_shared install_static"
make_check_target="regress" make_check_target="regress"
hostmakedepends="which"
short_desc="Simple markdown translator" short_desc="Simple markdown translator"
maintainer="Duncaen <duncaen@voidlinux.org>" maintainer="Duncaen <duncaen@voidlinux.org>"
license="ISC" license="ISC"
homepage="https://kristaps.bsd.lv/lowdown/" homepage="https://kristaps.bsd.lv/lowdown/"
changelog="https://kristaps.bsd.lv/lowdown/archive.html" changelog="https://kristaps.bsd.lv/lowdown/archive.html"
distfiles="https://kristaps.bsd.lv/lowdown/snapshots/lowdown-${version}.tar.gz" distfiles="https://kristaps.bsd.lv/lowdown/snapshots/lowdown-${version}.tar.gz"
checksum=6e5cfec293afc24968c0ddd8deb4f57389adba6a8b7bcb221d34c1a44aeef3eb checksum=a7c9dbbd40e3e9d9296ff6ef6ac54fec83b1abe54db7b6113cd9c0f692a20c13
shlib_provides="liblowdown.so" shlib_provides="liblowdown.so"
post_install() { post_install() {

View File

@ -1,2 +1,2 @@
site=https://github.com/kristapsdz/lowdown/releases site=https://kristaps.bsd.lv/lowdown/snapshots/
pattern="VERSION_\K[\d\_]*(?=\.tar.gz)" pattern="\K[\d.]+(?=\.tar.gz)"