From 7a5a1e7b658196e9607faa2ce0ab827eb28db337 Mon Sep 17 00:00:00 2001 From: ook37 Date: Wed, 13 Nov 2024 20:45:01 -0500 Subject: [PATCH] upd(git): `2.45.0` -> `2.47.0` --- packages/git/.SRCINFO | 6 +++--- packages/git/git.pacscript | 4 ++-- srclist | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/git/.SRCINFO b/packages/git/.SRCINFO index f312f8ec15..375d436e60 100644 --- a/packages/git/.SRCINFO +++ b/packages/git/.SRCINFO @@ -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 @@ -20,7 +20,7 @@ pkgbase = git replaces = git maintainer = Oren Klopfer 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 diff --git a/packages/git/git.pacscript b/packages/git/git.pacscript index febe82e49e..c231e3bda7 100644 --- a/packages/git/git.pacscript +++ b/packages/git/git.pacscript @@ -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 ") prepare() { diff --git a/srclist b/srclist index 35d732bc1a..548a1735bf 100644 --- a/srclist +++ b/srclist @@ -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 @@ -3318,8 +3318,8 @@ pkgbase = git replaces = git maintainer = Oren Klopfer 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 ---