Skip to content

Commit 9ab29bc

Browse files
committed
rmpkg(main/xpup): unmaintained and doesn't build with Go 1.25.0
We're also the only place packaging it. https://repology.org/project/xpup/history
1 parent 0b41a55 commit 9ab29bc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
File renamed without changes.

packages/yq/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ TERMUX_PKG_DESCRIPTION="A lightweight and portable command-line YAML, JSON and X
33
TERMUX_PKG_LICENSE="MIT"
44
TERMUX_PKG_MAINTAINER="@termux"
55
TERMUX_PKG_VERSION="4.47.1"
6-
TERMUX_PKG_REVISION=1
6+
TERMUX_PKG_REVISION=2
77
TERMUX_PKG_SRCURL=https://github.com/mikefarah/yq/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
88
TERMUX_PKG_SHA256=48ef09b9ffdb80f26ee516fa2fc83f713c1b49f503cedef79a96435509d456af
99
TERMUX_PKG_BUILD_IN_SRC=true
1010
TERMUX_PKG_AUTO_UPDATE=true
11+
TERMUX_PKG_REPLACES="xpup"
1112

1213
termux_step_make() {
1314
termux_setup_golang

0 commit comments

Comments
 (0)