Update package version to 1.24.1

This commit is contained in:
2026-03-21 18:22:20 +02:00
parent 4bfeaf5aab
commit 6236d36c81
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
name: groff name: groff
description: GNU troff text-formatting system description: GNU troff text-formatting system
version: 1.23.0 version: 1.24.1
revision: 5 revision: 1
url: https://www.gnu.org/software/groff/ url: https://www.gnu.org/software/groff/
license: GPL3-or-later license: GPL3-or-later
maintainers: maintainers:
@@ -21,4 +21,4 @@ downloads:
- url: https://ftpmirror.gnu.org/gnu/groff/groff-${BPM_PKG_VERSION}.tar.gz - url: https://ftpmirror.gnu.org/gnu/groff/groff-${BPM_PKG_VERSION}.tar.gz
extract_to: ${BPM_SOURCE} extract_to: ${BPM_SOURCE}
extract_strip_components: 1 extract_strip_components: 1
checksum: 6b9757f592b7518b4902eb6af7e54570bdccba37a871fddb2d30ae3863511c13 checksum: 74e2819795b6aff431aeac983d63a9c8968eeaba2a2eba7df8ba4c7b41e7cfd8
+1 -1
View File
@@ -5,7 +5,7 @@
# The build function is executed in the source directory # The build function is executed in the source directory
# This function is used to compile the source code # This function is used to compile the source code
build() { build() {
PAGE="A4" ./configure --prefix=/usr ./configure --prefix=/usr --without-x --without-urw-fonts
make make
} }