mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
lowdown: update to 0.4.6.
This commit is contained in:
parent
7d54af2955
commit
7745e2a4e6
3 changed files with 2 additions and 14 deletions
|
@ -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>
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'lowdown'
|
# Template file for 'lowdown'
|
||||||
pkgname=lowdown
|
pkgname=lowdown
|
||||||
version=0.4.5
|
version=0.4.6
|
||||||
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"
|
||||||
|
@ -9,7 +9,7 @@ maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
homepage="https://kristaps.bsd.lv/lowdown/"
|
homepage="https://kristaps.bsd.lv/lowdown/"
|
||||||
distfiles="https://kristaps.bsd.lv/lowdown/snapshots/lowdown-${version}.tar.gz"
|
distfiles="https://kristaps.bsd.lv/lowdown/snapshots/lowdown-${version}.tar.gz"
|
||||||
checksum=469f788d22a59370dd4d9d97ac03e61cb01aab735fc85ad67aa5e563a96e3f91
|
checksum=d0f736772c040b46b5a71479446b298528f86751e342f76bd7aad3fd396f838f
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.md
|
vlicense LICENSE.md
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
site=https://github.com/kristapsdz/lowdown/releases
|
|
||||||
pattern="VERSION_\K[\d\_]*(?=\.tar.gz)"
|
|
Loading…
Add table
Reference in a new issue