mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 03:23:50 +02:00
mercurial: update to 4.8.
This commit is contained in:
parent
9b0fa98299
commit
737a2ca86c
1 changed files with 3 additions and 3 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'mercurial'
|
# Template file for 'mercurial'
|
||||||
pkgname=mercurial
|
pkgname=mercurial
|
||||||
version=4.7.2
|
version=4.8
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
|
pycompile_module="hgdemandimport hgext hgext3rd mercurial"
|
||||||
hostmakedepends="python-devel"
|
hostmakedepends="python-devel"
|
||||||
makedepends="python-devel"
|
makedepends="python-devel"
|
||||||
depends="ca-certificates"
|
depends="ca-certificates"
|
||||||
pycompile_module="hgdemandimport hgext hgext3rd mercurial"
|
|
||||||
short_desc="Fast, lightweight source control management system"
|
short_desc="Fast, lightweight source control management system"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://www.mercurial-scm.org/"
|
homepage="https://www.mercurial-scm.org/"
|
||||||
distfiles="https://www.mercurial-scm.org/release/mercurial-${version}.tar.gz"
|
distfiles="https://www.mercurial-scm.org/release/mercurial-${version}.tar.gz"
|
||||||
checksum=97f0594216f2348a2e37b2ad8a56eade044e741153fee8c584487e9934ca09fb
|
checksum=c56b403ad3b83ea91f3758c6df25b9f77deb4affada6c63160b3d325dc923f03
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vmkdir usr/share/man/man1
|
vmkdir usr/share/man/man1
|
||||||
|
|
Loading…
Add table
Reference in a new issue