Skip to content

Commit

Permalink
upd(git): 2.45.0 -> 2.47.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ook37 committed Nov 14, 2024
1 parent 31df3f5 commit 7a5a1e7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions packages/git/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgbase = git
pkgver = 2.45.0
pkgver = 2.47.0
pkgdesc = git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals
arch = any
makedepends = dh-autoreconf
Expand All @@ -20,7 +20,7 @@ pkgbase = git
replaces = git
maintainer = Oren Klopfer <[email protected]>
repology = project: git
source = https://www.kernel.org/pub/software/scm/git/git-2.45.0.tar.gz
sha256sums = a0fc1410878716add0a3c0cf3d35728f3a7c960f751c657656cca0212bf89e65
source = https://www.kernel.org/pub/software/scm/git/git-2.47.0.tar.gz
sha256sums = a84a7917e0ab608312834413f01fc01edc7844f9f9002ba69f3b4f4bcb8d937a

pkgname = git
4 changes: 2 additions & 2 deletions packages/git/git.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ replaces=("${pkgname}")
repology=("project: git")
breaks=("${pkgname}-${pkgname}")
arch=("any")
pkgver="2.45.0"
pkgver="2.47.0"
source=("https://www.kernel.org/pub/software/scm/${pkgname}/${pkgname}-${pkgver}.tar.gz")
makedepends=("dh-autoreconf" "cmake" "gcc" "libcurl4-gnutls-dev" "libexpat1-dev" "gettext" "libz-dev" "libssl-dev" "asciidoc" "xmlto" "docbook2x" "install-info" "zlib1g-dev" "zlib1g")
pkgdesc="git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals"
sha256sums=("a0fc1410878716add0a3c0cf3d35728f3a7c960f751c657656cca0212bf89e65")
sha256sums=("a84a7917e0ab608312834413f01fc01edc7844f9f9002ba69f3b4f4bcb8d937a")
maintainer=("Oren Klopfer <[email protected]>")

prepare() {
Expand Down
6 changes: 3 additions & 3 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -3297,7 +3297,7 @@ pkgbase = git-extras-git
pkgname = git-extras-git
---
pkgbase = git
pkgver = 2.45.0
pkgver = 2.47.0
pkgdesc = git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals
arch = any
makedepends = dh-autoreconf
Expand All @@ -3318,8 +3318,8 @@ pkgbase = git
replaces = git
maintainer = Oren Klopfer <[email protected]>
repology = project: git
source = https://www.kernel.org/pub/software/scm/git/git-2.45.0.tar.gz
sha256sums = a0fc1410878716add0a3c0cf3d35728f3a7c960f751c657656cca0212bf89e65
source = https://www.kernel.org/pub/software/scm/git/git-2.47.0.tar.gz
sha256sums = a84a7917e0ab608312834413f01fc01edc7844f9f9002ba69f3b4f4bcb8d937a

pkgname = git
---
Expand Down

0 comments on commit 7a5a1e7

Please sign in to comment.