X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/202a1fb5d3efb4affe66cabc1f5ed33de0db1d80..295241d4043c55a41259b4846464e1668b2f6a5f:/packages/getmail/build.sh diff --git a/packages/getmail/build.sh b/packages/getmail/build.sh index c94e63ba..92ba6b8a 100644 --- a/packages/getmail/build.sh +++ b/packages/getmail/build.sh @@ -1,13 +1,14 @@ TERMUX_PKG_HOMEPAGE=http://pyropus.ca/software/getmail/ TERMUX_PKG_DESCRIPTION="fetchmail replacement relatively easy to configure" -TERMUX_PKG_VERSION=4.49.0 +TERMUX_PKG_VERSION=4.54.0 TERMUX_PKG_SRCURL=http://pyropus.ca/software/getmail/old-versions/getmail-${TERMUX_PKG_VERSION}.tar.gz +TERMUX_PKG_SHA256=d45657945353c68785b106dd9c5fae6bc2cec8f99fbb202d9dddd4967f483a65 TERMUX_PKG_DEPENDS="python2" TERMUX_PKG_BUILD_IN_SRC=yes TERMUX_PKG_PLATFORM_INDEPENDENT=yes termux_step_make_install () { - python setup.py install --prefix=$TERMUX_PREFIX --force + python2 setup.py install --prefix=$TERMUX_PREFIX --force } termux_step_post_massage () {