mercurial: update to 2.3.1.
This commit is contained in:
parent
a052ba0abf
commit
342f7c0377
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'mercurial'
|
||||
pkgname=mercurial
|
||||
version=2.3
|
||||
version=2.3.1
|
||||
revision=1
|
||||
build_style=python-module
|
||||
makedepends="python-devel"
|
||||
pycompile_module="$pkgname hgext"
|
||||
pycompile_module="${pkgname} hgext"
|
||||
short_desc="Fast, lightweight source control management system"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="http://mercurial.selenic.com"
|
||||
distfiles="$homepage/release/$pkgname-$version.tar.gz"
|
||||
checksum=456cb8a9fb15606a04d81589a3459d258149170008ca64c62e5a6cbaf5f0fe5f
|
||||
distfiles="${homepage}/release/${pkgname}-${version}.tar.gz"
|
||||
checksum=ef587fdd3b062e08eb4012e7870f4d0a00fd834f11578bfba80313b10f808541
|
||||
long_desc="
|
||||
Mercurial is a fast, lightweight Source Control Management system
|
||||
designed for efficient handling of very large distributed projects.
|
||||
|
|
Loading…
Reference in New Issue