fossil: update to 2.23
This commit is contained in:
parent
ab3f031a4c
commit
a5ee5216a9
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'fossil'
|
# Template file for 'fossil'
|
||||||
pkgname=fossil
|
pkgname=fossil
|
||||||
version=2.22
|
version=2.23
|
||||||
revision=2
|
revision=1
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="--disable-internal-sqlite --prefix=/usr
|
configure_args="--disable-internal-sqlite --prefix=/usr
|
||||||
--with-sqlite=${XBPS_CROSS_BASE}/usr/include --json"
|
--with-sqlite=${XBPS_CROSS_BASE}/usr/include --json"
|
||||||
|
@ -13,7 +13,7 @@ license="BSD-2-Clause"
|
||||||
homepage="https://www.fossil-scm.org"
|
homepage="https://www.fossil-scm.org"
|
||||||
changelog="https://www.fossil-scm.org/home/doc/trunk/www/changes.wiki"
|
changelog="https://www.fossil-scm.org/home/doc/trunk/www/changes.wiki"
|
||||||
distfiles="https://fossil-scm.org/home/tarball/version-${version}/fossil-${version}.tar.gz"
|
distfiles="https://fossil-scm.org/home/tarball/version-${version}/fossil-${version}.tar.gz"
|
||||||
checksum=81d823ff6f5d175b384dfa84eeba0d052da73a37cd66cd72b786e71671210d6b
|
checksum=75f808e81351018a9716746d9ef1a1fe1bb1904733e8b418643881d381988593
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
vsed -i 's/test_system_sqlite$/# &/' auto.def # failing on cross
|
vsed -i 's/test_system_sqlite$/# &/' auto.def # failing on cross
|
||||||
|
|
Loading…
Reference in New Issue