diff options
author | Juergen Daubert <jue@jue.li> | 2011-07-06 17:43:24 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2011-07-06 17:43:24 +0200 |
commit | 42dc1c5832d3d6dc433cb82b7a1760f05d977b61 (patch) | |
tree | 1f29c51dec52e8ad8b9a168df3147a3409bf28f6 /aspell | |
parent | af52ca6e255dd5dc1a4a4ef1a250d43958abbb71 (diff) | |
download | opt-42dc1c5832d3d6dc433cb82b7a1760f05d977b61.tar.gz opt-42dc1c5832d3d6dc433cb82b7a1760f05d977b61.tar.xz |
aspell: update to 0.60.6.1
Diffstat (limited to 'aspell')
-rw-r--r-- | aspell/.footprint | 12 | ||||
-rw-r--r-- | aspell/.md5sum | 2 | ||||
-rw-r--r-- | aspell/Pkgfile | 4 |
3 files changed, 9 insertions, 9 deletions
diff --git a/aspell/.footprint b/aspell/.footprint index b04641187..9bd75e6c1 100644 --- a/aspell/.footprint +++ b/aspell/.footprint @@ -103,13 +103,13 @@ drwxr-xr-x root/root usr/lib/aspell-0.60/ -rw-r--r-- root/root usr/lib/aspell-0.60/texinfo.amf -rw-r--r-- root/root usr/lib/aspell-0.60/url.amf -rwxr-xr-x root/root usr/lib/libaspell.la -lrwxrwxrwx root/root usr/lib/libaspell.so -> libaspell.so.15.1.4 -lrwxrwxrwx root/root usr/lib/libaspell.so.15 -> libaspell.so.15.1.4 --rwxr-xr-x root/root usr/lib/libaspell.so.15.1.4 +lrwxrwxrwx root/root usr/lib/libaspell.so -> libaspell.so.15.1.5 +lrwxrwxrwx root/root usr/lib/libaspell.so.15 -> libaspell.so.15.1.5 +-rwxr-xr-x root/root usr/lib/libaspell.so.15.1.5 -rwxr-xr-x root/root usr/lib/libpspell.la -lrwxrwxrwx root/root usr/lib/libpspell.so -> libpspell.so.15.1.4 -lrwxrwxrwx root/root usr/lib/libpspell.so.15 -> libpspell.so.15.1.4 --rwxr-xr-x root/root usr/lib/libpspell.so.15.1.4 +lrwxrwxrwx root/root usr/lib/libpspell.so -> libpspell.so.15.1.5 +lrwxrwxrwx root/root usr/lib/libpspell.so.15 -> libpspell.so.15.1.5 +-rwxr-xr-x root/root usr/lib/libpspell.so.15.1.5 drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man1/ -rw-r--r-- root/root usr/man/man1/aspell-import.1.gz diff --git a/aspell/.md5sum b/aspell/.md5sum index 33fe6c88c..b8c4047d6 100644 --- a/aspell/.md5sum +++ b/aspell/.md5sum @@ -1 +1 @@ -bc80f0198773d5c05086522be67334eb aspell-0.60.6.tar.gz +e66a9c9af6a60dc46134fdacf6ce97d7 aspell-0.60.6.1.tar.gz diff --git a/aspell/Pkgfile b/aspell/Pkgfile index 3ebe79168..168effbf4 100644 --- a/aspell/Pkgfile +++ b/aspell/Pkgfile @@ -4,8 +4,8 @@ # Depends on: ncurses name=aspell -version=0.60.6 -release=2 +version=0.60.6.1 +release=1 source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz) build () { |