git: update ver
This commit is contained in:
parent
87a0c74418
commit
c1be13f67a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue