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 | |
parent | 66c29240674d2d211c731206e758e0042505e3ef (diff) |
development/github-desktop: Updated for version 3.3.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | development/github-desktop/README | 2 | ||||
-rw-r--r-- | development/github-desktop/github-desktop.SlackBuild | 8 | ||||
-rw-r--r-- | development/github-desktop/github-desktop.info | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/development/github-desktop/README b/development/github-desktop/README index 322a40eb4180b..e78270e6bd0c9 100644 --- a/development/github-desktop/README +++ b/development/github-desktop/README @@ -11,4 +11,4 @@ The script also supports aarch64 but you must manually wget the file as the .info cannot support it directly. arm64/aarch64 link: -https://github.com/shiftkey/desktop/releases/download/release-3.3.6-linux3/GitHubDesktop-linux-arm64-3.3.6-linux3.deb +https://github.com/shiftkey/desktop/releases/download/release-3.3.8-linux2/GitHubDesktop-linux-arm64-3.3.8-linux2.deb diff --git a/development/github-desktop/github-desktop.SlackBuild b/development/github-desktop/github-desktop.SlackBuild index 19d28375677dc..41da715012c56 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 diff --git a/development/github-desktop/github-desktop.info b/development/github-desktop/github-desktop.info index 0a1612cbee92a..5ccecd40ea2bd 100644 --- a/development/github-desktop/github-desktop.info +++ b/development/github-desktop/github-desktop.info @@ -1,10 +1,10 @@ PRGNAM="github-desktop" -VERSION="3.3.6" +VERSION="3.3.8" HOMEPAGE="https://github.com/shiftkey/desktop/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/shiftkey/desktop/releases/download/release-3.3.6-linux3/GitHubDesktop-linux-amd64-3.3.6-linux3.deb" -MD5SUM_x86_64="cc32bf71eb8e0e7040fbc37a05d6baec" +DOWNLOAD_x86_64="https://github.com/shiftkey/desktop/releases/download/release-3.3.8-linux2/GitHubDesktop-linux-amd64-3.3.8-linux2.deb" +MD5SUM_x86_64="c211261b2413198adf321923a1905aae" REQUIRES="" MAINTAINER="Jay Lanagan" EMAIL="j@lngn.net" |