git-filter-repo: update to 2.34.0.
This commit is contained in:
parent
0013201bbd
commit
d557a1c5af
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'git-filter-repo'
|
# Template file for 'git-filter-repo'
|
||||||
pkgname=git-filter-repo
|
pkgname=git-filter-repo
|
||||||
version=2.33.0
|
version=2.34.0
|
||||||
revision=2
|
revision=1
|
||||||
depends="git python3"
|
depends="git python3"
|
||||||
checkdepends="git python3 perl rsync dos2unix"
|
checkdepends="git python3 perl rsync dos2unix"
|
||||||
short_desc="Versatile tool for rewriting git history"
|
short_desc="Versatile tool for rewriting git history"
|
||||||
|
@ -9,7 +9,7 @@ maintainer="Cameron Nemo <cnemo@tutanota.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/newren/git-filter-repo/"
|
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"
|
distfiles="https://github.com/newren/git-filter-repo/releases/download/v${version}/git-filter-repo-${version}.tar.xz"
|
||||||
checksum=7bcf11da134bbd82a4171f7fb28a3ab7bc4d478fe8ec3a3d9580e4bbdc32e6e9
|
checksum=b1bf46af1e6a91a54056d0254e480803db8e40f631336c559a1a94d2a08389c4
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
t/run_tests
|
t/run_tests
|
||||||
|
|
Loading…
Reference in New Issue