Skip to content

Commit

Permalink
fix(main/subversion): turn on auto update
Browse files Browse the repository at this point in the history
  • Loading branch information
robertkirkman committed Nov 4, 2024
1 parent 5e59665 commit dafdc38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/subversion/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ TERMUX_PKG_LICENSE="Apache-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=1.14.3
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://www.apache.org/dist/subversion/subversion-${TERMUX_PKG_VERSION}.tar.bz2
TERMUX_PKG_SRCURL=https://downloads.apache.org/subversion/subversion-${TERMUX_PKG_VERSION}.tar.bz2
TERMUX_PKG_SHA256=949efd451a09435f7e8573574c71c7b71b194d844890fa49cd61d2262ea1a440
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="apr, apr-util, serf, libexpat, libsqlite, liblz4, utf8proc, zlib"
TERMUX_PKG_BREAKS="subversion-dev"
TERMUX_PKG_REPLACES="subversion-dev"
Expand Down

0 comments on commit dafdc38

Please sign in to comment.