diff --git a/srcpkgs/lowdown/template b/srcpkgs/lowdown/template index 3ead485924f..ea0d7bce726 100644 --- a/srcpkgs/lowdown/template +++ b/srcpkgs/lowdown/template @@ -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 " 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() { diff --git a/srcpkgs/lowdown/update b/srcpkgs/lowdown/update index 8820b185b05..a428eb53503 100644 --- a/srcpkgs/lowdown/update +++ b/srcpkgs/lowdown/update @@ -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)"