fossil: update to 2.6.
Closes #14913. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
fcda830b2c
commit
a3924c5073
1 changed files with 4 additions and 4 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'fossil'
|
# Template file for 'fossil'
|
||||||
pkgname=fossil
|
pkgname=fossil
|
||||||
version=2.5
|
version=2.6
|
||||||
revision=3
|
revision=1
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="--disable-internal-sqlite --prefix=/usr"
|
configure_args="--disable-internal-sqlite --prefix=/usr"
|
||||||
hostmakedepends="tcl"
|
hostmakedepends="tcl"
|
||||||
makedepends="zlib-devel libressl-devel readline-devel sqlite-devel"
|
makedepends="zlib-devel libressl-devel readline-devel sqlite-devel"
|
||||||
short_desc="Simple, high-reliability, distributed software configuration management"
|
short_desc="Simple, high-reliability, distributed software configuration management"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="2-clause-BSD"
|
license="BSD-2-Clause"
|
||||||
homepage="https://www.fossil-scm.org"
|
homepage="https://www.fossil-scm.org"
|
||||||
distfiles="https://www.fossil-scm.org/index.html/uv/fossil-src-${version}.tar.gz"
|
distfiles="https://www.fossil-scm.org/index.html/uv/fossil-src-${version}.tar.gz"
|
||||||
checksum=f9b07360811f432dfb36ebfb44c83886872556ecce1c80387629ce90e1e4aad3
|
checksum=76a794555918be179850739a90f157de0edb8568ad552b4c40ce186c79ff6ed9
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vman fossil.1
|
vman fossil.1
|
||||||
|
|
Loading…
Reference in a new issue