Skip to content

Commit e417729

Browse files
committed
forgot to bump version here
1 parent 6d511b7 commit e417729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/debian/xpra.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if [ -z "${REPO_ARCH_PATH}" ]; then
77
fi
88

99
#find the latest version we can build:
10-
XPRA_TAR_XZ=`ls ../pkgs/xpra-5.*tar.xz | grep -v html5 | sort -V | tail -n 1`
10+
XPRA_TAR_XZ=`ls ../pkgs/xpra-5.1.*tar.xz | grep -v html5 | sort -V | tail -n 1`
1111
if [ -z "${XPRA_TAR_XZ}" ]; then
1212
echo "no xpra source found"
1313
exit 0

0 commit comments

Comments
 (0)