git-filter-repo: update to 2.33.0.
This commit is contained in:
parent
31d2d5cd74
commit
8ec98a0dee
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'git-filter-repo'
|
||||
pkgname=git-filter-repo
|
||||
version=2.27.0
|
||||
revision=2
|
||||
version=2.33.0
|
||||
revision=1
|
||||
depends="git python3"
|
||||
checkdepends="git python3 perl rsync dos2unix"
|
||||
short_desc="Versatile tool for rewriting git history"
|
||||
|
@ -9,15 +9,10 @@ maintainer="Cameron Nemo <cnemo@tutanota.com>"
|
|||
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=41edbb53eb83fce292eb28f044002dc772849ce72053c74715e882c8f1053eef
|
||||
checksum=7bcf11da134bbd82a4171f7fb28a3ab7bc4d478fe8ec3a3d9580e4bbdc32e6e9
|
||||
|
||||
do_check() {
|
||||
cd t
|
||||
for f in ./t[0-9][0-9][0-9][0-9]-*.sh
|
||||
do
|
||||
echo "Running $f"
|
||||
$f
|
||||
done
|
||||
t/run_tests
|
||||
}
|
||||
|
||||
do_install() {
|
||||
|
|
Loading…
Reference in New Issue