chore(update): Latest git snapshot

This commit is contained in:
Artem Polishchuk 2022-08-30 15:11:20 +03:00
commit 7f35ced006
3 changed files with 6 additions and 6 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
/vim-pathogen-0.20181213gite9fb091.tar.gz
/vim-pathogen-2.4.20190625gitc6bc424.tar.gz
/vim-pathogen-2.4.20210104gite0a3efb.tar.gz
/vim-pathogen-2.4.20220824gitac4dd94.tar.gz

View file

@ -1 +1 @@
SHA512 (vim-pathogen-2.4.20210104gite0a3efb.tar.gz) = 07460cfa331ac2173dc13fb469c69cfaf674f3d76abcfbc28ff83e3d053c5d06d0cee2887beba5b180c09f02494b359ba648517b8041932d0c3093edc6d4757f
SHA512 (vim-pathogen-2.4.20220824gitac4dd94.tar.gz) = b151122da9abccd95e4273bb452e0dfdcf6c0f92340cad06ea605a516d91eec4aac094b834618801cdabcfb79d1a066a6617d59f16ad87d1472ca6cd7b4098bf

View file

@ -1,19 +1,18 @@
%global commit e0a3efbda5ea8e5b181b2b232ef6453c05d07732
%global commit ac4dd9494fa9008754e49dff85bff1b5746c89b4
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global date 20210104
%global date 20220824
Name: vim-pathogen
Version: 2.4
Release: %autorelease
Summary: Manage your runtimepath
BuildArch: noarch
License: Vim
URL: https://github.com/tpope/vim-pathogen
Source0: %{url}/archive/%{commit}/%{name}-%{version}.%{date}git%{shortcommit}.tar.gz
Source1: %{name}.metainfo.xml
BuildArch: noarch
BuildRequires: libappstream-glib
BuildRequires: vim-filesystem
@ -30,7 +29,7 @@ For new users, I recommend using Vim's built-in package management instead:
%prep
%autosetup -n %{name}-%{commit} -p1
%autosetup -n %{name}-%{commit}
%install