mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
fossil: update to 2.24.
This commit is contained in:
parent
e2a386eb12
commit
952b29d6b4
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'fossil'
|
# Template file for 'fossil'
|
||||||
pkgname=fossil
|
pkgname=fossil
|
||||||
version=2.23
|
version=2.24
|
||||||
revision=1
|
revision=1
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="--disable-internal-sqlite --prefix=/usr
|
configure_args="--disable-internal-sqlite --prefix=/usr
|
||||||
|
@ -8,12 +8,12 @@ configure_args="--disable-internal-sqlite --prefix=/usr
|
||||||
hostmakedepends="tcl"
|
hostmakedepends="tcl"
|
||||||
makedepends="zlib-devel openssl-devel sqlite-devel"
|
makedepends="zlib-devel openssl-devel sqlite-devel"
|
||||||
short_desc="Simple, high-reliability, distributed software configuration management"
|
short_desc="Simple, high-reliability, distributed software configuration management"
|
||||||
maintainer="ologantr <mrphyber@protonmail.com>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="BSD-2-Clause"
|
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=75f808e81351018a9716746d9ef1a1fe1bb1904733e8b418643881d381988593
|
checksum=95cd3c176835beb9b897076fa58171fe30b0b291f6387bb54749efbdfa962f4c
|
||||||
|
|
||||||
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…
Add table
Reference in a new issue