update to 0.66.8

This commit is contained in:
gil 2016-08-20 23:53:56 +02:00
commit cc1a9da604
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
/0.33.3.tar.gz
/0.33.7.tar.gz
/0.66.4.tar.gz
/aesh-0.66.8.tar.gz

View file

@ -1,10 +1,10 @@
Name: aesh
Version: 0.66.4
Release: 2%{dist}
Version: 0.66.8
Release: 1%{dist}
Summary: Another Extendable SHell
License: ASL 2.0
URL: http://aeshell.github.io/
Source0: https://github.com/aeshell/aesh/archive/%{version}.tar.gz
Source0: https://github.com/aeshell/aesh/archive/%{version}/%{name}-%{version}.tar.gz
BuildRequires: maven-local
BuildRequires: mvn(junit:junit)
@ -48,6 +48,9 @@ rm src/test/java/org/jboss/aesh/parser/ParserTest.java
%license LICENSE
%changelog
* Sat Aug 20 2016 gil cattaneo <puntogil@libero.it> 0.66.8-1
- update to 0.66.8
* Thu Jun 23 2016 gil cattaneo <puntogil@libero.it> 0.66.4-2
- disable test failure

View file

@ -1 +1 @@
59a28ba7e4e6a0a9b4359f40ab61735a 0.66.4.tar.gz
be65c057ab8ad0096a142f05db737dda aesh-0.66.8.tar.gz