wiggle: update to 1.3
This commit is contained in:
parent
c4741ea4d7
commit
ccf784f4b1
|
@ -1,16 +1,17 @@
|
|||
# Template file for 'wiggle'
|
||||
pkgname=wiggle
|
||||
version=1.2
|
||||
version=1.3
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_build_args="CPPFLAGS=-I."
|
||||
make_build_args="CFLAGS=-I."
|
||||
make_build_target="wiggle"
|
||||
make_check_target="test"
|
||||
make_install_args="STRIP="
|
||||
hostmakedepends="groff"
|
||||
makedepends="ncurses-devel"
|
||||
short_desc="Apply patches that patch rejects"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="http://git.neil.brown.name/?p=wiggle.git;a=summary"
|
||||
distfiles="http://neil.brown.name/wiggle/wiggle-${version}.tar.gz"
|
||||
checksum=31375badb76a4a586f2113e49d13486dbc64844962ae80976a81c6542e901622
|
||||
homepage="https://github.com/neilbrown/wiggle"
|
||||
distfiles="https://github.com/neilbrown/wiggle/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=ff92cf0133c1f4dce33563e263cb30e7ddb6f4abdf86d427b1ec1490bec25afa
|
||||
|
|
Loading…
Reference in New Issue