Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/mercurial/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'mercurial'
pkgname=mercurial
version=7.1.2
version=7.2.2
revision=1
build_style=python3-module
hostmakedepends="python3-devel python3-setuptools python3-setuptools_scm gettext"
Expand All @@ -13,7 +13,7 @@ license="GPL-2.0-or-later"
homepage="https://www.mercurial-scm.org/"
changelog="https://foss.heptapod.net/mercurial/hg-website/-/raw/branch/default/source/relnotes/7.0.md"
distfiles="https://www.mercurial-scm.org/release/mercurial-${version}.tar.gz"
checksum=ce27b9a4767cf2ea496b51468bae512fa6a6eaf0891e49f8961dc694b4dc81ca
checksum=f2ec8e7eeef0500591706d374555f0ceb118822068e75fa3b32be07dd2184f6c

pre_check() {
if [ "$XBPS_TARGET_LIBC" = musl ]; then
Expand Down