fossil: bump version (#6188)

This commit is contained in:
Zakero
2021-09-14 10:54:45 -05:00
committed by GitHub
parent 09acecd87c
commit 38e72bdc4c

View File

@@ -7,12 +7,13 @@ mechanism all in a single integrated package.
Additionally, Fossil also has a built-in and easy-to-use web interface that \
simplifies project tracking and promotes situational awareness."
HOMEPAGE="https://www.fossil-scm.org/"
COPYRIGHT="2007-2019 D. Richard Hipp"
COPYRIGHT="2007-2021 D. Richard Hipp"
LICENSE="BSD (2-clause)"
REVISION="2"
SOURCE_URI="https://www.fossil-scm.org/index.html/uv/fossil-src-$portVersion.tar.gz"
CHECKSUM_SHA256="d8a3776d2ce77385ed5ff20a2776d13bb534fb2508e87351e14e94f91cd12b10"
SOURCE_DIR="fossil-$portVersion"
tag="7aedd5675883d4412cf20917d340b6985e3ecb842e88a39f135df034b2d5f4d3"
SOURCE_URI="https://fossil-scm.org/home/tarball/$tag/fossil-src-$portVersion.tar.gz"
CHECKSUM_SHA256="fab37e8093932b06b586e99a792bf9b20d00d530764b5bddb1d9a63c8cdafa14"
SOURCE_DIR="fossil-src-$portVersion"
ARCHITECTURES="!x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86"
@@ -45,7 +46,7 @@ BUILD()
{
# not an autotools configure
./configure --prefix=$prefix
make
make $jobArgs
}
INSTALL()