mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
'update-enchant' (#14020)
* Enchant 2.8.12 => 2.8.14 * update-enchant: Package File Update Run on linux/amd64 container. * update-enchant: Package File Update Run on linux/arm/v7 container. * Add test for enchant --------- Co-authored-by: Ed Reel <edreel@gmail.com> Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
789f80af1d
commit
aee4046727
@@ -1,4 +1,4 @@
|
||||
# Total size: 696353
|
||||
# Total size: 691205
|
||||
/usr/local/bin/enchant-2
|
||||
/usr/local/bin/enchant-lsmod-2
|
||||
/usr/local/include/enchant-2/enchant++.h
|
||||
@@ -9,7 +9,7 @@
|
||||
/usr/local/lib/libenchant-2.la
|
||||
/usr/local/lib/libenchant-2.so
|
||||
/usr/local/lib/libenchant-2.so.2
|
||||
/usr/local/lib/libenchant-2.so.2.8.12
|
||||
/usr/local/lib/libenchant-2.so.2.8.14
|
||||
/usr/local/lib/pkgconfig/enchant-2.pc
|
||||
/usr/local/share/doc/enchant/enchant-2.html
|
||||
/usr/local/share/doc/enchant/enchant-lsmod-2.html
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Total size: 768838
|
||||
# Total size: 763386
|
||||
/usr/local/bin/enchant-2
|
||||
/usr/local/bin/enchant-lsmod-2
|
||||
/usr/local/include/enchant-2/enchant++.h
|
||||
@@ -9,7 +9,7 @@
|
||||
/usr/local/lib64/libenchant-2.la
|
||||
/usr/local/lib64/libenchant-2.so
|
||||
/usr/local/lib64/libenchant-2.so.2
|
||||
/usr/local/lib64/libenchant-2.so.2.8.12
|
||||
/usr/local/lib64/libenchant-2.so.2.8.14
|
||||
/usr/local/lib64/pkgconfig/enchant-2.pc
|
||||
/usr/local/share/doc/enchant/enchant-2.html
|
||||
/usr/local/share/doc/enchant/enchant-lsmod-2.html
|
||||
|
||||
@@ -3,7 +3,7 @@ require 'buildsystems/autotools'
|
||||
class Enchant < Autotools
|
||||
description 'Enchant is a library (and command-line program) that wraps a number of different spelling libraries and programs with a consistent interface.'
|
||||
homepage 'https://abiword.github.io/enchant/'
|
||||
version '2.8.12'
|
||||
version '2.8.14'
|
||||
license 'LGPL-2.1+'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://github.com/AbiWord/enchant.git'
|
||||
@@ -11,9 +11,9 @@ class Enchant < Autotools
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
binary_sha256({
|
||||
aarch64: '83ea7932891bf59f10c678ba042060eaac965bf511a8f31bfbc4a312d0e15c0e',
|
||||
armv7l: '83ea7932891bf59f10c678ba042060eaac965bf511a8f31bfbc4a312d0e15c0e',
|
||||
x86_64: '73db9b0d09602b4d48c9833ea80c9608b096e435e8760c883d24fc5bcb0a5f98'
|
||||
aarch64: 'b018f45460b6535571d1abd8730ea9aa7ca0498d0f72160ecee1e39daa633045',
|
||||
armv7l: 'b018f45460b6535571d1abd8730ea9aa7ca0498d0f72160ecee1e39daa633045',
|
||||
x86_64: '61a3479cf176f05675df561e653b495610dcdcb43960128235c3622a5742f48a'
|
||||
})
|
||||
|
||||
depends_on 'aspell' # R
|
||||
|
||||
5
tests/package/e/enchant
Executable file
5
tests/package/e/enchant
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
enchant-2 -h
|
||||
enchant-2 -v
|
||||
enchant-lsmod-2 -help 2>&1
|
||||
enchant-lsmod-2 -version 2>&1
|
||||
@@ -31,6 +31,7 @@ delve
|
||||
detox
|
||||
difftastic
|
||||
doctl
|
||||
enchant
|
||||
f2fs_tools
|
||||
faad2
|
||||
fastfetch
|
||||
|
||||
Reference in New Issue
Block a user