# $Id: PKGBUILD 163907 2012-07-22 02:21:48Z bisson $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>

pkgbase=vim-spell
pkgver=20120506
pkgrel=1
pkgdesc='Language files for Vim spell checking'
arch=('any')
url='ftp://ftp.vim.org/pub/vim/runtime/spell/'
license=('LGPL')
depends=('vim')

#pkgname=($(curl $url | awk '(!/\./&&!/check/){print "vim-spell-"$NF}'))
pkgname=('vim-spell-af'
         'vim-spell-am'
         'vim-spell-bg'
         'vim-spell-br'
         'vim-spell-ca'
         'vim-spell-cs'
         'vim-spell-cy'
         'vim-spell-da'
         'vim-spell-de'
         'vim-spell-el'
         'vim-spell-en'
         'vim-spell-eo'
         'vim-spell-es'
         'vim-spell-fo'
         'vim-spell-fr'
         'vim-spell-ga'
         'vim-spell-gd'
         'vim-spell-gl'
         'vim-spell-he'
         'vim-spell-hr'
         'vim-spell-hu'
         'vim-spell-id'
         'vim-spell-it'
         'vim-spell-ku'
         'vim-spell-la'
         'vim-spell-lt'
         'vim-spell-lv'
         'vim-spell-mg'
         'vim-spell-mi'
         'vim-spell-ms'
         'vim-spell-nb'
         'vim-spell-nl'
         'vim-spell-nn'
         'vim-spell-ny'
         'vim-spell-pl'
         'vim-spell-pt'
         'vim-spell-ro'
         'vim-spell-ru'
         'vim-spell-rw'
         'vim-spell-sk'
         'vim-spell-sl'
         'vim-spell-sv'
         'vim-spell-sw'
         'vim-spell-tet'
         'vim-spell-th'
         'vim-spell-tl'
         'vim-spell-tn'
         'vim-spell-uk'
         'vim-spell-yi'
         'vim-spell-zu')

for _i in ${pkgname[@]}; do _j=${_i/vim-spell-/}; eval "package_$_i() {
	cd \"\$srcdir\"
	install -d \"\$pkgdir\"/usr/share/vim/vimfiles/spell
	install $_j* \"\$pkgdir\"/usr/share/vim/vimfiles/spell
	[[ -f README_$_j.txt ]] \
	&& install -D README_$_j.txt \"\$pkgdir\"/usr/share/licenses/$_i/README \
	|| echo 'No README for $_j...'
}"; done

