From 6b62e5fe2059760db2ad0d8a4ae7565e958e62a8 Mon Sep 17 00:00:00 2001 From: Jeff Huang Date: Wed, 6 Apr 2016 05:28:14 +0100 Subject: [PATCH] mercurial: update to 3.7.3 to fix security issues. --- mercurial/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mercurial/PKGBUILD b/mercurial/PKGBUILD index c85a1a76b..225c8e706 100644 --- a/mercurial/PKGBUILD +++ b/mercurial/PKGBUILD @@ -1,5 +1,5 @@ pkgname=mercurial -pkgver=3.5 +pkgver=3.7.3 pkgrel=1 pkgdesc="A scalable distributed SCM tool" arch=('x86_64') @@ -10,7 +10,7 @@ optdepends=('tk: for the hgk GUI') backup=('etc/mercurial/hgrc') source=("http://www.selenic.com/mercurial/release/${pkgname}-${pkgver}.tar.gz" 'mercurial.profile') -md5sums=('3e3010e12759d3783ab7ed93de627da1' +md5sums=('f47c9c76b7bf429dafecb71fa81c01b4' '43e1d36564d4c7fbe9a091d3ea370a44') prepare() { -- GitLab