lowdown: update to 0.4.6.

This commit is contained in:
Piotr Wójcik 2019-11-05 21:00:50 +01:00 committed by Piotr
parent 7d54af2955
commit 7745e2a4e6
3 changed files with 2 additions and 14 deletions

View File

@ -1,10 +0,0 @@
--- util.c.orig
+++ util.c
@@ -20,6 +20,7 @@
# include <sys/queue.h>
#endif
+#include <stdint.h>
#include <stdio.h>
#include <string.h>

View File

@ -1,6 +1,6 @@
# Template file for 'lowdown'
pkgname=lowdown
version=0.4.5
version=0.4.6
revision=1
build_style=configure
configure_args="PREFIX=/usr MANDIR=/usr/share/man"
@ -9,7 +9,7 @@ maintainer="Duncaen <duncaen@voidlinux.org>"
license="ISC"
homepage="https://kristaps.bsd.lv/lowdown/"
distfiles="https://kristaps.bsd.lv/lowdown/snapshots/lowdown-${version}.tar.gz"
checksum=469f788d22a59370dd4d9d97ac03e61cb01aab735fc85ad67aa5e563a96e3f91
checksum=d0f736772c040b46b5a71479446b298528f86751e342f76bd7aad3fd396f838f
post_install() {
vlicense LICENSE.md

View File

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