mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
chroot-git: update to 1.8.2.
This commit is contained in:
parent
8e08e3f61f
commit
8fcaaa86ab
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template build file for "chroot-git".
|
# Template build file for "chroot-git".
|
||||||
pkgname=chroot-git
|
pkgname=chroot-git
|
||||||
version=1.8.1.3
|
version=1.8.2
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="git-$version"
|
wrksrc="git-$version"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -12,9 +12,10 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://git-scm.com/"
|
homepage="http://git-scm.com/"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="http://git-core.googlecode.com/files/git-$version.tar.gz"
|
distfiles="http://git-core.googlecode.com/files/git-$version.tar.gz"
|
||||||
checksum=3753247dbfd802aaf1cb2c917b8e873b6ed13c009ab0fa5f7d90b3c759195ff1
|
checksum=c2f35bcefa4f62a54c4bde41cc0f1cd3ddf03e9a6bc8a79557f1683789f213e6
|
||||||
|
|
||||||
conflicts="git>=0"
|
conflicts="git>=0"
|
||||||
|
provides="git-${version}"
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
|
|
||||||
if [ "$CHROOT_READY" ]; then
|
if [ "$CHROOT_READY" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue