diff --git a/.SRCINFO b/.SRCINFO index 1a35c5bf5f3a..ce71b18565f9 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,14 +1,14 @@ pkgbase = git-htmldocs pkgdesc = HTML documentation files for Git - pkgver = 2.52.0 + pkgver = 2.53.0 pkgrel = 1 url = https://git-scm.com/ arch = any license = GPL-2.0-only - source = https://www.kernel.org/pub/software/scm/git/git-htmldocs-2.52.0.tar.xz - source = https://www.kernel.org/pub/software/scm/git/git-htmldocs-2.52.0.tar.sign + source = https://www.kernel.org/pub/software/scm/git/git-htmldocs-2.53.0.tar.xz + source = https://www.kernel.org/pub/software/scm/git/git-htmldocs-2.53.0.tar.sign validpgpkeys = 96E07AF25771955980DAD10020D04E5A713660A7 - sha256sums = e6efd0da47a15b6a59401c8c5c8944e4315b18a176b89bb57812778d6307be84 + sha256sums = 994b93cbf25a9c13f1206dcc1751f0559633d5152155e16fc025ab776af08e0d sha256sums = SKIP pkgname = git-htmldocs diff --git a/PKGBUILD b/PKGBUILD index 467f3feb9684..1ef5320ff4c6 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Victoria Mitchell pkgname='git-htmldocs' -pkgver=2.52.0 +pkgver=2.53.0 pkgrel=1 pkgdesc='HTML documentation files for Git' arch=('any') @@ -14,7 +14,7 @@ makedepends=() checkdepends=() optdepends=() source=("https://www.kernel.org/pub/software/scm/git/$pkgname-$pkgver.tar."{xz,sign}) -sha256sums=('e6efd0da47a15b6a59401c8c5c8944e4315b18a176b89bb57812778d6307be84' +sha256sums=('994b93cbf25a9c13f1206dcc1751f0559633d5152155e16fc025ab776af08e0d' 'SKIP') validpgpkeys=('96E07AF25771955980DAD10020D04E5A713660A7') # Junio C Hamano