diff options
author | Jay Lanagan <1995739+mac-a-r0ni@users.noreply.github.com> | 2024-01-04 04:00:51 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-04 21:54:41 +0700 |
commit | f858462480aaded1885ad140230ff6be2e9eae1f (patch) | |
tree | 0c8a16299df2cb3953da073bfbe067f5cc40479d /development/github-desktop/github-desktop.SlackBuild | |
parent | 59869bdf620daba99b627c4a24f6d8d83cda64ef (diff) |
development/github-desktop: Updated for 3.3.6 Build 3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 2f71c07826..19d2837567 100644 --- a/development/github-desktop/github-desktop.SlackBuild +++ b/development/github-desktop/github-desktop.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=github-desktop SRCNAM=GitHubDesktop VERSION=${VERSION:-3.3.6} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} 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}-linux2.deb data.tar.xz +ar x $CWD/${SRCNAM}-linux-$DEBARCH-${VERSION}-linux3.deb data.tar.xz tar xvf $PKG/data.tar.xz rm $PKG/data.tar.xz |