Skip to content

Commit

Permalink
git-filter-repo: Update to 2.47.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Dec 13, 2024
1 parent 6b1b450 commit fe00144
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions git-filter-repo/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: James Morris <jamesmorris2@gmail.com>

pkgname=git-filter-repo
pkgver=2.38.0
pkgver=2.47.0
pkgrel=1
pkgdesc='Quickly rewrite git repository history (filter-branch replacement)'
arch=('any')
Expand All @@ -10,7 +10,7 @@ license=('MIT')
depends=('git' 'python')
source=("https://github.com/newren/git-filter-repo/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz")
noextract=("${pkgname}-${pkgver}.tar.xz")
sha256sums=('db954f4cae9e47c6be3bd3161bc80540d44f5379cb9cf9df498f4e019f0a41a9')
sha256sums=('4662cbe5918196a9f1b5b3e1211a32e61cff1812419c21df4f47c5439f09e902')

prepare() {
# tar chokes on a symlink in the contrib directory
Expand Down

0 comments on commit fe00144

Please sign in to comment.