Skip to content

Commit

Permalink
edbrowse: update to 3.8.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
leahneukirchen committed Jan 4, 2024
1 parent 52d95a2 commit f3faf4c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions srcpkgs/edbrowse/template
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# Template file for 'edbrowse'
pkgname=edbrowse
version=3.8.7
revision=2
version=3.8.8
revision=1
build_style=gnu-makefile
hostmakedepends="perl pkg-config"
makedepends="libcurl-devel pcre2-devel quickjs-devel readline-devel
unixodbc-devel"
make_build_args="QUICKJS_LDFLAGS=-lquickjs QUICKJS_DIR=${XBPS_CROSS_BASE}/usr/include/quickjs"
make_build_args="QUICKJS_LDFLAGS=-lquickjs QUICKJS_INCLUDE=${XBPS_CROSS_BASE}/usr/include/quickjs"
make_use_env=true
short_desc="Line-oriented text editor, web browser and mail client similar to ed(1)"
maintainer="Leah Neukirchen <[email protected]>"
license="GPL-3.0-or-later, MIT"
homepage="http://edbrowse.org/"
changelog="https://raw.githubusercontent.com/CMB/edbrowse/master/CHANGES"
distfiles="https://github.com/CMB/edbrowse/archive/v${version}.tar.gz"
checksum=2c7f6a07e5897060527b6cc5c19c45106444e2c4d8c9799434973c352d9ce4e6
checksum=56106e0e45bacbf6a400d3ae4e0ad86e3950286e1f8aa3baa05148fee8f682c1

do_install() {
vbin src/edbrowse
Expand Down

0 comments on commit f3faf4c

Please sign in to comment.