diff options
Diffstat (limited to 'development/github-desktop/github-desktop.SlackBuild')
-rw-r--r-- | development/github-desktop/github-desktop.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/github-desktop/github-desktop.SlackBuild b/development/github-desktop/github-desktop.SlackBuild index b9619a08aaf8f..d238a39793271 100644 --- a/development/github-desktop/github-desktop.SlackBuild +++ b/development/github-desktop/github-desktop.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=github-desktop SRCNAM=GitHubDesktop -VERSION=${VERSION:-3.3.1} +VERSION=${VERSION:-3.3.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -70,7 +70,7 @@ set -eu rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $PKG -ar x $CWD/${SRCNAM}-linux-$DEBARCH-${VERSION}-linux1.deb data.tar.xz +ar x $CWD/${SRCNAM}-linux-$DEBARCH-${VERSION}-linux2.deb data.tar.xz tar xvf $PKG/data.tar.xz rm $PKG/data.tar.xz |