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'
|
# Template file for 'git-filter-repo'
|
||||||
pkgname=git-filter-repo
|
pkgname=git-filter-repo
|
||||||
version=2.24.0
|
version=2.25.0
|
||||||
revision=2
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
pycompile_module="git_filter_repo"
|
|
||||||
depends="git python3"
|
depends="git python3"
|
||||||
short_desc="Versatile tool for rewriting git history"
|
short_desc="Versatile tool for rewriting git history"
|
||||||
maintainer="Cameron Nemo <cnemo@tutanota.com>"
|
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=92188d3c44b9ff0dd40dfeed72859e0a088f775c12fb24c4e3e27a8064cfcc84
|
checksum=ea8cdb7dca68111e819d141fc4d302b811c1e5362c12de7403882ba9908be29c
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vlicense COPYING.mit
|
vlicense COPYING.mit
|
||||||
|
|
Loading…
Reference in New Issue