hg-evolve: update to 11.0.2.

This commit is contained in:
icp 2023-07-10 14:19:09 +05:30 committed by classabbyamp
parent 60ae3372b2
commit 1417d4f652

View file

@ -1,8 +1,8 @@
# Template file for 'hg-evolve' # Template file for 'hg-evolve'
pkgname=hg-evolve pkgname=hg-evolve
version=11.0.1 version=11.0.2
revision=1 revision=1
_hg_version=6.3.2 # sync with mercurial version in repo" _hg_version=6.5 # sync with mercurial version in void repos
build_style=python3-module build_style=python3-module
build_wrksrc="hg-evolve-${version}" build_wrksrc="hg-evolve-${version}"
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
@ -12,11 +12,11 @@ short_desc="Mercurial extension for faster and safer mutable history"
maintainer="icp <pangolin@vivaldi.net>" maintainer="icp <pangolin@vivaldi.net>"
license="GPL-2.0-or-later" license="GPL-2.0-or-later"
homepage="https://www.mercurial-scm.org/doc/evolution/" homepage="https://www.mercurial-scm.org/doc/evolution/"
changelog="https://www.mercurial-scm.org/repo/evolve/file/tip/CHANGELOG" changelog="https://repo.mercurial-scm.org/evolve/file/tip/CHANGELOG"
distfiles="${PYPI_SITE}/h/hg-evolve/hg-evolve-${version}.tar.gz distfiles="${PYPI_SITE}/h/hg-evolve/hg-evolve-${version}.tar.gz
https://www.mercurial-scm.org/release/mercurial-${_hg_version}.tar.gz" https://www.mercurial-scm.org/release/mercurial-${_hg_version}.tar.gz"
checksum="82ea42df9a4b40e2604a65e2069f8ac6a5ae317de22925fdc4352d11a07fc054 checksum="a8351115c0e6ef3bc312fd59f9aa17b457db8a5ba5eaae8a9648c1be191e6243
cfe6eeb5dd893ab32c0b79c1531aac420773e0fc837a35db3d4d92703df45a98" a5603d0d395ebf67fe5d27abbb3bd37fcc01871ecf394c793672d2c1e68be7e7"
do_check() { do_check() {
_skips="check-compat-strings check-sdist version-install" _skips="check-compat-strings check-sdist version-install"