wok diff enchant2/receipt @ rev 24889
grub2: sed command corrected
author | Hans-G?nter Theisgen |
---|---|
date | Sat Apr 02 17:34:21 2022 +0100 (2022-04-02) |
parents | 5ea0ce1cecc0 |
children | 65784e875d45 |
line diff
1.1 --- a/enchant2/receipt Tue Jun 08 08:46:05 2021 +0000 1.2 +++ b/enchant2/receipt Sat Apr 02 17:34:21 2022 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="enchant2" 1.7 -VERSION="2.2.7" 1.8 +VERSION="2.3.2" 1.9 CATEGORY="x-window" 1.10 TAGS="spell check" 1.11 SHORT_DESC="Enchant spell checking library." 1.12 @@ -10,8 +10,8 @@ 1.13 WEB_SITE="https://www.abisource.com/projects/enchant/" 1.14 1.15 SOURCE="enchant" 1.16 -TARBALL="$SOURCE-$VERSION.tar.gz" 1.17 -WGET_URL="https://github.com/AbiWord/$SOURCE/releases/download/v$VERSION/$TARBALL" 1.18 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.19 +WGET_URL="https://github.com/AbiWord/$SOURCE/releases/download/v$VERSION/$SOURCE-$VERSION.tar.gz" 1.20 1.21 SUGGESTED="aspell" 1.22 DEPENDS="dbus dbus-glib gcc83-lib-base glib"