Skip to content

Commit b982d53

Browse files
committed
bump(x11/gspell): 1.14.1
Since October 2025, only a git tag is created for releasing gspell, and tarballs are no longer uploaded to `download.gnome.org`. https://gitlab.gnome.org/GNOME/gspell/-/commit/de7091cf01ad6b8a7c55cb6c3eaa6bd2eda5403f
1 parent ae4c741 commit b982d53

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

x11-packages/gspell/build.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ TERMUX_PKG_HOMEPAGE=https://gitlab.gnome.org/GNOME/gspell
22
TERMUX_PKG_DESCRIPTION="Spell-checking for GTK applications"
33
TERMUX_PKG_LICENSE="LGPL-2.1"
44
TERMUX_PKG_MAINTAINER="@termux"
5-
TERMUX_PKG_VERSION="1.14.0"
6-
TERMUX_PKG_REVISION=3
7-
TERMUX_PKG_SRCURL=https://download.gnome.org/sources/gspell/${TERMUX_PKG_VERSION%.*}/gspell-${TERMUX_PKG_VERSION}.tar.xz
8-
TERMUX_PKG_SHA256=64ea1d8e9edc1c25b45a920e80daf67559d1866ffcd7f8432fecfea6d0fe8897
5+
TERMUX_PKG_VERSION="1.14.1"
6+
# https://download.gnome.org/sources/gspell/${TERMUX_PKG_VERSION%.*}/gspell-${TERMUX_PKG_VERSION}.tar.xz
7+
TERMUX_PKG_SRCURL=https://gitlab.gnome.org/GNOME/gspell/-/archive/${TERMUX_PKG_VERSION}/gspell-${TERMUX_PKG_VERSION}.tar.gz
8+
TERMUX_PKG_SHA256=1ecdc789e4f798e63cf49fc1718541e7974e5f67034ce152ae052a2b8f337e8e
99
TERMUX_PKG_AUTO_UPDATE=true
1010
TERMUX_PKG_DEPENDS="enchant, glib, gtk3, libicu, pango"
1111
TERMUX_PKG_BUILD_DEPENDS="g-ir-scanner, glib-cross, valac"

0 commit comments

Comments
 (0)