Skip to content
Open
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
4 changes: 2 additions & 2 deletions srcpkgs/git-filter-repo/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'git-filter-repo'
pkgname=git-filter-repo
version=2.34.0
version=2.47.0
revision=5

Check failure on line 4 in srcpkgs/git-filter-repo/template

View workflow job for this annotation

GitHub Actions / Lint templates

Template Lint

revision should be set to 1 on update
depends="git python3"
checkdepends="git python3 perl rsync dos2unix"
short_desc="Versatile tool for rewriting git history"
Expand All @@ -9,7 +9,7 @@
license="MIT"
homepage="https://github.com/newren/git-filter-repo/"
distfiles="https://github.com/newren/git-filter-repo/releases/download/v${version}/git-filter-repo-${version}.tar.xz"
checksum=b1bf46af1e6a91a54056d0254e480803db8e40f631336c559a1a94d2a08389c4
checksum=4662cbe5918196a9f1b5b3e1211a32e61cff1812419c21df4f47c5439f09e902

do_check() {
t/run_tests
Expand Down
Loading