#source=($(curl $url | awk '(/\./){print "'$url'"$NF}'))
source=('ftp://ftp.vim.org/pub/vim/runtime/spell/README.txt'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_af.txt'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_am.txt'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_bg.txt'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_br.txt'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_ca.txt'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_cs.txt'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_cy.txt'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_da.txt'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_de.txt'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_el.txt'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_en.txt'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_eo.txt'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_es.txt'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_fo.txt'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_fr.txt'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_ga.txt'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_gd.txt'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_gl.txt'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_he.txt'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_hr.txt'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_hu.txt'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_id.txt'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_it.txt'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_ku.txt'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_la.txt'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_lt.txt'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_lv.txt'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_mg.txt'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_mi.txt'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_ms.txt'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_nb.txt'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_nl.txt'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_nn.txt'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_ny.txt'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_pl.txt'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_pt.txt'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_ro.txt'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_ru.txt'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_rw.txt'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_sk.txt'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_sl.txt'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_sv.txt'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_sw.txt'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_th.txt'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_tl.txt'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_tn.txt'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_uk.txt'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_yi.txt'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_zu.txt'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/af.latin1.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/af.latin1.sug'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/af.utf-8.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/af.utf-8.sug'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/am.utf-8.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/bg.cp1251.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/bg.cp1251.sug'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/bg.utf-8.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/bg.utf-8.sug'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/br.latin1.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/br.utf-8.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/ca.latin1.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/ca.latin1.sug'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/ca.utf-8.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/ca.utf-8.sug'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/check_locales.vim'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/cleanadd.vim'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/cs.cp1250.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/cs.iso-8859-2.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/cs.utf-8.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/cy.iso-8859-14.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/cy.utf-8.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/da.latin1.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/da.latin1.sug'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/da.utf-8.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/da.utf-8.sug'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/de.latin1.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/de.latin1.sug'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/de.utf-8.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/de.utf-8.sug'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/el.iso-8859-7.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/el.iso-8859-7.sug'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/el.utf-8.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/el.utf-8.sug'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/en.ascii.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/en.ascii.sug'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/en.latin1.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/en.latin1.sug'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/en.utf-8.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/en.utf-8.sug'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/eo.iso-8859-3.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/eo.utf-8.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/es.latin1.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/es.latin1.sug'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/es.utf-8.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/es.utf-8.sug'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/fixdup.vim'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/fo.latin1.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/fo.latin1.sug'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/fo.utf-8.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/fo.utf-8.sug'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/fr.latin1.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/fr.latin1.sug'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/fr.utf-8.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/fr.utf-8.sug'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/ga.latin1.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/ga.latin1.sug'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/ga.utf-8.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/ga.utf-8.sug'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/gd.latin1.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/gd.latin1.sug'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/gd.utf-8.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/gd.utf-8.sug'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/gl.latin1.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/gl.latin1.sug'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/gl.utf-8.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/gl.utf-8.sug'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/he.iso-8859-8.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/he.utf-8.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/he.vim'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/hr.cp1250.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/hr.iso-8859-2.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/hr.utf-8.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/hu.cp1250.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/hu.iso-8859-2.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/hu.utf-8.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/id.latin1.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/id.latin1.sug'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/id.utf-8.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/id.utf-8.sug'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/it.latin1.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/it.utf-8.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/ku.iso-8859-9.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/ku.utf-8.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/la.latin1.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/la.utf-8.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/lt.iso-8859-13.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/lt.utf-8.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/lv.iso-8859-13.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/lv.utf-8.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/main.aap'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/mg.latin1.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/mg.latin1.sug'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/mg.utf-8.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/mg.utf-8.sug'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/mi.iso-8859-4.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/mi.utf-8.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/ms.latin1.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/ms.latin1.sug'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/ms.utf-8.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/ms.utf-8.sug'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/nb.latin1.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/nb.latin1.sug'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/nb.utf-8.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/nb.utf-8.sug'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/nl.latin1.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/nl.latin1.sug'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/nl.utf-8.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/nl.utf-8.sug'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/nn.latin1.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/nn.latin1.sug'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/nn.utf-8.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/nn.utf-8.sug'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/ny.ascii.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/ny.iso-8859-14.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/ny.utf-8.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/pl.cp1250.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/pl.iso-8859-2.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/pl.utf-8.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/pt.latin1.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/pt.utf-8.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/ro.cp1250.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/ro.iso-8859-2.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/ro.utf-8.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/ru.cp1251.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/ru.cp1251.sug'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/ru.koi8-r.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/ru.koi8-r.sug'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/ru.utf-8.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/ru.utf-8.sug'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/rw.latin1.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/rw.latin1.sug'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/rw.utf-8.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/rw.utf-8.sug'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/sk.cp1250.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/sk.iso-8859-2.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/sk.utf-8.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/sl.cp1250.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/sl.iso-8859-2.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/sl.utf-8.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/sv.latin1.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/sv.latin1.sug'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/sv.utf-8.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/sv.utf-8.sug'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/sw.latin1.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/sw.latin1.sug'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/sw.utf-8.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/sw.utf-8.sug'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/tet.latin1.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/tet.latin1.sug'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/tet.utf-8.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/tet.utf-8.sug'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/th.utf-8.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/tl.latin1.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/tl.latin1.sug'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/tl.utf-8.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/tl.utf-8.sug'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/tn.cp1250.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/tn.iso-8859-2.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/tn.utf-8.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/uk.koi8-u.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/uk.utf-8.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/yi-tr.utf-8.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/yi.latin1.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/yi.utf-8.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/yi.vim'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/zu.ascii.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/zu.latin1.spl'
        'ftp://ftp.vim.org/pub/vim/runtime/spell/zu.utf-8.spl')

sha1sums=('3bae0ea126632c60b3bb5f2b0251efd6b2e72af4'
          '813b829eece9bc7796c5845645e27e45a6114422'
          '0d7c9d016ac01da045f237bde1fc5c168f54dc87'
          '88ec3a4a2fca121aa735a8f8e9760b40acb7a9c9'
          '914bda808f793285f59d2ff382b1188a97b1f6ad'
          'b132488eba27371f926ac285edc02c9130a50da9'
          'd1b68048e4eada754c930c2dc71c11139c82ff46'
          'aaadfe7e086f2a75a88b6c907d5e5afa867e0e04'
          '6011bad0e2eb634e945a0b3e0b0ccdd56e9b9d62'
          'f9996272dffcfdc1089135b96fc9c564e8cbaf9d'
          '5609ddad0451b132f64243269b724814fda0fc0d'
          '5bd0fbd761e9ce52b40cc48a0a2e44cf388aa278'
          'b3ff83d097f83995b0b99c20c9e4e88a5969913a'
          'f597ed98520ea85bc3cb6fc850cc2a87f8e20ed4'
          '4dae401166e430044d376d7b5fb726f7579e7adb'
          'b76922f10e9df3bb2322035cc2ca4530589ffd0a'
          'd1c1e5cc3694e340c3d880ebfe772c27d6d4cfcc'
          '8bea7e5ef41af28850c8128604742251c7dcb2a9'
          'b4c2b2258b9beae835ce9cd04b5842d4887a1a5d'
          '4fb1e945efb5a5a4503b503b12ef4d85873c5b9d'
          '1e29afe285311abe21d7a2456239c5eaff3eaeb5'
          'fe2883de0db923ea3855e355a551040a5e843e3a'
          '4eac59416cf63897b3ccce0ad2e75d5914d98c86'
          'c970838f8aac58755d6f3123646b8d3d02e034e2'
          '25828657e2c6b4a29262003da488a250df926104'
          'cb3a10f19ae640985b6570da630327e8ae48d587'
          'c8b64c4489f83a385693a6572f6e12eb98d896e5'
          '5e470dc775803b45e3942b56c2a7622566c42c34'
          '3ff605562f8de76607815c46f7bce03785973ea9'
          '2401308571169a009ba96af78341c9e8d385b561'
          'd4c176102dc804c31f89feacc6cadc845a94ca1a'
          '1dc1b7b217f8edbe042a06ff332da7659e432f4a'
          'a7b5ea3829a40f23ae2752139065963d3ba5b56a'
          '1dc1b7b217f8edbe042a06ff332da7659e432f4a'
          '3f6bea88eeaeb8ab7746dd3a36053415065872a9'
          '2eeb008861a6330b0c9ec90c2e6e815e4517bd4c'
          'c327fb6b6379517f4db913503158fc2b77cb3b61'
          '408f5dac7612812b0ad249b389bf63e82b09a9c3'
          '046441c8f185109110ca5af688b1f8c83ed5b5e9'
          'cff8edfd341e35e5fdeecdae16c6f457e9bd679a'
          '2690c67420913e89bab0e7cdac9412515e139628'
          'f6726cb41e35ff330bcb73d03f785226d68e68b9'
          '01c970cb1294f0c8f8fd8d8167601c82eac7d801'
          '033f662bebd95db47f40b69f79f244b5e5bd1d8c'
          '5e9a51f798694349763a51f7e3038381cdc84a6f'
          'e05657d507084127ff299f162ab861568246f2b0'
          '18459b537724221093bbfa299c17327a4e665944'
          '6a661c9f49ea323328d50d6bb69449386ce1f6c7'
          '39537b9336f48b839721a326e877cb99a8f3d2c5'
          '8ec46545c82a855a25eedd850fd054d971aef79b'
          'd9ac91d9b56bec7be84a06c9bd8f398c87dd623f'
          'ec231fb45fb69793d321f4473fcf6d1d1c8d2253'
          'e532f87c06a4b0a67397c52438da42afdbc18fa8'
          '33bd2b420b4f3d2fd26d3aa65c0d95c294ea4977'
          'a679ba3b27f23a660c3215d053958f886fabddf2'
          'b10cee422f14ec4cabd1943ff99dc803b7ff5d2c'
          'c79c4ac9405e803e1a89184f86406156e3f633b4'
          '0a887385b9806ac0eacb0355a173d46d34422bf3'
          '5aea564bb6f313ea40fa0357485b2a050aeb47d4'
          '086535e2cbb2bb26f21d9bd96a49dc99465c595a'
          'e0488b1cf1e90014cf200588d41946c4f9fb3609'
          'c7cccd620af16b50bd341e4d165835011d695a81'
          'f71d5441fcc2fa07ee81ef817da6387a043ed3bf'
          '166211b15098e68c42191837a177bcac6384f062'
          'dbb60edb789f4a942b128d26b0db267e0c513d98'
          '03f6ceb0a0f885bf8b011743bd60a1af5a4a06d7'
          '99c7b6ef12451d47bb687479b2ed0e55e8eb7ade'
          '6eab45df00a652c5af6c37ed54942cb5e371634f'
          '266773f8ac6d6c6a7b86dbc08754895694b9fecd'
          'd3295eb875200d4bf274e1bcbd5d9258b2f32e7b'
          '61a107feec85ec99ee63c004c895e3bdd1ba8131'
          '97ea874d0d8412ec33e44ae1e5be213ff2b8d566'
          '06b70456ea9c7e23cf67c73957c2af8c72be6de5'
          '14a773cef4f5751353a475eec587908525384850'
          'ff25c3766da86d9480926a1d651ce0b220e7dd57'
          '86fda8864fc8559f31276537d37a65bf9943e64e'
          'a5da29d29ec73ce0acc9a854383a48b2bb9fab31'
          '41b98a0b0be52df02de61b7d069ec468cb5ee1c1'
          'b9951e5c895efa756a553bf85401733fcf07d190'
          '7522242725107af064fb1bd0e0aa7c3740e7c1fd'
          '33d160c91735e895799fe33c33546ff5890eac88'
          'ea611a886242019a3a79519d120be36992515eaa'
          '464b26403722b6a431631a5ddb1524daf3e2ba6b'
          '6165b830b94e63df253057172b1c4523ae2fed9b'
          '56c2f35916b54db5ab1023c3c851852e33c634a4'
          'f42eaee8e2f2994fdf3d6798dca861786777eec4'
          '35dff798c2f2cbb20be54333a4165c27fe950d51'
          '5a145c382d2f892eccca43e6066d00b10b9be937'
          '0e52be27e7900479fa24eb523b7dc1de6612cda9'
          'ed262da7dc460084e25f1697b655df2aafa0ec74'
          '81f7931ca2dc9efb2c3f2e4189b93d7a33abd013'
          '31d36e93e5920499d3148b6bc51958fecd4aa5ad'
          '3d92c6ddb97d312a2742c9d5f6105c4b7a5e31b1'
          '91ea14665a7a509039fe449e8e8b5e6d9f94f60e'
          '39ae12c465cb3f73280c891b951b343d4d44e6e2'
          '613e9929a988b02878778fe8a9a79dbd0d252721'
          '197790381bf87cf596c4ec2da7c6d51afe928b8d'
          '32ac129403a7ef6ddbff39f681c5d18cac0cd54c'
          'f24658daa945e3d630f5ce26b674672bb4f29b64'
          '028f7f567bd2b18527e81fb026c36c0385127d99'
          '924a8795508ff56ca86922b188d69daf597f1199'
          'f44d367d4e9c828f40f8b6096980984579f64fa9'
          'c395e8c6c52f7c88bfdba9965fbd30f965bc76a8'
          '11c837bb6b79b84e1996dd7b09835c3719471dad'
          'cab42995bc4913447010898e75d5d63470dee1cf'
          'd18ad361df994247b06626cae96fa1613044b8bb'
          '8f9fabe1840cc2fe7a36f94518aef4de7f553846'
          '0c8e413655b40ad36da1985a62db01b629314271'
          'ac1369f9149289f7e9f163249a65518b65b5837c'
          'bee723b273d72f7473a32ba316c8c24dd1cd7e68'
          '91870d2f76188e05ec1681fa8490a972ec8d26ea'
          '952c8f26b3b9c31bd634abc8288845fa33fe22d7'
          '8a7edefe2c551cc310f30318b8244bf18c8a4f3f'
          'd5ac809dd59385ec3c6a45838e71b688f136353e'
          '9d82a078c49720edce1db82cc922cf9b136c49ba'
          'a11d968cb7e657c31e25cbb389c348d8615aa4f7'
          '9074c665d6e2c4361c2d53b2e9040a2fcf7f90d2'
          'e490180e6c8a243e1716762bb5412c6cc2b7cc43'
          '7aca8bf5b645b81425c9c2af7cdf0020ee8616a3'
          'e1e3477db05fd7eef24106b15b7785047776c9f1'
          '16a41aaee789f5414cedcae36212627f79c710ca'
          '7524db3c35aba30fb2600972c79c015432e71615'
          'e59e1385d6789b22aa8eaa53a897ec05c532568d'
          '7458cfc809c7ea7afff0429899468de552497e99'
          'fef6ea859b76ece39be1d40d5f182878806aaa72'
          'ca6b0d129e91e4eaa45b377a0955bf9686f89890'
          'dad2c231c2ad17c9004be81b389ea820310f4e3d'
          '429422ec6c320ebb94f4b07cdd2febea41602d55'
          '5c27b4dbcb0f022e0bd63ef06608ff3d007ad3dc'
          '9ce893a5af251ae6f43394c661f8c19c29cd0e61'
          'b874f59ad6fc4aec5e31d21b970591d91c193359'
          'fedab0b358225675ded2b6d33cd3c4f84ce3c8e7'
          '5ac9fa8d3aa31e81388cc7e11a5c55a7c0333166'
          '7a41d40422cd40bdff43a21673b2b13bd78e5f7b'
          'c77b59856c2d92ffacba3226ddd31e03d35cb390'
          '3fd09ba730e30768645f12ac2e03c24b5b98a528'
          '8047ef0392587e6f85eb239d667e01e067172907'
          'def2b5e8696f615c02ed77bbd01a8f77157c0e8b'
          'f2cce863fd6dd259ef38dd9b9a69fa0fa3cd89a0'
          'eada02db2228ddff1089630477b157103986fddd'
          '9c540bec535745fd5c047a6df931a51ee1dadd5c'
          'c17a1e22015ddce9bc96e1b5883b33ad54ecef7e'
          '5e874a1bd614ea8f320280cd92e72cae0be72bce'
          '03f141fc51c2bf734fd3b0a5e644e627c766fe19'
          '32bd84bc19aac21b39b51eccb65a74beab691e3d'
          '893b3cfa64ca36a1adb9c981040d28358d0ea040'
          '44c19428a67ac7744d80936f7443949ffbb70e82'
          '5da9642b3d6aa8d749b097b5de348ea47bcd81ed'
          '5d44977b3c61690066d827722a17beecafe70eec'
          '849089c6af90fe0c645c3f55d45f72c3b1cc65f4'
          'abea25a9dc781b6a8891bfc3a5ed03b763d486cc'
          '79d98bd12e14e5f305889cdb53c5a092957497bc'
          '7959a09105f7e1552c4df0251de6d74a8cc1d04f'
          '7bc6176cd51d0536c9687c7a49e76692d93fea9c'
          '336e7764b780ddc57f94afb6d38dcd0857cb7330'
          '470c6ef910f5262050346de635444ec956e56b89'
          'b1b3c13ce146963297657170ae9f028c9779face'
          '38b0691ead917e37d0e300b090cebca6819ebbaf'
          '25863161c6b8ca50ee6998151f19ad6745f1d846'
          '69f52ff4d516aa59c07695c086a09aad4c8f800c'
          '4040f1aa696b8b5fd3b8e5e4f39ecbe05cf1f080'
          'f32eb688aa356596a59c51f3d0a47fcf5b590cc0'
          '269054f4ec2051f669abd094b14230e31d19b1f4'
          'a936157bf3142ad1d9d84a7d5bf5439c4159d511'
          '19f5925a01e46921abbc2c4a7b8b6aa29b8de5b2'
          '9b4df34eac929028f18e97373f5a9ca30e689227'
          '0e1adf2318f3eeaf960c73ffd5fcf0be77956e51'
          '2ff929def6f29c1a4e371c57805ae8c4233eba03'
          '6bfce36f36006bbfdc321d1929833cc8ec22bba9'
          '14d040d4e6b3d4814883090bb779c4f894447409'
          '43d2b32ba62482f916e4d37c1ac9a619cf0ffb0e'
          'f56f3f8cb693ae04e5080c43cd0b9bfb196976ce'
          '54d02316dc781d062f648ed6eba251e98512a38e'
          'ca73c7a7c55d5c10c22f3a33270a29df0ea20548'
          '2399c50aab78559dafb5b3cd1889f07b7164b7be'
          'f9d71d63e77aa004a4a0219d47f635770b0e4d9e'
          '8fc255e41a01b119335e61470dcee1cdf87a41cb'
          'ff350d8891c71abb806c803b39b18f4ae85900a5'
          '8a93256ebf0803c594a2c36c0f3a3d472d7ed8e3'
          '58e919a2b06b2e306e75530707ca377e3071faf8'
          '79a20e1955c8005228d050beec9864296f74f054'
          '32bd43c0787e17142b5ce38f3a159307c57e50bc'
          'e3cf380353d4dc019c597f5a39b87df0ba0ff595'
          'e5c8196607aee14530de4b802ba05d346b3385ca'
          'ac15f627a3a18639c80f41bde5af3c62a58c3469'
          '599833cc795d34692dabad4cd95b236003952077'
          'af6a36e3665fde60501975439f3a90b6aef3e7dd'
          '1a687075e909d15c25ccb621396841c9f54933ad'
          '181a42fb2cbbe1f619dbf50e56fd966d02158a54'
          'eecacd54de5b3b9ad481636e5f6392ba6c8e75c3'
          'c3b16e3348a82875f25ce5d80856a23f2648f1f9'
          '447c8002395331ef02482844e7f683c4df126e10'
          'dac55e8e77501a784edce6165b510e4f4a659078'
          '730f6e0747673de7bc1ae5982c679727dfacc631'
          'f8b4ade476a793bac9c81d4961cc859714aeb3bd'
          'd701caa0139197f34985c1718251100a32240b2d'
          '08e2eeefd67e888b5d5ae87dc6ac53dd64d65373'
          '6e65ce23da18c8802c9b9b5775a5aadfd6779d9f'
          '0901ca7eef90979ad38f28e8b54fd27ae092bb97'
          '88e1c920aca4870e984e16bf1a7a84337d6e1eb9'
          'f6ed14deaa18276bb11eb9465f254e796bea0e69'
          '891cf572f0ac86505b4368fbb8a03f8e12022487'
          '2fd261973863b7a663f0bdf2324ccdf8edab83a0'
          'e5983a3c5e6d8a22cb3989a381694c5afdec3632'
          '0775955baa119e7966919b1258a9e2b685e74e46'
          'c3badee0f95a7d39acfeb31ab6fef376d70f02ef'
          '4dc430eaa0f75845fbdbc6b5bb5d074686b86971'
          'c8166f5d23681113041d3722ef324fd9964dfa91'
          '7f8b69f01740fcbfac47839d6fcbc6723df3692a'
          'd775186171ebf1c651d45c7ea6358e5a47db68fc'
          '2cf369580cc3131951754bb993e2aaa4f9297d2a'
          'a68a283a9d8ce9d6b3adeba2fdeb0dde2d31335f'
          'ef94c9a47c452dac683e69f7a9c54654c976a229'
          '045e730964e4abc772641315a2cc31052b8398e0'
          '6724ad3eb7134779ae0b274e30dd326ea01cc34b'
          '0a79b66b7556aab54f23b778d678e9e89aa9b7ef'
          '45ae1c229eca95facafb314da15b00f7cadb7bf5'
          '4ea50c5ed9a7c817c621e0d2716faaf51127d3e5'
          '7ce136ded3fd799832a6f430ed4c3ac4318a6ddd')
