Upgrade git-tools to 2020.09

This commit is contained in:
lauk001 2022-06-23 15:44:47 +08:00
parent 101c646227
commit fd3b268f1b
5 changed files with 10 additions and 3 deletions

Binary file not shown.

BIN
git-tools-2020.09.tar.gz Normal file

Binary file not shown.

View File

@ -1,12 +1,12 @@
%bcond_with bootstrap
Name: git-tools
Version: 2019.11
Version: 2020.09
Release: 1
Summary: Assorted git-related scripts
License: GPL3
License: GPL-3.0
URL: https://github.com/MestreLion/git-tools
Source0: https://github.com/MestreLion/git-tools/archive/%{name}-%{version}.tar.gz
Source0: https://github.com/MestreLion/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildArch: noarch
@ -42,5 +42,8 @@ install -m644 man1/git-* %{buildroot}%{_mandir}/man1/
%changelog
* Thu Jun 23 2022 liukuo <liukuo@kylinos.cn> - 2020.09-1
- Upgrade git-tools to 2020.09
* Tue Apr 28 2020 Wei Xiong <myeuler@163.com>
- init package

4
git-tools.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: github
src_repo: MestreLion/git-tools
tag_prefix: "^v"
separator: "."

BIN
v2020.09.tar.gz Normal file

Binary file not shown.