Commit a8846604 authored by vincowl's avatar vincowl Committed by Ed Reel

Upgrade aspell packages and add french dictionnary (#3594)

parent e7aa970e
......@@ -3,21 +3,13 @@ require 'package'
class Aspell < Package
description 'GNU Aspell is a Free and Open Source spell checker designed to eventually replace Ispell.'
homepage 'http://aspell.net/'
version '0.60.7'
source_url 'https://ftpmirror.gnu.org/aspell/aspell-0.60.7.tar.gz'
source_sha256 '5ca8fc8cb0370cc6c9eb5b64c6d1bc5d57b3750dbf17887726c3407d833b70e4'
version '0.60.8'
source_url 'https://ftpmirror.gnu.org/aspell/aspell-0.60.8.tar.gz'
source_sha256 'f9b77e515334a751b2e60daab5db23499e26c9209f5e7b7443b05235ad0226f2'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/aspell-0.60.7-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/aspell-0.60.7-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/aspell-0.60.7-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/aspell-0.60.7-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: '55f12c38478c191f3abae82067fce39110ee4df534954ba5055a05a70c347056',
armv7l: '55f12c38478c191f3abae82067fce39110ee4df534954ba5055a05a70c347056',
i686: 'c79471f9ff59ae6775e9f1a7daf9b8d55fff4d97bc0cc5f320bd223b114661f6',
x86_64: '91bc09fb1859e4d705bed44b9b5c6f1481f65d807389f7117a6d8b95f39dac90',
})
def self.build
......
......@@ -3,21 +3,13 @@ require 'package'
class Aspell_en < Package
description 'English Aspell Dictionary'
homepage 'https://ftpmirror.gnu.org/aspell/dict/0index.html'
version '2018.04.16-0'
source_url 'https://ftpmirror.gnu.org/aspell/dict/en/aspell6-en-2018.04.16-0.tar.bz2'
source_sha256 'f11071e74b0c0753f4afabf024941a5c3a96bafe3879211ebd47bc34e76fbd2f'
version '2019.10.06-0'
source_url 'https://ftpmirror.gnu.org/aspell/dict/en/aspell6-en-2019.10.06-0.tar.bz2'
source_sha256 '24334b4daac6890a679084f4089e1ce7edbe33c442ace776fa693d8e334f51fd'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/aspell_en-2018.04.16-0-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/aspell_en-2018.04.16-0-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/aspell_en-2018.04.16-0-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/aspell_en-2018.04.16-0-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: '71c28fd24310c67fc198a2138a449b45320540c06596ba3f2a69effdf9a724de',
armv7l: '71c28fd24310c67fc198a2138a449b45320540c06596ba3f2a69effdf9a724de',
i686: 'b3141934cab8704c20785f1b1d3a636338da6308634447ba1c40cdf55ca48d23',
x86_64: 'a2df41132ccc0ee75025d43096a35e4bc182c701b074f6e87b1b3d45b55c5cf7',
})
depends_on 'aspell'
......
require 'package'
class Aspell_fr < Package
description 'French Aspell Dictionary'
homepage 'https://ftpmirror.gnu.org/aspell/dict/0index.html'
version '0.50-3'
source_url 'https://ftpmirror.gnu.org/aspell/dict/fr/aspell-fr-0.50-3.tar.bz2'
source_sha256 'f9421047519d2af9a7a466e4336f6e6ea55206b356cd33c8bd18cb626bf2ce91'
binary_url ({
})
binary_sha256 ({
})
depends_on 'aspell'
def self.build
system './configure'
system 'make'
end
def self.install
system "make", "DESTDIR=#{CREW_DEST_DIR}", "install"
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment