Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upd(git): 2.45.0 -> 2.47.0 #6648

Merged
merged 1 commit into from
Nov 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading