hexedit: update to 1.4.2.

Closes: #10627 [via git-merge-pr]
This commit is contained in:
cr6git 2018-01-10 02:23:58 +01:00 committed by Jürgen Buchmüller
parent cbf847dfc5
commit 81d8c02b90

View file

@ -1,13 +1,17 @@
# Template file for 'hexedit' # Template file for 'hexedit'
pkgname=hexedit pkgname=hexedit
version=1.2.13 version=1.4.2
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="automake"
makedepends="ncurses-devel" makedepends="ncurses-devel"
short_desc="View and edit files in hexadecimal or in ASCII" short_desc="View and edit files in hexadecimal or in ASCII"
maintainer="Jim Westfall <jwestfall@surrealistic.net>" maintainer="Jim Westfall <jwestfall@surrealistic.net>"
license="GPL-2" license="GPL-2"
homepage="http://rigaux.org" homepage="http://rigaux.org"
distfiles="${homepage}/${pkgname}-${version}.src.tgz" distfiles="https://github.com/pixel/hexedit/archive/${version}.tar.gz"
checksum=6a126da30a77f5c0b08038aa7a881d910e3b65d13767fb54c58c983963b88dd7 checksum=c81ffb36af9243aefc0887e33dd8e41c4b22d091f1f27d413cbda443b0440d66
wrksrc="${pkgname}"
pre_configure() {
./autogen.sh
}