git: update ver

This commit is contained in:
Ella-0 2021-07-31 09:40:41 +00:00
parent 87a0c74418
commit c1be13f67a

View file

@ -1,4 +1,4 @@
pkgver=2.30.0
pkgver=2.32.0
pkgname=git
pkgrel=1
deps="musl:zlib:curl:dropbear"
@ -6,7 +6,7 @@ bad="gmake"
ext="doc"
fetch() {
curl "https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.30.0.tar.xz" -o $pkgname-$pkgver.tar.xz
curl "https://mirrors.edge.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz" -o $pkgname-$pkgver.tar.xz
tar -xf $pkgname-$pkgver.tar.xz
}