Skip to content

Commit 3dc8ed3

Browse files
committed
fix(main/texinfo): bump debian revision to 7.2-5
- Fixes #27088
1 parent 5e09b6a commit 3dc8ed3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/texinfo/build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ TERMUX_PKG_DESCRIPTION="Documentation system for on-line information and printed
33
TERMUX_PKG_LICENSE="GPL-3.0"
44
TERMUX_PKG_MAINTAINER="@termux"
55
TERMUX_PKG_VERSION="7.2"
6-
TERMUX_PKG_REVISION=3
7-
_DEBIAN_REVISION="-4"
6+
TERMUX_PKG_REVISION=4
7+
_DEBIAN_REVISION="-5"
88
TERMUX_PKG_SRCURL=(
99
https://mirrors.kernel.org/gnu/texinfo/texinfo-${TERMUX_PKG_VERSION}.tar.xz
1010
https://deb.debian.org/debian/pool/main/t/texinfo/texinfo_${TERMUX_PKG_VERSION}${_DEBIAN_REVISION}.debian.tar.xz
1111
)
1212
TERMUX_PKG_SHA256=(
1313
0329d7788fbef113fa82cb80889ca197a344ce0df7646fe000974c5d714363a6
14-
89f0bcd91adc7c8cbd8fb90610fbacaa7c625819f7a8f2ebaeffff9d33eceeff
14+
e8312ac81104da1c133ffd9fe366526c44406a95226445fe83426ab2cdc82407
1515
)
1616
TERMUX_PKG_AUTO_UPDATE=true
1717
# gawk is used by texindex:

0 commit comments

Comments
 (0)