diff options
author | Jay Lanagan <1995739+mac-a-r0ni@users.noreply.github.com> | 2024-02-05 05:59:36 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-07 23:23:59 +0700 |
commit | 5f21c7aad6ae529b50c10447f6258989b1e27f33 (patch) | |
tree | 4160cf0dace2906d49380727d6f3236740e59a16 /development/github-desktop/github-desktop.SlackBuild | |
parent | 66c29240674d2d211c731206e758e0042505e3ef (diff) |
development/github-desktop: Updated for version 3.3.8.
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 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/development/github-desktop/github-desktop.SlackBuild b/development/github-desktop/github-desktop.SlackBuild index 19d2837567..41da715012 100644 --- a/development/github-desktop/github-desktop.SlackBuild +++ b/development/github-desktop/github-desktop.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for github-desktop # -# Copyright 2023 Jay Lanagan (j@lngn.net), Detroit, MI, USA. +# Copyright 2023-2024 Jay Lanagan (j@lngn.net), Detroit, MI, USA. # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,8 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=github-desktop SRCNAM=GitHubDesktop -VERSION=${VERSION:-3.3.6} -BUILD=${BUILD:-3} +VERSION=${VERSION:-3.3.8} +BUILD=${BUILD:-2} 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}-linux3.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 |