git-filter-repo: update to 2.25.0.
This commit is contained in:
parent
48db0046a8
commit
6e6fd7ee79
|
@ -1,16 +1,15 @@
|
|||
# Template file for 'git-filter-repo'
|
||||
pkgname=git-filter-repo
|
||||
version=2.24.0
|
||||
revision=2
|
||||
version=2.25.0
|
||||
revision=1
|
||||
archs=noarch
|
||||
pycompile_module="git_filter_repo"
|
||||
depends="git python3"
|
||||
short_desc="Versatile tool for rewriting git history"
|
||||
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=92188d3c44b9ff0dd40dfeed72859e0a088f775c12fb24c4e3e27a8064cfcc84
|
||||
checksum=ea8cdb7dca68111e819d141fc4d302b811c1e5362c12de7403882ba9908be29c
|
||||
|
||||
do_install() {
|
||||
vlicense COPYING.mit
|
||||
|
|
Loading…
Reference in New Issue