chiark / gitweb /
Bump revision for tmux and openssh after updated pwd.h patch
authorFredrik Fornwall <fredrik@fornwall.net>
Wed, 15 Jul 2015 17:17:06 +0000 (13:17 -0400)
committerFredrik Fornwall <fredrik@fornwall.net>
Wed, 15 Jul 2015 17:17:06 +0000 (13:17 -0400)
packages/openssh/build.sh
packages/tmux/build.sh

index 27e991e2f87d1432910012cbc4e77f0d3f26a614..17a1cf69891ec3f15bd10fc7c9bebe233fe6fd4d 100755 (executable)
@@ -1,6 +1,7 @@
 TERMUX_PKG_HOMEPAGE=http://www.openssh.com/
 TERMUX_PKG_DESCRIPTION="Secure shell for logging into a remote machine"
 TERMUX_PKG_VERSION=6.9
+TERMUX_PKG_BUILD_REVISION=1
 TERMUX_PKG_SRCURL=http://ftp.eu.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${TERMUX_PKG_VERSION}p1.tar.gz
 TERMUX_PKG_DEPENDS="libandroid-support, ldns, openssl"
 # --disable-strip to prevent host "install" command to use "-s", which won't work for target binaries:
index 4fc06817ceef2a02b66eb353accb252de5617a56..bc567177ec7aed345768336a31d27a730f52ec9e 100755 (executable)
@@ -2,6 +2,7 @@ TERMUX_PKG_HOMEPAGE=http://tmux.sourceforge.net/
 TERMUX_PKG_DESCRIPTION="Terminal multiplexer implementing switching between several programs in one terminal, detaching them and reattaching them to a different terminal"
 TERMUX_PKG_DEPENDS="ncurses, libevent"
 TERMUX_PKG_VERSION=2.0
+TERMUX_PKG_BUILD_REVISION=1
 TERMUX_PKG_SRCURL=http://downloads.sourceforge.net/project/tmux/tmux/tmux-${TERMUX_PKG_VERSION}/tmux-${TERMUX_PKG_VERSION}.tar.gz
 TERMUX_PKG_BUILD_IN_SRC=yes