update to 0.4.4

This commit is contained in:
Jens Petersen 2016-06-26 20:38:57 +09:00
parent c03ee1ca74
commit ce20d91749
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@
/ShellCheck-0.3.5.tar.gz
/ShellCheck-0.3.7.tar.gz
/ShellCheck-0.3.8.tar.gz
/ShellCheck-0.4.4.tar.gz

View File

@ -1,3 +1,4 @@
# generated by cabal-rpm-0.9.12
# https://fedoraproject.org/wiki/Packaging:Haskell
%global pkg_name ShellCheck
@ -7,7 +8,7 @@
%endif
Name: %{pkg_name}
Version: 0.3.8
Version: 0.4.4
Release: 1%{?dist}
Summary: Shell script analysis tool
@ -25,8 +26,8 @@ BuildRequires: ghc-directory-devel
BuildRequires: ghc-json-devel
BuildRequires: ghc-mtl-devel
BuildRequires: ghc-parsec-devel
BuildRequires: ghc-process-devel
BuildRequires: ghc-regex-tdfa-devel
BuildRequires: ghc-transformers-devel
# End cabal-rpm deps
BuildRequires: pandoc
@ -112,6 +113,9 @@ rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
%changelog
* Sun Jun 26 2016 Jens Petersen <petersen@redhat.com> - 0.4.4-1
- update to 0.4.4
* Mon Mar 7 2016 Jens Petersen <petersen@redhat.com> - 0.3.8-1
- update to 0.3.8
- skip tests on armv7hl

View File

@ -1 +1 @@
af85af7c1bf4044eafa19ba7edf10061 ShellCheck-0.3.8.tar.gz
c0625b85e5a8553101d489b09301c422 ShellCheck-0.4.4.tar.gz